pantheon: drop gobject-introspection for setup-hook

Vala now has the setup-hook we need. [0]

[0]: https://github.com/NixOS/nixpkgs/commit/79ca7f4cb4ab0842fd31ea3c1acfcb6f7baae55e
This commit is contained in:
worldofpeace
2019-06-11 03:00:35 -04:00
parent 814c4c1b9d
commit ebc6b67250
43 changed files with 52 additions and 98 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, python3, ninja, glib, libgee, vala, gobject-introspection, wrapGAppsHook }:
{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, python3, ninja, glib, libgee, vala, wrapGAppsHook }:
stdenv.mkDerivation rec {
pname = "cerbere";
@@ -18,7 +18,6 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
gobject-introspection
meson
ninja
pkgconfig
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, python3, ninja, vala
, desktop-file-utils, gtk3, granite, libgee, gcr, webkitgtk, gobject-introspection, wrapGAppsHook }:
, desktop-file-utils, gtk3, granite, libgee, gcr, webkitgtk, wrapGAppsHook }:
stdenv.mkDerivation rec {
pname = "capnet-assist";
@@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
desktop-file-utils
gobject-introspection
meson
ninja
pkgconfig
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, fetchpatch, pantheon, pkgconfig, meson, ninja, vala, glib
, gtk3, libgee, desktop-file-utils, geoclue2, gobject-introspection, wrapGAppsHook }:
, gtk3, libgee, desktop-file-utils, geoclue2, wrapGAppsHook }:
stdenv.mkDerivation rec {
pname = "pantheon-agent-geoclue2";
@@ -20,7 +20,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
desktop-file-utils
gobject-introspection
meson
ninja
pkgconfig
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, ninja
, vala, gtk3, libgee, polkit, gobject-introspection, wrapGAppsHook }:
, vala, gtk3, libgee, polkit, wrapGAppsHook }:
stdenv.mkDerivation rec {
pname = "pantheon-agent-polkit";
@@ -19,7 +19,6 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
gobject-introspection
meson
ninja
pkgconfig