gnome3.vte-ng: nitpick: gperf is a native input
This commit is contained in:
@@ -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 ];
|
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user