Merge pull request #69120 from mweinelt/pr/piper/0.3

piper: 0.2.903 -> 0.3
This commit is contained in:
Jörg Thalheim 2019-09-24 06:55:35 +01:00 committed by GitHub
commit 11c140cd9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "piper"; pname = "piper";
version = "0.2.903"; version = "0.3";
format = "other"; format = "other";
@ -12,12 +12,16 @@ python3.pkgs.buildPythonApplication rec {
owner = "libratbag"; owner = "libratbag";
repo = "piper"; repo = "piper";
rev = version; rev = version;
sha256 = "0zh4lm074x5gwvx663bapdyv8lf84yjwfg8cpf77rszyja1hx13a"; sha256 = "1vz7blhx6qsfrk5znwr0fj1k8vahnlaz6rn7ifcgxmq398mmz8z7";
}; };
nativeBuildInputs = [ meson ninja gettext pkgconfig wrapGAppsHook desktop-file-utils appstream-glib gobject-introspection ]; nativeBuildInputs = [ meson ninja gettext pkgconfig wrapGAppsHook desktop-file-utils appstream-glib gobject-introspection ];
buildInputs = [ gtk3 glib gnome3.adwaita-icon-theme python3 ]; buildInputs = [
propagatedBuildInputs = with python3.pkgs; [ lxml evdev pygobject3 ]; gtk3 glib gnome3.adwaita-icon-theme python3
];
propagatedBuildInputs = with python3.pkgs; [ lxml evdev pygobject3 ] ++ [
gobject-introspection # fixes https://github.com/NixOS/nixpkgs/issues/56943 for now
];
postPatch = '' postPatch = ''
chmod +x meson_install.sh # patchShebangs requires executable file chmod +x meson_install.sh # patchShebangs requires executable file