3
0
Fork 0
forked from mirrors/nixpkgs

nix.perl-bindings: Fix build

This commit is contained in:
Eelco Dolstra 2018-09-03 17:35:39 +02:00
parent 5fccac2b8d
commit b06ad6199f
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -152,7 +152,10 @@ in rec {
url = "http://nixos.org/releases/nix/${name}/${name}.tar.xz";
sha256 = "0ed68e0c50f13810768fcf510abb2c56d735172c39a325aac7453ccf7ae152fc";
};
}) // { perl-bindings = perl-bindings { nix = nixStable; }; };
}) // { perl-bindings = perl-bindings {
nix = nixStable;
needsBoost = true;
}; };
nixUnstable = (lib.lowPrio (common rec {
name = "nix-2.1${suffix}";