summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-06-08 23:27:31 +0200
committerProfpatsch <mail@profpatsch.de>2018-06-08 23:27:31 +0200
commit91fe664867f7322a4a536754108eb6ec54b37f38 (patch)
treeeecb132d44e51c6299f4e1f93266bd02018e5faa /pkgs/development/haskell-modules/configuration-common.nix
parent951d3cc4b90406ed760e9645c33a65b0577b3a78 (diff)
downloadnixlib-91fe664867f7322a4a536754108eb6ec54b37f38.tar
nixlib-91fe664867f7322a4a536754108eb6ec54b37f38.tar.gz
nixlib-91fe664867f7322a4a536754108eb6ec54b37f38.tar.bz2
nixlib-91fe664867f7322a4a536754108eb6ec54b37f38.tar.lz
nixlib-91fe664867f7322a4a536754108eb6ec54b37f38.tar.xz
nixlib-91fe664867f7322a4a536754108eb6ec54b37f38.tar.zst
nixlib-91fe664867f7322a4a536754108eb6ec54b37f38.zip
haskellPackages.hnix: dont jailbreak
The jailbreak itself produces a broken cabal file, and with the current
haskellPackages hnix builds just fine.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 7120d15ade7c..ad07da83c4e3 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 {