Making perf cross-build again, now with manpages.

svn path=/nixpkgs/trunk/; revision=31371
This commit is contained in:
Lluís Batlle i Rossell 2012-01-06 19:35:12 +00:00
parent cee470de5a
commit 29e69f119d
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ stdenv.mkDerivation {
'';
# perf refers both to newt and slang
buildInputs = [ elfutils python perl newt slang asciidoc xmlto
docbook_xsl docbook_xml_dtd_45 libxslt ];
buildNativeInputs = [ asciidoc xmlto docbook_xsl docbook_xml_dtd_45 libxslt ];
buildInputs = [ elfutils python perl newt slang ];
installFlags = "install install-man ASCIIDOC8=1";