fix: actual shared libraries missing
This commit is contained in:
parent
c3e6dc82cc
commit
33464441a3
1 changed files with 5 additions and 0 deletions
|
|
@ -32,12 +32,17 @@
|
|||
curl
|
||||
|
||||
# the `.dev` syntax tells nix to also provide header files
|
||||
gmp
|
||||
gmp.dev
|
||||
mpfr
|
||||
mpfr.dev
|
||||
libmpc
|
||||
glib
|
||||
glib.dev
|
||||
pixman
|
||||
expat
|
||||
expat.dev
|
||||
ncurses5
|
||||
ncurses5.dev
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue