haskellPackages.lz4-frame-conduit: Fix test by adding lz4 binary (#410785)

This commit is contained in:
Niklas Hambüchen 2025-06-10 14:31:18 +02:00 committed by GitHub
commit a12f3a9961
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View File

@ -3739,7 +3739,6 @@ broken-packages:
- lxd-client-config # failure in job https://hydra.nixos.org/build/233225008 at 2023-09-02
- lxd-client # failure in job https://hydra.nixos.org/build/233231826 at 2023-09-02
- lye # failure in job https://hydra.nixos.org/build/233229866 at 2023-09-02
- lz4-frame-conduit # failure in job https://hydra.nixos.org/build/233225578 at 2023-09-02
- lzip # failure in job https://hydra.nixos.org/build/233215027 at 2023-09-02
- lzma-streams # failure in job https://hydra.nixos.org/build/233229106 at 2023-09-02
- lzo # failure in job https://hydra.nixos.org/build/233200657 at 2023-09-02

View File

@ -404,6 +404,8 @@ builtins.intersectAttrs super {
# The curl executable is required for withApplication tests.
warp = addTestToolDepend pkgs.curl super.warp;
lz4-frame-conduit = addTestToolDepends [ pkgs.lz4 ] super.lz4-frame-conduit;
safe-exceptions = overrideCabal (drv: {
# Fix strictDeps build error "could not execute: hspec-discover"
testToolDepends = drv.testToolDepends or [ ] ++ [ self.hspec-discover ];

View File

@ -430986,9 +430986,7 @@ self: {
];
description = "Conduit implementing the official LZ4 frame streaming format";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "haskell-lz4c";
broken = true;
}
) { };