1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

Merge pull request #276153 from MangoIV/mangoiv/fix-warp

haskell.packages.ghc96.warp_3_3_29 is not available anymore
This commit is contained in:
maralorn 2023-12-22 23:46:49 +01:00 committed by GitHub
commit bf9a0ecc07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -266,7 +266,7 @@ self: super: {
}) super.ConfigFile;
# The curl executable is required for withApplication tests.
warp_3_3_29 = addTestToolDepend pkgs.curl super.warp_3_3_29;
warp_3_3_30 = addTestToolDepend pkgs.curl super.warp_3_3_30;
# The NCG backend for aarch64 generates invalid jumps in some situations,
# the workaround on 9.6 is to revert to the LLVM backend (which is used