mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
sbcl: fix comment s/zlib/zstd
Co-authored-by: 7c6f434c <7c6f434c@mail.ru>
This commit is contained in:
parent
f7ed1663f3
commit
3349c41fe4
@ -98,7 +98,7 @@ stdenv.mkDerivation (self: rec {
|
||||
# Declare at the point of actual use in case the caller wants to override
|
||||
# buildInputs to sidestep this.
|
||||
assert lib.assertMsg (!purgeNixReferences) ''
|
||||
Cannot enable coreCompression when purging Nix references, because compression requires linking in zlib
|
||||
Cannot enable coreCompression when purging Nix references, because compression requires linking in zstd
|
||||
'';
|
||||
[ zstd ]
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user