pantheon.pantheon-terminal: add gobject introspection dependency

This commit is contained in:
Jan Tojnar 2017-12-13 13:37:01 +01:00
parent 8bdcf7a726
commit 7f1a92fbcb
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, perl, cmake, vala_0_38, pkgconfig, glib, gtk3, granite, gnome3, libnotify, gettext, makeWrapper }:
{ stdenv, fetchurl, perl, cmake, vala_0_38, pkgconfig, glib, gtk3, granite, gnome3, libnotify, gettext, makeWrapper, gobjectIntrospection }:
stdenv.mkDerivation rec {
majorVersion = "0.4";
@ -20,7 +20,11 @@ stdenv.mkDerivation rec {
done
'';
nativeBuildInputs = [ perl cmake vala_0_38 pkgconfig makeWrapper ];
nativeBuildInputs = [
perl cmake vala_0_38 pkgconfig makeWrapper
# For setup hook
gobjectIntrospection
];
buildInputs = with gnome3; [
glib gtk3 granite libnotify gettext vte_290 libgee
gsettings_desktop_schemas defaultIconTheme