lol

gnome3.vte-ng: fixup build after #29039

+2 -1
+2 -1
pkgs/desktops/gnome-3/core/vte/ng.nix
··· 20 20 21 21 preConfigure = oldAttrs.preConfigure + "; ./autogen.sh"; 22 22 23 - nativeBuildInputs = [ gtk_doc autoconf automake gettext libtool gperf ]; 23 + nativeBuildInputs = oldAttrs.nativeBuildInputs or [] 24 + ++ [ gtk_doc autoconf automake gettext libtool gperf ]; 24 25 })