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:
commit
bf9a0ecc07
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue