sbcl: fix comment s/zlib/zstd
Co-authored-by: 7c6f434c <7c6f434c@mail.ru>
This commit is contained in:
parent
f7ed1663f3
commit
3349c41fe4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue