lusc_luv: init at 4.0.1-1
This commit is contained in:
parent
cf659d5107
commit
f7b46bfd5f
@ -103,6 +103,7 @@ luazip,,,,,,
|
||||
lush.nvim,,,https://luarocks.org/dev,,,teto
|
||||
luuid,,,,20120509-2,,
|
||||
luv,,,,1.48.0-2,,
|
||||
lusc_luv,,,,,,
|
||||
lyaml,,,,,,lblasc
|
||||
lz.n,,,,,,mrcjkb
|
||||
lze,,,,,,birdee
|
||||
|
|
@ -2443,6 +2443,31 @@ buildLuarocksPackage {
|
||||
};
|
||||
}) {};
|
||||
|
||||
lusc_luv = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder, luv }:
|
||||
buildLuarocksPackage {
|
||||
pname = "lusc_luv";
|
||||
version = "4.0.1-1";
|
||||
knownRockspec = (fetchurl {
|
||||
url = "mirror://luarocks/lusc_luv-4.0.1-1.rockspec";
|
||||
sha256 = "1bgk481ljfy8q7r3w9z1x5ix0dm6v444c7mf9nahlpyrz9skxakp";
|
||||
}).outPath;
|
||||
src = fetchFromGitHub {
|
||||
owner = "svermeulen";
|
||||
repo = "lusc_luv";
|
||||
rev = "838b8f647911b1fcfe160ddce881409ea9b35acf";
|
||||
hash = "sha256-xT3so0QHtzzLRNRb7yqfaRMwkl2bt1MP1xh8BkHKqqo=";
|
||||
};
|
||||
|
||||
disabled = luaOlder "5.1";
|
||||
propagatedBuildInputs = [ luv ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/svermeulen/lusc_luv";
|
||||
description = "Structured Async/Concurrency for Lua using Luv";
|
||||
license.fullName = "MIT";
|
||||
};
|
||||
}) {};
|
||||
|
||||
luv = callPackage({ buildLuarocksPackage, cmake, fetchurl, luaOlder }:
|
||||
buildLuarocksPackage {
|
||||
pname = "luv";
|
||||
|
Loading…
Reference in New Issue
Block a user