stumpwm: use full-path of xdpyinfo, closes #8518

This commit is contained in:
Damien Cassou 2015-06-26 12:05:04 +02:00 committed by Rok Garbas
parent 5506632473
commit 8b86e245bc

View file

@ -41,6 +41,8 @@ stdenv.mkDerivation rec {
preBuild = ''
cp -r --no-preserve=mode ${contrib} modules
substituteInPlace head.lisp \
--replace 'run-shell-command "xdpyinfo' 'run-shell-command "${xdpyinfo}/bin/xdpyinfo'
'';
installPhase = ''