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:
parent
18bd78f116
commit
2feeeacb7b
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue