From 91fe664867f7322a4a536754108eb6ec54b37f38 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 8 Jun 2018 23:27:31 +0200 Subject: [PATCH] haskellPackages.hnix: dont jailbreak The jailbreak itself produces a broken cabal file, and with the current haskellPackages hnix builds just fine. --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7120d15ade7..ad07da83c4e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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 {