ulauncher: fix gobject-introspection
Attempt to fix #188846 by doing the same as in #188350
This commit is contained in:
parent
162b38410d
commit
3a1054bfd9
1 changed files with 1 additions and 1 deletions
|
@ -31,6 +31,7 @@ python3Packages.buildPythonApplication rec {
|
|||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
distutils_extra
|
||||
gobject-introspection
|
||||
intltool
|
||||
wrapGAppsHook
|
||||
gdk-pixbuf
|
||||
|
@ -40,7 +41,6 @@ python3Packages.buildPythonApplication rec {
|
|||
gdk-pixbuf
|
||||
glib
|
||||
gnome.adwaita-icon-theme
|
||||
gobject-introspection
|
||||
gtk3
|
||||
keybinder3
|
||||
libappindicator
|
||||
|
|
Loading…
Reference in a new issue