3
0
Fork 0
forked from mirrors/nixpkgs

nbd: we don't generate statically linked binaries for that package

anymore, so it's no longer necessary to pass a special version of glib
to the expression.

svn path=/nixpkgs/trunk/; revision=29802
This commit is contained in:
Peter Simons 2011-10-13 07:26:44 +00:00
parent 18bd78f116
commit 2feeeacb7b

View file

@ -1003,11 +1003,7 @@ let
namazu = callPackage ../tools/text/namazu { };
nbd = callPackage ../tools/networking/nbd {
glib = gtkLibs.glib.override {
stdenv = makeStaticBinaries stdenv;
};
};
nbd = callPackage ../tools/networking/nbd { };
netcdf = callPackage ../development/libraries/netcdf { };