haskellPackages.hnix: dont jailbreak

The jailbreak itself produces a broken cabal file, and with the current
haskellPackages hnix builds just fine.
This commit is contained in:
Profpatsch 2018-06-08 23:27:31 +02:00
parent 951d3cc4b9
commit 91fe664867

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 {