Author: viric
Date: Fri Jan  6 17:45:53 2012
New Revision: 31355
URL: https://nixos.org/websvn/nix/?rev=31355&sc=1

Log:
Adding perf manual pages.

I copied the docbook inputs from awesome. I don't understand them.

Modified:
   nixpkgs/trunk/pkgs/os-specific/linux/kernel/perf.nix

Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/perf.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/kernel/perf.nix        Fri Jan  6 
17:04:32 2012        (r31354)
+++ nixpkgs/trunk/pkgs/os-specific/linux/kernel/perf.nix        Fri Jan  6 
17:45:53 2012        (r31355)
@@ -1,4 +1,5 @@
-{ stdenv, kernel, elfutils, python, perl, newt, slang }:
+{ stdenv, kernel, elfutils, python, perl, newt, slang, asciidoc, xmlto
+, docbook_xsl, docbook_xml_dtd_45, libxslt }:
 
 stdenv.mkDerivation {
   name = "perf-linux-${kernel.version}";
@@ -12,7 +13,10 @@
   '';
 
   # perf refers both to newt and slang
-  buildInputs = [ elfutils python perl newt slang ];
+  buildInputs = [ elfutils python perl newt slang asciidoc xmlto
+    docbook_xsl docbook_xml_dtd_45 libxslt ];
+
+  installFlags = "install install-man ASCIIDOC8=1";
 
   inherit elfutils;
 
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to