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

wip/yesman
Peter Simons 3 years ago
parent 48278265c7
commit 6c3e331e1c
  1. 3
      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

Loading…
Cancel
Save