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
co-authored by 7c6f434c
parent f7ed1663f3
commit 3349c41fe4
+1 -1
View File
@@ -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 ]
);