Skip to content

Commit

Permalink
gnome3.vte-ng: fixup build after #29039
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Oct 7, 2017
1 parent b174f42 commit 55ed948
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/desktops/gnome-3/core/vte/ng.nix
Expand Up @@ -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 ];
})

0 comments on commit 55ed948

Please sign in to comment.