haskellPackages.lzma-static: unbreak

This commit is contained in:
sternenseemann 2021-04-16 19:21:41 +02:00
parent 4c71d57c99
commit 591ef853c7

View file

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