Merge pull request #11402 from robgssp/clfswm-fix
clfswm: fix contrib-dir path
This commit is contained in:
commit
7aa42e1f31
@ -24,6 +24,12 @@ stdenv.mkDerivation rec {
|
|||||||
# Stripping destroys the generated SBCL image
|
# Stripping destroys the generated SBCL image
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
|
configurePhase = ''
|
||||||
|
substituteInPlace load.lisp --replace \
|
||||||
|
";; (setf *contrib-dir* \"/usr/local/lib/clfswm/\")" \
|
||||||
|
"(setf *contrib-dir* \"$out/lib/clfswm/\")"
|
||||||
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -pv $out/bin
|
mkdir -pv $out/bin
|
||||||
make DESTDIR=$out install
|
make DESTDIR=$out install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user