Merge pull request #41724 from Profpatsch/hnix-dont-jailbreak
haskellPackages.hnix: dont jailbreak
This commit is contained in:
commit
fbc931affd
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user