Skip to content

Commit

Permalink
nginx: apply ETag patch (see NixOS/nixpkgs#25485)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Sep 28, 2018
1 parent b67939d commit 5c5d625
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ in
})];
});

nginxStable = previous.nginxStable.overrideAttrs (super: {
patches = (super.patches or []) ++ [(fetchpatch {
url = https://gitlab.com/yegortimoshenko/patches/raw/166f4fa4d90a7dca5c9eeeda2aaf2f1d4b841e87/nginx/nix-etag-1.15.4.patch;
sha256 = "09wi3zgizr0vgy24pkqbswr1318yxihr7jdjbl29q44glsjqg5rb";
})];
});

nix-with-cachix = callPackage ./nix-with-cachix {};

nixops = callPackage ./nixops {
Expand Down

0 comments on commit 5c5d625

Please sign in to comment.