Merge staging-next into master

This commit is contained in:
Frederik Rietdijk
2019-03-01 09:06:20 +01:00
682 changed files with 2751 additions and 1768 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec {
};
nativeBuildInputs = [ meson ninja gettext pkgconfig wrapGAppsHook desktop-file-utils appstream-glib gobject-introspection ];
buildInputs = [ gtk3 glib gnome3.defaultIconTheme python3 ];
buildInputs = [ gtk3 glib gnome3.adwaita-icon-theme python3 ];
propagatedBuildInputs = with python3.pkgs; [ lxml evdev pygobject3 ];
postPatch = ''