haskellPackages.darcs: unbreak

This commit is contained in:
sternenseemann 2021-03-22 23:59:23 +01:00 committed by sterni
parent 1e44519bce
commit e16851b616

View file

@ -1713,4 +1713,8 @@ self: super: {
# https://github.com/faylang/fay/pull/474
fay = doJailbreak super.fay;
# Too strict version bounds on cryptonite.
# Issue reported upstream, no bug tracker url yet.
darcs = doJailbreak super.darcs;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super