Unverified Commit 3349c41f authored by Hraban's avatar Hraban Committed by GitHub
Browse files

sbcl: fix comment s/zlib/zstd



Co-authored-by: default avatar7c6f434c <7c6f434c@mail.ru>
parent f7ed1663
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ]
  );