gnome3.vte-ng: fixup build after #29039
This commit is contained in:
parent
b174f42d36
commit
55ed948a55
@ -20,5 +20,6 @@ gnome3.vte.overrideAttrs (oldAttrs: rec {
|
|||||||
|
|
||||||
preConfigure = oldAttrs.preConfigure + "; ./autogen.sh";
|
preConfigure = oldAttrs.preConfigure + "; ./autogen.sh";
|
||||||
|
|
||||||
nativeBuildInputs = [ gtk_doc autoconf automake gettext libtool gperf ];
|
nativeBuildInputs = oldAttrs.nativeBuildInputs or []
|
||||||
|
++ [ gtk_doc autoconf automake gettext libtool gperf ];
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user