mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
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 { };
|
namazu = callPackage ../tools/text/namazu { };
|
||||||
|
|
||||||
nbd = callPackage ../tools/networking/nbd {
|
nbd = callPackage ../tools/networking/nbd { };
|
||||||
glib = gtkLibs.glib.override {
|
|
||||||
stdenv = makeStaticBinaries stdenv;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
netcdf = callPackage ../development/libraries/netcdf { };
|
netcdf = callPackage ../development/libraries/netcdf { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user