haskellPackages.streamly-archive: unbreak
(The correct libarchive is now being passed into the package.)
This commit is contained in:
@@ -864,4 +864,7 @@ self: super: builtins.intersectAttrs super {
|
||||
cpuid = overrideCabal super.cpuid {
|
||||
platforms = pkgs.lib.platforms.x86;
|
||||
};
|
||||
|
||||
# Pass the correct libarchive into the package.
|
||||
streamly-archive = super.streamly-archive.override { archive = pkgs.libarchive; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user