clpm: do fixup, just don’t strip

Less invasive change to the default build process, with the same result.
This commit is contained in:
Hraban Luyat 2023-04-10 15:03:12 -04:00
parent 7493ac348a
commit 80673bd411

View File

@ -54,8 +54,8 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
# fixupPhase results in fatal error in SBCL, `Can't find sbcl.core`
dontFixup = true;
# Stripping binaries results in fatal error in SBCL, `Can't find sbcl.core`
dontStrip = true;
meta = with lib; {
description = "Common Lisp Package Manager";