mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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";
|
||||
|
||||
nativeBuildInputs = [ gtk_doc autoconf automake gettext libtool ];
|
||||
buildInputs = oldAttrs.buildInputs ++ [ gperf ];
|
||||
nativeBuildInputs = [ gtk_doc autoconf automake gettext libtool gperf ];
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user