diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-01-21 14:18:44 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-01-21 15:16:10 +0100 |
| commit | d7ece67af0e4d9b1a6a75cd8586ef726cc060193 (patch) | |
| tree | 028e2423eda8e6e0eda71382234fc75f240c0704 /gnu | |
| parent | 6c030d1037f11483a001391e8779bf627dec6735 (diff) | |
gnu: perf: Build the documentation.
* gnu/packages/linux.scm (perf)[inputs]: Uncomment documentation inputs.
Diffstat (limited to 'gnu')
| -rw-r--r-- | 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 3224b4b100f..58592162458 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -49,6 +49,8 @@ | |||
| 49 | #:use-module (gnu packages rrdtool) | 49 | #:use-module (gnu packages rrdtool) |
| 50 | #:use-module (gnu packages elf) | 50 | #:use-module (gnu packages elf) |
| 51 | #:use-module (gnu packages gtk) | 51 | #:use-module (gnu packages gtk) |
| 52 | #:use-module (gnu packages docbook) | ||
| 53 | #:use-module (gnu packages asciidoc) | ||
| 52 | #:use-module (guix packages) | 54 | #:use-module (guix packages) |
| 53 | #:use-module (guix download) | 55 | #:use-module (guix download) |
| 54 | #:use-module (guix utils) | 56 | #:use-module (guix utils) |
| @@ -1722,13 +1724,13 @@ in a digital read-out.") | |||
| 1722 | ("python" ,python-2) ;'perf' links against libpython | 1724 | ("python" ,python-2) ;'perf' links against libpython |
| 1723 | ("elfutils" ,elfutils) | 1725 | ("elfutils" ,elfutils) |
| 1724 | 1726 | ||
| 1725 | ;; FIXME: Documentation. | 1727 | ;; Documentation. |
| 1726 | ;; ("libxslt" ,libxslt) | 1728 | ("libxml2" ,libxml2) ;for $XML_CATALOG_FILES |
| 1727 | ;; ("docbook-xml" ,docbook-xml) | 1729 | ("libxslt" ,libxslt) |
| 1728 | ;; ("docbook-xsl" ,docbook-xsl) | 1730 | ("docbook-xml" ,docbook-xml) |
| 1729 | ;; ("xmlto" ,xmlto) | 1731 | ("docbook-xsl" ,docbook-xsl) |
| 1730 | ;; ("asciidoc" ,asciidoc) | 1732 | ("xmlto" ,xmlto) |
| 1731 | )) | 1733 | ("asciidoc" ,asciidoc))) |
| 1732 | (home-page "https://perf.wiki.kernel.org/") | 1734 | (home-page "https://perf.wiki.kernel.org/") |
| 1733 | (synopsis "Linux profiling with performance counters") | 1735 | (synopsis "Linux profiling with performance counters") |
| 1734 | (description | 1736 | (description |
