tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
gnome3.vte-ng: fixup build after #29039
Vladimír Čunát
8 years ago
55ed948a
b174f42d
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
desktops
gnome-3
core
vte
ng.nix
+2
-1
pkgs/desktops/gnome-3/core/vte/ng.nix
···
20
20
21
21
preConfigure = oldAttrs.preConfigure + "; ./autogen.sh";
22
22
23
23
-
nativeBuildInputs = [ gtk_doc autoconf automake gettext libtool gperf ];
23
23
+
nativeBuildInputs = oldAttrs.nativeBuildInputs or []
24
24
+
++ [ gtk_doc autoconf automake gettext libtool gperf ];
24
25
})