haskell-lukko: jailbreak to fix the build with the latest version of tasty

This commit is contained in:
Peter Simons 2021-01-15 20:42:18 +01:00
parent 48278265c7
commit 6c3e331e1c

@ -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