mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
haskell.packages.ghc96.warp: remove override to 3.3.28
Versions of warp >=3.3.26 have the crypton-x509 dependency (forked from x509), which pulls in cascading breakage.
This commit is contained in:
parent
b6e5f0095d
commit
832b2cdbef
@ -252,9 +252,6 @@ self: super: {
|
||||
})];
|
||||
}) super.ConfigFile;
|
||||
|
||||
# Use newer version of warp with has the openFd signature change for
|
||||
# compatibility with unix>=2.8.0.
|
||||
warp = self.warp_3_3_28;
|
||||
# The curl executable is required for withApplication tests.
|
||||
warp_3_3_28 = addTestToolDepend pkgs.curl super.warp_3_3_28;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user