gnu: perf: Build the documentation.
* gnu/packages/linux.scm (perf)[inputs]: Uncomment documentation inputs.master
parent
6c030d1037
commit
d7ece67af0
|
@ -49,6 +49,8 @@
|
||||||
#:use-module (gnu packages rrdtool)
|
#:use-module (gnu packages rrdtool)
|
||||||
#:use-module (gnu packages elf)
|
#:use-module (gnu packages elf)
|
||||||
#:use-module (gnu packages gtk)
|
#:use-module (gnu packages gtk)
|
||||||
|
#:use-module (gnu packages docbook)
|
||||||
|
#:use-module (gnu packages asciidoc)
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
#:use-module (guix utils)
|
#:use-module (guix utils)
|
||||||
|
@ -1722,13 +1724,13 @@ in a digital read-out.")
|
||||||
("python" ,python-2) ;'perf' links against libpython
|
("python" ,python-2) ;'perf' links against libpython
|
||||||
("elfutils" ,elfutils)
|
("elfutils" ,elfutils)
|
||||||
|
|
||||||
;; FIXME: Documentation.
|
;; Documentation.
|
||||||
;; ("libxslt" ,libxslt)
|
("libxml2" ,libxml2) ;for $XML_CATALOG_FILES
|
||||||
;; ("docbook-xml" ,docbook-xml)
|
("libxslt" ,libxslt)
|
||||||
;; ("docbook-xsl" ,docbook-xsl)
|
("docbook-xml" ,docbook-xml)
|
||||||
;; ("xmlto" ,xmlto)
|
("docbook-xsl" ,docbook-xsl)
|
||||||
;; ("asciidoc" ,asciidoc)
|
("xmlto" ,xmlto)
|
||||||
))
|
("asciidoc" ,asciidoc)))
|
||||||
(home-page "https://perf.wiki.kernel.org/")
|
(home-page "https://perf.wiki.kernel.org/")
|
||||||
(synopsis "Linux profiling with performance counters")
|
(synopsis "Linux profiling with performance counters")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue