mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
Merge pull request #98432 from AndersonTorres/upload-luakit
luakit: 2.1 -> 2.2
This commit is contained in:
commit
1a3b6ccf66
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "luakit";
|
pname = "luakit";
|
||||||
version = "2.1";
|
version = "2.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "luakit";
|
owner = "luakit";
|
||||||
repo = "luakit";
|
repo = "luakit";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "05mm76g72fs48410pbij4mw0s3nqji3r7f3mnr2fvhv02xqj05aa";
|
sha256 = "sha256-rpHW5VyntmmtekdNcZMIw8Xdv4cfiqJaaHj4ZFFGjYc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -54,9 +54,17 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Fast, small, webkit based browser framework extensible in Lua";
|
description = "Fast, small, webkit-based browser framework extensible in Lua";
|
||||||
|
longDescription = ''
|
||||||
|
Luakit is a highly configurable browser framework based on the WebKit web
|
||||||
|
content engine and the GTK+ toolkit. It is very fast, extensible with Lua,
|
||||||
|
and licensed under the GNU GPLv3 license. It is primarily targeted at
|
||||||
|
power users, developers and anyone who wants to have fine-grained control
|
||||||
|
over their web browser’s behaviour and interface.
|
||||||
|
'';
|
||||||
homepage = "https://luakit.github.io/";
|
homepage = "https://luakit.github.io/";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
platforms = platforms.linux; # Only tested linux
|
platforms = platforms.unix;
|
||||||
|
maintainers = [ maintainers.AndersonTorres ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user