fix: actual shared libraries missing

This commit is contained in:
Jacob Bachmann 2024-10-18 19:09:44 +02:00
parent c3e6dc82cc
commit 33464441a3
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -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
]; ];
}; };