Merge pull request #28226 from casey/ncurses-tic

ncurses: put tic binary in bin
This commit is contained in:
Jörg Thalheim 2017-08-30 14:19:44 +01:00 committed by GitHub
commit 823fb278d3

View file

@ -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"
'';