keybinder3: 0.3.0 -> 0.3.2
* keybinder3: 0.3.0 -> 0.3.2 (#50718) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/keybinder3/versions * keybinder3: refresh Use new GitHub repo at https://github.com/kupferlauncher/keybinder Move autoconf/automake/libtool to nativeBuildInputs
This commit is contained in:
parent
e3970df4dd
commit
6a2963f681
|
@ -4,19 +4,19 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "keybinder3-${version}";
|
name = "keybinder3-${version}";
|
||||||
version = "0.3.0";
|
version = "0.3.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "engla";
|
owner = "kupferlauncher";
|
||||||
repo = "keybinder";
|
repo = "keybinder";
|
||||||
rev = "keybinder-3.0-v${version}";
|
rev = "keybinder-3.0-v${version}";
|
||||||
sha256 = "1jdcrfhvqffhc2h69197wkpc5j5synk5mm8rqhz27qfrfhh4vf0q";
|
sha256 = "196ibn86j54fywfwwgyh89i9wygm4vh7ls19fn20vrnm6ijlzh9r";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ autoconf automake libtool pkgconfig ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
autoconf automake libtool gnome3.gnome-common gtk-doc
|
gnome3.gnome-common gtk-doc gtk3
|
||||||
libX11 libXext libXrender gobjectIntrospection gtk3
|
libX11 libXext libXrender gobjectIntrospection
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Library for registering global key bindings";
|
description = "Library for registering global key bindings";
|
||||||
homepage = https://github.com/engla/keybinder/;
|
homepage = https://github.com/kupferlauncher/keybinder/;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.cstrahan ];
|
maintainers = [ maintainers.cstrahan ];
|
||||||
|
|
Loading…
Reference in New Issue