Move tmux-sessionizer default script
This commit is contained in:
parent
aa2426d955
commit
02cd87af90
4 changed files with 19 additions and 2 deletions
|
@ -19,7 +19,10 @@ stdenv.mkDerivation {
|
|||
tmux
|
||||
];
|
||||
|
||||
patches = [ ./configure-directories.patch ];
|
||||
patches = [
|
||||
./move-default-script.patch
|
||||
./configure-directories.patch
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue