mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 12:50:04 +00:00
haskellPackages.paths: Jailbreak
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user