gobjectIntrospection only needed at compile time

This commit is contained in:
Christian Ulrich 2019-05-22 16:17:14 +02:00
parent c2b47f27a1
commit b8c3cfa6bf
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 2 additions and 1 deletions

View File

@ -28,9 +28,10 @@ in buildNimblePackage rec {
nimDeps = [ oldgtk3 ]; nimDeps = [ oldgtk3 ];
nativeBuildInputs = [ gobjectIntrospection ];
buildInputs = [ buildInputs = [
glib glib
gobjectIntrospection
gnome3.gdk_pixbuf gnome3.gdk_pixbuf
gnome3.gtk gnome3.gtk
gnome3.gtksourceview gnome3.gtksourceview