about summary refs log tree commit diff
path: root/pkgs/tools/misc/tmux
diff options
context:
space:
mode:
authorPeter Hoeg <peter@speartail.com>2016-05-27 15:57:12 +0800
committerPeter Hoeg <peter@speartail.com>2016-05-27 17:29:19 +0800
commit5404595b55eeefae69f2952a34dfc70e32523060 (patch)
treedb0563c422d919da25193142802ebe11de95970a /pkgs/tools/misc/tmux
parente746e1ffbc8ff2283cb696ec6f0c23ce726ede87 (diff)
downloadnixlib-5404595b55eeefae69f2952a34dfc70e32523060.tar
nixlib-5404595b55eeefae69f2952a34dfc70e32523060.tar.gz
nixlib-5404595b55eeefae69f2952a34dfc70e32523060.tar.bz2
nixlib-5404595b55eeefae69f2952a34dfc70e32523060.tar.lz
nixlib-5404595b55eeefae69f2952a34dfc70e32523060.tar.xz
nixlib-5404595b55eeefae69f2952a34dfc70e32523060.tar.zst
nixlib-5404595b55eeefae69f2952a34dfc70e32523060.zip
tmux module: set TMUX_TMPDIR via environment instead of wrapper
Diffstat (limited to 'pkgs/tools/misc/tmux')
-rw-r--r--pkgs/tools/misc/tmux/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/tools/misc/tmux/default.nix b/pkgs/tools/misc/tmux/default.nix
index 4f8a5c05b182..ad15fa98a4b3 100644
--- a/pkgs/tools/misc/tmux/default.nix
+++ b/pkgs/tools/misc/tmux/default.nix
@@ -34,9 +34,6 @@ stdenv.mkDerivation rec {
   postInstall = ''
     mkdir -p $out/share/bash-completion/completions
     cp -v ${bashCompletion}/completions/tmux $out/share/bash-completion/completions/tmux
-
-    wrapProgram $out/bin/tmux \
-      --set TMUX_TMPDIR \''${XDG_RUNTIME_DIR:-"/run/user/\$(id -u)"}
   '';
 
   meta = {