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:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, python3, ninja
|
||||
, vala, gtk3, libgee, granite, gettext, clutter-gtk, libunity
|
||||
, elementary-icon-theme, wrapGAppsHook, gobject-introspection }:
|
||||
, elementary-icon-theme, wrapGAppsHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "switchboard";
|
||||
@@ -21,7 +21,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
gettext
|
||||
gobject-introspection
|
||||
meson
|
||||
ninja
|
||||
pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user