mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
haskellPackages.array-builder: fix build
This commit is contained in:
parent
6ec28177e8
commit
c084cf7bcd
1 changed files with 5 additions and 0 deletions
|
@ -3013,6 +3013,11 @@ self: super:
|
|||
pipes-text =
|
||||
assert super.pipes-text.version == "1.0.1";
|
||||
doJailbreak super.pipes-text;
|
||||
|
||||
# 2025-04-09: jailbreak to allow bytestring >= 0.12
|
||||
array-builder =
|
||||
assert super.array-builder.version == "0.1.4.1";
|
||||
doJailbreak super.array-builder;
|
||||
}
|
||||
// import ./configuration-tensorflow.nix { inherit pkgs haskellLib; } self super
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue