summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2018-03-25 16:29:44 -0400
committerPeter Simons <simons@cryp.to>2018-03-27 20:43:55 +0200
commitdddf0314bc0b08e863628ab756ffe37c20f1985a (patch)
tree31bca2deb18ed98024d83705e935c8dfbd72f879
parent234c42b8e6a705048765cf122fd858f7e35a82df (diff)
downloadnixlib-dddf0314bc0b08e863628ab756ffe37c20f1985a.tar
nixlib-dddf0314bc0b08e863628ab756ffe37c20f1985a.tar.gz
nixlib-dddf0314bc0b08e863628ab756ffe37c20f1985a.tar.bz2
nixlib-dddf0314bc0b08e863628ab756ffe37c20f1985a.tar.lz
nixlib-dddf0314bc0b08e863628ab756ffe37c20f1985a.tar.xz
nixlib-dddf0314bc0b08e863628ab756ffe37c20f1985a.tar.zst
nixlib-dddf0314bc0b08e863628ab756ffe37c20f1985a.zip
haskell-hnix: jailbreak deriving-compat dependency
Reported as https://github.com/jwiegley/hnix/issues/98
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 22e2e5cc722a..71d7f96aa859 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -244,6 +244,8 @@ self: super: {
   # base bound
   digit = doJailbreak super.digit;
 
+  # https://github.com/jwiegley/hnix/issues/98 - tied to an older deriving-compat
+  hnix = doJailbreak super.hnix;
 
   # Fails for non-obvious reasons while attempting to use doctest.
   search = dontCheck super.search;