gobjectIntrospection only needed at compile time
This commit is contained in:
parent
c2b47f27a1
commit
b8c3cfa6bf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue