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
|
curl
|
||||||
|
|
||||||
# the `.dev` syntax tells nix to also provide header files
|
# the `.dev` syntax tells nix to also provide header files
|
||||||
|
gmp
|
||||||
gmp.dev
|
gmp.dev
|
||||||
|
mpfr
|
||||||
mpfr.dev
|
mpfr.dev
|
||||||
libmpc
|
libmpc
|
||||||
|
glib
|
||||||
glib.dev
|
glib.dev
|
||||||
pixman
|
pixman
|
||||||
|
expat
|
||||||
expat.dev
|
expat.dev
|
||||||
|
ncurses5
|
||||||
ncurses5.dev
|
ncurses5.dev
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue