Merge pull request #28226 from casey/ncurses-tic
ncurses: put tic binary in bin
This commit is contained in:
commit
823fb278d3
@ -115,6 +115,7 @@ stdenv.mkDerivation rec {
|
||||
moveToOutput "bin/clear" "$out"
|
||||
moveToOutput "bin/reset" "$out"
|
||||
moveToOutput "bin/tabs" "$out"
|
||||
moveToOutput "bin/tic" "$out"
|
||||
moveToOutput "bin/tput" "$out"
|
||||
moveToOutput "bin/tset" "$out"
|
||||
'';
|
||||
|
Loading…
x
Reference in New Issue
Block a user