guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: perf: Build the documentation.


From: Ludovic Courtès
Subject: 02/05: gnu: perf: Build the documentation.
Date: Wed, 21 Jan 2015 14:27:17 +0000

civodul pushed a commit to branch master
in repository guix.

commit d7ece67af0e4d9b1a6a75cd8586ef726cc060193
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 21 14:18:44 2015 +0100

    gnu: perf: Build the documentation.
    
    * gnu/packages/linux.scm (perf)[inputs]: Uncomment documentation inputs.
---
 gnu/packages/linux.scm |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3224b4b..5859216 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -49,6 +49,8 @@
   #:use-module (gnu packages rrdtool)
   #:use-module (gnu packages elf)
   #:use-module (gnu packages gtk)
+  #:use-module (gnu packages docbook)
+  #:use-module (gnu packages asciidoc)
   #:use-module (guix packages)
   #:use-module (guix download)
   #:use-module (guix utils)
@@ -1722,13 +1724,13 @@ in a digital read-out.")
        ("python" ,python-2)                    ;'perf' links against libpython
        ("elfutils" ,elfutils)
 
-       ;; FIXME: Documentation.
-       ;; ("libxslt" ,libxslt)
-       ;; ("docbook-xml" ,docbook-xml)
-       ;; ("docbook-xsl" ,docbook-xsl)
-       ;; ("xmlto" ,xmlto)
-       ;; ("asciidoc" ,asciidoc)
-       ))
+       ;; Documentation.
+       ("libxml2" ,libxml2)                       ;for $XML_CATALOG_FILES
+       ("libxslt" ,libxslt)
+       ("docbook-xml" ,docbook-xml)
+       ("docbook-xsl" ,docbook-xsl)
+       ("xmlto" ,xmlto)
+       ("asciidoc" ,asciidoc)))
     (home-page "https://perf.wiki.kernel.org/";)
     (synopsis "Linux profiling with performance counters")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]