gnome3.vte-ng: nitpick: gperf is a native input
This commit is contained in:
parent
1d6c853860
commit
2cbf509f6b
|
@ -20,6 +20,5 @@ gnome3.vte.overrideAttrs (oldAttrs: rec {
|
||||||
|
|
||||||
preConfigure = oldAttrs.preConfigure + "; ./autogen.sh";
|
preConfigure = oldAttrs.preConfigure + "; ./autogen.sh";
|
||||||
|
|
||||||
nativeBuildInputs = [ gtk_doc autoconf automake gettext libtool ];
|
nativeBuildInputs = [ gtk_doc autoconf automake gettext libtool gperf ];
|
||||||
buildInputs = oldAttrs.buildInputs ++ [ gperf ];
|
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue