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:
R. RyanTM 2018-11-22 08:51:31 -08:00 committed by Renaud
parent e3970df4dd
commit 6a2963f681

View file

@ -4,19 +4,19 @@
stdenv.mkDerivation rec {
name = "keybinder3-${version}";
version = "0.3.0";
version = "0.3.2";
src = fetchFromGitHub {
owner = "engla";
owner = "kupferlauncher";
repo = "keybinder";
rev = "keybinder-3.0-v${version}";
sha256 = "1jdcrfhvqffhc2h69197wkpc5j5synk5mm8rqhz27qfrfhh4vf0q";
sha256 = "196ibn86j54fywfwwgyh89i9wygm4vh7ls19fn20vrnm6ijlzh9r";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ autoconf automake libtool pkgconfig ];
buildInputs = [
autoconf automake libtool gnome3.gnome-common gtk-doc
libX11 libXext libXrender gobjectIntrospection gtk3
gnome3.gnome-common gtk-doc gtk3
libX11 libXext libXrender gobjectIntrospection
];
preConfigure = ''
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Library for registering global key bindings";
homepage = https://github.com/engla/keybinder/;
homepage = https://github.com/kupferlauncher/keybinder/;
license = licenses.mit;
platforms = platforms.linux;
maintainers = [ maintainers.cstrahan ];