mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
ncurses: add infocmp utility
This commit is contained in:
parent
d45d6205de
commit
c7fbf93ecc
|
@ -141,6 +141,7 @@ stdenv.mkDerivation rec {
|
|||
moveToOutput "bin/tset" "$out"
|
||||
moveToOutput "bin/captoinfo" "$out"
|
||||
moveToOutput "bin/infotocap" "$out"
|
||||
moveToOutput "bin/infocmp" "$out"
|
||||
'';
|
||||
|
||||
preFixup = lib.optionalString (!stdenv.hostPlatform.isCygwin && !enableStatic) ''
|
||||
|
|
Loading…
Reference in a new issue