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 runHook postInstall
''; '';
# fixupPhase results in fatal error in SBCL, `Can't find sbcl.core` # Stripping binaries results in fatal error in SBCL, `Can't find sbcl.core`
dontFixup = true; dontStrip = true;
meta = with lib; { meta = with lib; {
description = "Common Lisp Package Manager"; description = "Common Lisp Package Manager";