sbcl: fix comment s/zlib/zstd

Co-authored-by: 7c6f434c <7c6f434c@mail.ru>
This commit is contained in:
Hraban 2024-03-11 18:51:40 +00:00 committed by GitHub
parent f7ed1663f3
commit 3349c41fe4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,7 +98,7 @@ stdenv.mkDerivation (self: rec {
# Declare at the point of actual use in case the caller wants to override # Declare at the point of actual use in case the caller wants to override
# buildInputs to sidestep this. # buildInputs to sidestep this.
assert lib.assertMsg (!purgeNixReferences) '' 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 ] [ zstd ]
); );