mypaint: fix crash without hicolor-icon-theme

Mypaint seems to check for a presence of this theme scaffold and crashes when not present.
Let’s add this since it weights almost nothing.
gstqt5
Jan Tojnar 2020-09-08 05:35:27 +02:00
parent c59ea8b8a0
commit 492de7bb2b
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 6 additions and 0 deletions

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 = [