We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 9cee2e5 commit 92e525eCopy full SHA for 92e525e
pkgs/desktops/gnome-3/core/vte/ng.nix
@@ -11,7 +11,7 @@ gnome3.vte.overrideAttrs (oldAttrs: rec {
11
sha256 = "0i6hfzw9sq8521kz0l7lld2km56r0bfp1hw6kxq3j1msb8z8svcf";
12
};
13
14
- preConfigure = oldAttrs.preConfigure + "; ./autogen.sh";
+ preConfigure = oldAttrs.preConfigure + "; NOCONFIGURE=1 ./autogen.sh";
15
16
nativeBuildInputs = oldAttrs.nativeBuildInputs or []
17
++ [ gtk_doc autoconf automake gettext libtool gperf ];
0 commit comments