pkgs/top-level/all-packages.nix: removed boost_1_36_0 attribute
According to "grep -R", that attribute isn't referenced by anything in nix-pkgs. svn path=/nixpkgs/trunk/; revision=21639
This commit is contained in:
parent
00b296762a
commit
3542a7777e
@ -3498,10 +3498,6 @@ let
|
||||
inherit fetchurl stdenv lib pkgconfig;
|
||||
};
|
||||
|
||||
boost_1_36_0 = import ../development/libraries/boost/1.36.0.nix {
|
||||
inherit fetchurl stdenv icu expat zlib bzip2 python;
|
||||
};
|
||||
|
||||
boost = makeOverridable (import ../development/libraries/boost/1.43.0.nix) {
|
||||
inherit fetchurl stdenv icu expat zlib bzip2 python;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user