diff --git a/pkgs/applications/window-managers/clfswm/default.nix b/pkgs/applications/window-managers/clfswm/default.nix index ec9009493920..3b07bc5a654d 100644 --- a/pkgs/applications/window-managers/clfswm/default.nix +++ b/pkgs/applications/window-managers/clfswm/default.nix @@ -24,6 +24,12 @@ stdenv.mkDerivation rec { # Stripping destroys the generated SBCL image dontStrip = true; + configurePhase = '' + substituteInPlace load.lisp --replace \ + ";; (setf *contrib-dir* \"/usr/local/lib/clfswm/\")" \ + "(setf *contrib-dir* \"$out/lib/clfswm/\")" + ''; + installPhase = '' mkdir -pv $out/bin make DESTDIR=$out install