mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: perf: Remove libxml2.
XML_CATALOG_FILES is already set within xmlto which is a requirement for building the documentation. Note: perf depends on zlib which was propagated by libxml2 so we must re-add it here. * gnu/packages/linux.scm (perf)[inputs]: Remove libxml2. Add zlib. Relocate docbook-xsl, xmlto and asciidoc to … [native-inputs]: … here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
bb29bb20ac
commit
1817f5cf4b
1 changed files with 7 additions and 7 deletions
|
@ -5263,21 +5263,21 @@ (define-public perf
|
||||||
;; There are build scripts written in these languages.
|
;; There are build scripts written in these languages.
|
||||||
perl
|
perl
|
||||||
python-2
|
python-2
|
||||||
python-3))
|
python-3
|
||||||
|
;; Documentation
|
||||||
|
docbook-xsl
|
||||||
|
xmlto
|
||||||
|
asciidoc))
|
||||||
(inputs
|
(inputs
|
||||||
(list slang ;for the interactive TUI
|
(list slang ;for the interactive TUI
|
||||||
|
zlib
|
||||||
;; newt
|
;; newt
|
||||||
python-2 ;'perf' links against libpython
|
python-2 ;'perf' links against libpython
|
||||||
elfutils
|
elfutils
|
||||||
libiberty ;used alongside BDF for symbol demangling
|
libiberty ;used alongside BDF for symbol demangling
|
||||||
libunwind ;better stack walking
|
libunwind ;better stack walking
|
||||||
libtraceevent
|
libtraceevent
|
||||||
numactl ;for 'perf bench numa mem'
|
numactl)) ;for 'perf bench numa mem'
|
||||||
;; Documentation.
|
|
||||||
libxml2 ;for $XML_CATALOG_FILES
|
|
||||||
docbook-xsl
|
|
||||||
xmlto
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue