haskellPackages.paths: Jailbreak

This commit is contained in:
Malte Brandy 2022-02-25 23:30:08 +01:00
parent 97107cdbcf
commit 2833bd5f7c

View file

@ -2288,6 +2288,9 @@ self: super: {
glirc = assert super.irc-core.version == "2.10"; doJailbreak super.glirc;
hookup = assert super.irc-core.version == "2.10"; doJailbreak super.hookup;
# 2022-02-25: Unmaintained and to strict upper bounds
paths = doJailbreak super.paths;
# Too strict bounds on chell: https://github.com/fpco/haskell-filesystem/issues/24
system-fileio = doJailbreak super.system-fileio;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super