lol

Merge pull request #11402 from robgssp/clfswm-fix

clfswm: fix contrib-dir path

+6
+6
pkgs/applications/window-managers/clfswm/default.nix
··· 24 24 # Stripping destroys the generated SBCL image 25 25 dontStrip = true; 26 26 27 + configurePhase = '' 28 + substituteInPlace load.lisp --replace \ 29 + ";; (setf *contrib-dir* \"/usr/local/lib/clfswm/\")" \ 30 + "(setf *contrib-dir* \"$out/lib/clfswm/\")" 31 + ''; 32 + 27 33 installPhase = '' 28 34 mkdir -pv $out/bin 29 35 make DESTDIR=$out install