gnome3.vte-ng: fixup build after #29039

This commit is contained in:
Vladimír Čunát 2017-10-07 11:14:22 +02:00
parent b174f42d36
commit 55ed948a55
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -20,5 +20,6 @@ gnome3.vte.overrideAttrs (oldAttrs: rec {
preConfigure = oldAttrs.preConfigure + "; ./autogen.sh";
nativeBuildInputs = [ gtk_doc autoconf automake gettext libtool gperf ];
nativeBuildInputs = oldAttrs.nativeBuildInputs or []
++ [ gtk_doc autoconf automake gettext libtool gperf ];
})