clpm: do fixup, just don’t strip
Less invasive change to the default build process, with the same result.
This commit is contained in:
parent
7493ac348a
commit
80673bd411
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue