perlPackages.IOStty: init 0.04
This commit is contained in:
parent
00682a56b9
commit
6032a2af13
1 changed files with 17 additions and 0 deletions
|
@ -10752,6 +10752,23 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
IOStty = buildPerlModule {
|
||||
pname = "IO-Stty";
|
||||
version = "0.04";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/T/TO/TODDR/IO-Stty-0.04.tar.gz";
|
||||
sha256 = "sha256-XJUJ8ahpPYKH+gE97wv4eqZM2ScThGHvjetVUDxmUcI=";
|
||||
};
|
||||
buildPhase = "make";
|
||||
checkPhase = "make test";
|
||||
installPhase = "make install";
|
||||
meta = {
|
||||
homepage = "http://wiki.github.com/toddr/IO-Stty";
|
||||
description = "Change and print terminal line settings";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
IOTee = buildPerlPackage {
|
||||
pname = "IO-Tee";
|
||||
version = "0.66";
|
||||
|
|
Loading…
Reference in a new issue