From 2cbf509f6bb82e8db0326b97acfaea6b7c45c9af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sat, 28 Jan 2017 08:55:57 +0100 Subject: [PATCH] gnome3.vte-ng: nitpick: gperf is a native input --- pkgs/desktops/gnome-3/3.22/core/vte/ng.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/desktops/gnome-3/3.22/core/vte/ng.nix b/pkgs/desktops/gnome-3/3.22/core/vte/ng.nix index 0e9326e12902..ad0188b0053b 100644 --- a/pkgs/desktops/gnome-3/3.22/core/vte/ng.nix +++ b/pkgs/desktops/gnome-3/3.22/core/vte/ng.nix @@ -20,6 +20,5 @@ gnome3.vte.overrideAttrs (oldAttrs: rec { preConfigure = oldAttrs.preConfigure + "; ./autogen.sh"; - nativeBuildInputs = [ gtk_doc autoconf automake gettext libtool ]; - buildInputs = oldAttrs.buildInputs ++ [ gperf ]; + nativeBuildInputs = [ gtk_doc autoconf automake gettext libtool gperf ]; })