Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
53ee1662e0
commit
bbd29560ed
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp $src/${pname} $out/bin
|
||||
cp $src/shortcuts-menus/sys $out/bin/${pname}
|
||||
chmod +x $out/bin/${pname}
|
||||
'';
|
||||
})
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp $src/${pname} $out/bin
|
||||
cp $src/statusbar/timer $out/bin/${pname}
|
||||
chmod +x $out/bin/${pname}
|
||||
'';
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue