ncurses: put tic binary in bin
This commit is contained in:
parent
aa1e535b1b
commit
555900081d
|
@ -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…
Reference in New Issue