haskell-chell: pin build to patience-0.1.x

Newer version are not supported yet.
This commit is contained in:
Peter Simons
2018-11-27 16:39:30 +01:00
parent b13d8eadaa
commit 1e54ee80f2
3 changed files with 18 additions and 0 deletions
@@ -1185,4 +1185,7 @@ self: super: {
# });
libnix = dontCheck super.libnix;
# https://github.com/jmillikin/chell/issues/1
chell = super.chell.override { patience = self.patience_0_1_1; };
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super