Skip to content

Commit

Permalink
nix: apply NixOS/nix#2409
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Sep 12, 2018
1 parent a6bd829 commit ce52627
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/tools/package-management/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ in rec {
url = "http://nixos.org/releases/nix/${name}/${name}.tar.xz";
sha256 = "63b1d49ea678162ada6996e42abb62cbc6e65cfefa4faa5436ae37100504720b";
};
}).overrideAttrs (super: {
patches = [(fetchpatch {
url = "https://github.com/NixOS/nix/commit/4b279a099f19bd13a98fa2ae519c4aa263bb6b6e.patch";
sha256 = "0sisavs3x2p37hrmhnhvhh2rzb0qyjvvd4y0azk25329wylqnw88";
})];
}) // { perl-bindings = perl-bindings {
nix = nixStable;
needsBoost = true;
Expand Down

0 comments on commit ce52627

Please sign in to comment.