1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #41724 from Profpatsch/hnix-dont-jailbreak

haskellPackages.hnix: dont jailbreak
This commit is contained in:
Peter Simons 2018-06-09 09:29:49 +02:00 committed by GitHub
commit fbc931affd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -250,7 +250,7 @@ self: super: {
digit = doJailbreak super.digit;
# https://github.com/jwiegley/hnix/issues/98 - tied to an older deriving-compat
hnix = doJailbreak (overrideCabal super.hnix (old: {
hnix = (overrideCabal super.hnix (old: {
patches = old.patches or [] ++ [
# should land in hnix-5.2
(pkgs.fetchpatch {