Skip to content

Commit 92e525e

Browse files
dtzWilljtojnar
authored andcommittedDec 20, 2017
vte-ng: don't run configure as part of autogen, since it runs w/o args
We could alternatively pass arguments here as well, but there seems little point in running configure twice.
1 parent 9cee2e5 commit 92e525e

File tree

1 file changed

+1
-1
lines changed
  • pkgs/desktops/gnome-3/core/vte

1 file changed

+1
-1
lines changed
 

‎pkgs/desktops/gnome-3/core/vte/ng.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gnome3.vte.overrideAttrs (oldAttrs: rec {
1111
sha256 = "0i6hfzw9sq8521kz0l7lld2km56r0bfp1hw6kxq3j1msb8z8svcf";
1212
};
1313

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

1616
nativeBuildInputs = oldAttrs.nativeBuildInputs or []
1717
++ [ gtk_doc autoconf automake gettext libtool gperf ];

0 commit comments

Comments
 (0)
Please sign in to comment.