mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
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";
|
||||
|
||||
nativeBuildInputs = [ gtk_doc autoconf automake gettext libtool gperf ];
|
||||
nativeBuildInputs = oldAttrs.nativeBuildInputs or []
|
||||
++ [ gtk_doc autoconf automake gettext libtool gperf ];
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user