Merge pull request #97416 from jtojnar/mypaint-hicolor

mypaint: fix crash without hicolor-icon-theme
This commit is contained in:
Jan Tojnar 2020-09-08 09:39:05 +02:00 committed by GitHub
commit 26f8b201a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@
, librsvg
, gobject-introspection
, libmypaint
, hicolor-icon-theme
, mypaint-brushes
, gdk-pixbuf
, pkgconfig
@ -36,7 +37,9 @@ in buildPythonApplication rec {
swig
wrapGAppsHook
gobject-introspection # for setup hook
hicolor-icon-theme # fór setup hook
];
buildInputs = [
gtk3
gdk-pixbuf
@ -48,6 +51,9 @@ in buildPythonApplication rec {
librsvg
pycairo
pygobject3
# Mypaint checks for a presence of this theme scaffold and crashes when not present.
hicolor-icon-theme
];
propagatedBuildInputs = [