From 6c3e331e1c2f5323ff03c8be3d6262c34b683194 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 15 Jan 2021 20:42:18 +0100 Subject: [PATCH] haskell-lukko: jailbreak to fix the build with the latest version of tasty --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index fc8231cc0d5..ebb0c9bd2b3 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1564,4 +1564,7 @@ self: super: { # https://github.com/input-output-hk/nothunks/issues/9 nothunks = doJailbreak super.nothunks; + # Allow building with recent versions of tasty. + lukko = doJailbreak super.lukko; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super