Commit 80673bd4 authored by Hraban Luyat's avatar Hraban Luyat
Browse files

clpm: do fixup, just don’t strip

Less invasive change to the default build process, with the same result.
parent 7493ac34
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";