mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
haskell-lukko: jailbreak to fix the build with the latest version of tasty
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user