mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
lua*Packages.lfs: init at 1.7.0.2
This commit is contained in:
parent
784f543cb7
commit
bfc123803d
@ -634,6 +634,26 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
lfs = buildLuaPackage rec {
|
||||
name = "lfs-${version}";
|
||||
version = "1.7.0.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "keplerproject";
|
||||
repo = "luafilesystem";
|
||||
rev = "v" + stdenv.lib.replaceStrings ["."] ["_"] version;
|
||||
sha256 = "0zmprgkm9zawdf9wnw0v3w6ibaj442wlc6alp39hmw610fl4vghi";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Portable library for filesystem operations";
|
||||
homepage = https://keplerproject.github.com/luafilesystem;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ vcunat ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
||||
lpeg = buildLuaPackage rec {
|
||||
name = "lpeg-${version}";
|
||||
version = "0.12";
|
||||
|
Loading…
Reference in New Issue
Block a user