haskellPackages.lzma-static: unbreak
This commit is contained in:
parent
4c71d57c99
commit
591ef853c7
|
@ -1811,4 +1811,8 @@ self: super: {
|
|||
# PR pending https://github.com/zohl/cereal-time/pull/2
|
||||
cereal-time = doJailbreak super.cereal-time;
|
||||
|
||||
# 2021-04-16: too strict bounds on QuickCheck and tasty
|
||||
# https://github.com/hasufell/lzma-static/issues/1
|
||||
lzma-static = doJailbreak super.lzma-static;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
Loading…
Reference in New Issue