0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

haskellPackages.array-builder: fix build

This commit is contained in:
Wolfgang Walther 2025-04-09 20:27:51 +02:00
parent 6ec28177e8
commit c084cf7bcd
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -3013,6 +3013,11 @@ self: super:
pipes-text = pipes-text =
assert super.pipes-text.version == "1.0.1"; assert super.pipes-text.version == "1.0.1";
doJailbreak super.pipes-text; 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 // import ./configuration-tensorflow.nix { inherit pkgs haskellLib; } self super