haskellPackages.streamly-archive: unbreak
(The correct libarchive is now being passed into the package.)
This commit is contained in:
parent
f73c2278d0
commit
d36f591349
@ -10656,7 +10656,6 @@ broken-packages:
|
|||||||
- streaming-sort
|
- streaming-sort
|
||||||
- streaming-utils
|
- streaming-utils
|
||||||
- streaming-with
|
- streaming-with
|
||||||
- streamly-archive
|
|
||||||
- streamly-fsnotify
|
- streamly-fsnotify
|
||||||
- streamly-lmdb
|
- streamly-lmdb
|
||||||
- streamproc
|
- streamproc
|
||||||
|
@ -864,4 +864,7 @@ self: super: builtins.intersectAttrs super {
|
|||||||
cpuid = overrideCabal super.cpuid {
|
cpuid = overrideCabal super.cpuid {
|
||||||
platforms = pkgs.lib.platforms.x86;
|
platforms = pkgs.lib.platforms.x86;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Pass the correct libarchive into the package.
|
||||||
|
streamly-archive = super.streamly-archive.override { archive = pkgs.libarchive; };
|
||||||
}
|
}
|
||||||
|
@ -250826,8 +250826,6 @@ self: {
|
|||||||
testSystemDepends = [ archive ];
|
testSystemDepends = [ archive ];
|
||||||
description = "Stream data from archives using the streamly library";
|
description = "Stream data from archives using the streamly library";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {archive = null;};
|
}) {archive = null;};
|
||||||
|
|
||||||
"streamly-binary" = callPackage
|
"streamly-binary" = callPackage
|
||||||
|
Loading…
Reference in New Issue
Block a user