luaPackages.mimetypes: init at 1.0.0-3
This commit is contained in:
parent
fd860b6f2e
commit
11fc7cb8d9
2 changed files with 25 additions and 0 deletions
|
@ -95,6 +95,7 @@ magick,,,,,5.1,donovanglover
|
||||||
markdown,,,,,,
|
markdown,,,,,,
|
||||||
mediator_lua,,,,,,
|
mediator_lua,,,,,,
|
||||||
middleclass,,,,,,
|
middleclass,,,,,,
|
||||||
|
mimetypes,,,,,,
|
||||||
mpack,,,,,,
|
mpack,,,,,,
|
||||||
moonscript,https://github.com/leafo/moonscript.git,dev-1,,,,arobyn
|
moonscript,https://github.com/leafo/moonscript.git,dev-1,,,,arobyn
|
||||||
nlua,,,,,,teto
|
nlua,,,,,,teto
|
||||||
|
|
|
|
@ -2726,6 +2726,30 @@ buildLuarocksPackage {
|
||||||
};
|
};
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
mimetypes = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
|
||||||
|
buildLuarocksPackage {
|
||||||
|
pname = "mimetypes";
|
||||||
|
version = "1.0.0-3";
|
||||||
|
knownRockspec = (fetchurl {
|
||||||
|
url = "mirror://luarocks/mimetypes-1.0.0-3.rockspec";
|
||||||
|
sha256 = "02f5x5pkz6fba71mp031arrgmddsyivn5fsa0pj3q3a7nxxpmnq9";
|
||||||
|
}).outPath;
|
||||||
|
src = fetchurl {
|
||||||
|
url = "https://github.com/lunarmodules/lua-mimetypes/archive/v1.0.0/lua-mimetypes-1.0.0.tar.gz";
|
||||||
|
sha256 = "1rc5lnzvw4cg8wxn4w4sar2xgf5vaivdd2hgpxxcqfzzcmblg1zk";
|
||||||
|
};
|
||||||
|
|
||||||
|
disabled = (luaOlder "5.1");
|
||||||
|
propagatedBuildInputs = [ lua ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = "https://github/lunarmodules/lua-mimetypes/";
|
||||||
|
description = "A simple library for looking up the MIME types of files.";
|
||||||
|
license.fullName = "MIT/X11";
|
||||||
|
};
|
||||||
|
}) {};
|
||||||
|
|
||||||
|
|
||||||
moonscript = callPackage({ argparse, buildLuarocksPackage, fetchgit, lpeg, lua, luaOlder, luafilesystem }:
|
moonscript = callPackage({ argparse, buildLuarocksPackage, fetchgit, lpeg, lua, luaOlder, luafilesystem }:
|
||||||
buildLuarocksPackage {
|
buildLuarocksPackage {
|
||||||
pname = "moonscript";
|
pname = "moonscript";
|
||||||
|
|
Loading…
Reference in a new issue