about summary refs log tree commit diff
path: root/pkgs/tools/misc/tmux
diff options
context:
space:
mode:
authorMilan Pässler <milan@petabyte.dev>2021-04-12 11:24:23 +0200
committerMilan Pässler <milan@petabyte.dev>2021-04-12 11:25:09 +0200
commitc6f6e589fecf9693bbb6f894cc9d82c9b9d86995 (patch)
tree466111e6b41abf96da83bf1b8268d3c71601819f /pkgs/tools/misc/tmux
parenta1c0d6ddbcb6d307d44b158d1056d15ad2bd05d0 (diff)
tmux: remove unused makeWrapper input
Diffstat (limited to 'pkgs/tools/misc/tmux')
-rw-r--r--pkgs/tools/misc/tmux/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/misc/tmux/default.nix b/pkgs/tools/misc/tmux/default.nix
index 2043cfe101184..534fe54bc187c 100644
--- a/pkgs/tools/misc/tmux/default.nix
+++ b/pkgs/tools/misc/tmux/default.nix
@@ -2,7 +2,6 @@
 , fetchFromGitHub
 , autoreconfHook
 , pkg-config
-, makeWrapper
 , bison
 , ncurses
 , libevent
@@ -41,7 +40,6 @@ stdenv.mkDerivation rec {
   buildInputs = [
     ncurses
     libevent
-    makeWrapper
   ];
 
   configureFlags = [