stumpwm: use full-path of xdpyinfo, closes #8518
This commit is contained in:
parent
5506632473
commit
8b86e245bc
@ -41,6 +41,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
cp -r --no-preserve=mode ${contrib} modules
|
cp -r --no-preserve=mode ${contrib} modules
|
||||||
|
substituteInPlace head.lisp \
|
||||||
|
--replace 'run-shell-command "xdpyinfo' 'run-shell-command "${xdpyinfo}/bin/xdpyinfo'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user