summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-01-06 19:35:12 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-01-06 19:35:12 +0000
commit29e69f119d0a112a1da5fe4efcafe058b874b3b3 (patch)
tree43a5c7c310d7442c7137a1efb89c1863bf9a8b84 /pkgs
parentcee470de5a00410b0c4d9da2f5222f5e1cf3ecb2 (diff)
downloadnixlib-29e69f119d0a112a1da5fe4efcafe058b874b3b3.tar
nixlib-29e69f119d0a112a1da5fe4efcafe058b874b3b3.tar.gz
nixlib-29e69f119d0a112a1da5fe4efcafe058b874b3b3.tar.bz2
nixlib-29e69f119d0a112a1da5fe4efcafe058b874b3b3.tar.lz
nixlib-29e69f119d0a112a1da5fe4efcafe058b874b3b3.tar.xz
nixlib-29e69f119d0a112a1da5fe4efcafe058b874b3b3.tar.zst
nixlib-29e69f119d0a112a1da5fe4efcafe058b874b3b3.zip
Making perf cross-build again, now with manpages.
svn path=/nixpkgs/trunk/; revision=31371
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/perf.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/perf.nix b/pkgs/os-specific/linux/kernel/perf.nix
index e13b7266b02f..ba32362b6e8b 100644
--- a/pkgs/os-specific/linux/kernel/perf.nix
+++ b/pkgs/os-specific/linux/kernel/perf.nix
@@ -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";