pantheon.pantheon-terminal: add gobject introspection dependency
This commit is contained in:
parent
8bdcf7a726
commit
7f1a92fbcb
@ -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 {
|
stdenv.mkDerivation rec {
|
||||||
majorVersion = "0.4";
|
majorVersion = "0.4";
|
||||||
@ -20,7 +20,11 @@ stdenv.mkDerivation rec {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ perl cmake vala_0_38 pkgconfig makeWrapper ];
|
nativeBuildInputs = [
|
||||||
|
perl cmake vala_0_38 pkgconfig makeWrapper
|
||||||
|
# For setup hook
|
||||||
|
gobjectIntrospection
|
||||||
|
];
|
||||||
buildInputs = with gnome3; [
|
buildInputs = with gnome3; [
|
||||||
glib gtk3 granite libnotify gettext vte_290 libgee
|
glib gtk3 granite libnotify gettext vte_290 libgee
|
||||||
gsettings_desktop_schemas defaultIconTheme
|
gsettings_desktop_schemas defaultIconTheme
|
||||||
|
Loading…
Reference in New Issue
Block a user