Merge pull request #127782 from malbarbo/tmux-static

authored by

Sandro and committed by
GitHub
df1ec730 11a2bd97

+9
+9
pkgs/tools/misc/tmux/default.nix
··· 1 1 { lib, stdenv 2 2 , fetchFromGitHub 3 + , fetchpatch 3 4 , autoreconfHook 4 5 , pkg-config 5 6 , bison ··· 30 31 rev = version; 31 32 sha256 = "0143ylfk7zsl3xmiasb768238gr582cfhsgv3p0h0f13bp8d6q09"; 32 33 }; 34 + 35 + patches = [ 36 + # See https://github.com/tmux/tmux/pull/2755 37 + (fetchpatch { 38 + url = "https://github.com/tmux/tmux/commit/d0a2683120ec5a33163a14b0e1b39d208745968f.patch"; 39 + sha256 = "070knpncxfxi6k4q64jwi14ns5vm3606cf402h1c11cwnaa84n1g"; 40 + }) 41 + ]; 33 42 34 43 nativeBuildInputs = [ 35 44 pkg-config