Skip to content

Commit

Permalink
vte-ng: don't run configure as part of autogen, since it runs w/o args
Browse files Browse the repository at this point in the history
We could alternatively pass arguments here as well,
but there seems little point in running configure twice.
  • Loading branch information
dtzWill authored and jtojnar committed Dec 20, 2017
1 parent 9cee2e5 commit 92e525e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/desktops/gnome-3/core/vte/ng.nix
Expand Up @@ -11,7 +11,7 @@ gnome3.vte.overrideAttrs (oldAttrs: rec {
sha256 = "0i6hfzw9sq8521kz0l7lld2km56r0bfp1hw6kxq3j1msb8z8svcf";
};

preConfigure = oldAttrs.preConfigure + "; ./autogen.sh";
preConfigure = oldAttrs.preConfigure + "; NOCONFIGURE=1 ./autogen.sh";

nativeBuildInputs = oldAttrs.nativeBuildInputs or []
++ [ gtk_doc autoconf automake gettext libtool gperf ];
Expand Down

0 comments on commit 92e525e

Please sign in to comment.