Making perf cross-build again, now with manpages.
svn path=/nixpkgs/trunk/; revision=31371
This commit is contained in:
parent
cee470de5a
commit
29e69f119d
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue