From ebc6b672508245d4689d146bead5b99a556abdcd Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Tue, 11 Jun 2019 02:26:53 -0400 Subject: pantheon: drop gobject-introspection for setup-hook Vala now has the setup-hook we need. [0] [0]: https://github.com/NixOS/nixpkgs/commit/79ca7f4cb4ab0842fd31ea3c1acfcb6f7baae55e --- .../pantheon/apps/switchboard-plugs/mouse-touchpad/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/desktops/pantheon/apps/switchboard-plugs/mouse-touchpad') diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/mouse-touchpad/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/mouse-touchpad/default.nix index eaf15fdb8155..a55a525c79bd 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/mouse-touchpad/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/mouse-touchpad/default.nix @@ -1,5 +1,5 @@ { stdenv, fetchFromGitHub, pantheon, fetchpatch, meson, ninja, pkgconfig, vala -, libgee, granite, gtk3, switchboard, elementary-settings-daemon, gobject-introspection }: +, libgee, granite, gtk3, switchboard, elementary-settings-daemon }: stdenv.mkDerivation rec { pname = "switchboard-plug-mouse-touchpad"; @@ -27,7 +27,6 @@ stdenv.mkDerivation rec { }; nativeBuildInputs = [ - gobject-introspection meson ninja pkgconfig -- cgit 1.4.1