summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2015-06-26 12:05:04 +0200
committerRok Garbas <rok@garbas.si>2015-06-26 16:23:48 +0200
commit8b86e245bc56898aae15aae6db80fb2ee52b295a (patch)
treecd9a4107e8d1fbf8fdaa8a3d10fe071b09d97eca /pkgs/applications
parent550663247375914d43179dbd605beffdb0c79ee4 (diff)
downloadnixlib-8b86e245bc56898aae15aae6db80fb2ee52b295a.tar
nixlib-8b86e245bc56898aae15aae6db80fb2ee52b295a.tar.gz
nixlib-8b86e245bc56898aae15aae6db80fb2ee52b295a.tar.bz2
nixlib-8b86e245bc56898aae15aae6db80fb2ee52b295a.tar.lz
nixlib-8b86e245bc56898aae15aae6db80fb2ee52b295a.tar.xz
nixlib-8b86e245bc56898aae15aae6db80fb2ee52b295a.tar.zst
nixlib-8b86e245bc56898aae15aae6db80fb2ee52b295a.zip
stumpwm: use full-path of xdpyinfo, closes #8518
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/window-managers/stumpwm/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/stumpwm/default.nix b/pkgs/applications/window-managers/stumpwm/default.nix
index d44ac128d80c..88faae64be70 100644
--- a/pkgs/applications/window-managers/stumpwm/default.nix
+++ b/pkgs/applications/window-managers/stumpwm/default.nix
@@ -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 = ''