luaPackages.lpty: 1.2.1 -> 1.2.2 generated

This commit is contained in:
Matthieu Coudron
2019-02-06 01:01:14 +09:00
parent ce63fd4381
commit c84a431624
3 changed files with 21 additions and 28 deletions

View File

@@ -190,6 +190,26 @@ lpeg_patterns = buildLuarocksPackage {
};
};
};
lpty = buildLuarocksPackage {
pname = "lpty";
version = "1.2.2-1";
src = fetchurl {
url = https://luarocks.org/lpty-1.2.2-1.src.rock;
sha256 = "1vxvsjgjfirl6ranz6k4q4y2dnxqh72bndbk400if22x8lqbkxzm";
};
disabled = ( luaOlder "5.1");
propagatedBuildInputs = [lua ];
buildType="make";
meta = {
homepage = "http://www.tset.de/lpty/";
description="A simple facility for lua to control other programs via PTYs.";
license = {
fullName = "MIT";
};
};
};
lrexlib-gnu = buildLuarocksPackage {
pname = "lrexlib-gnu";
version = "2.9.0-1";