[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65479] [PATCH core-updates v3 59/63] gnu: perf: Remove libxml2.
From: |
Bruno Victal |
Subject: |
[bug#65479] [PATCH core-updates v3 59/63] gnu: perf: Remove libxml2. |
Date: |
Mon, 9 Oct 2023 21:06:47 +0100 |
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.
---
gnu/packages/linux.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7f9cafaf1b..66f9810d3c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5086,21 +5086,21 @@ (define-public perf
;; There are build scripts written in these languages.
perl
python-2
- python-3))
+ python-3
+ ;; Documentation
+ docbook-xsl
+ xmlto
+ asciidoc))
(inputs
(list slang ;for the interactive TUI
+ zlib
;; newt
python-2 ;'perf' links against libpython
elfutils
libiberty ;used alongside BDF for symbol demangling
libunwind ;better stack walking
libtraceevent
- numactl ;for 'perf bench numa mem'
- ;; Documentation.
- libxml2 ;for $XML_CATALOG_FILES
- docbook-xsl
- xmlto
- asciidoc))
+ numactl)) ;for 'perf bench numa mem'
(home-page "https://perf.wiki.kernel.org/")
(synopsis "Linux profiling with performance counters")
(description
--
2.41.0
- [bug#65479] [PATCH core-updates v3 40/63] gnu: gnome-session: Remove libxml2., (continued)
- [bug#65479] [PATCH core-updates v3 31/63] gnu: colord-gtk: Build documentation., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 27/63] gnu: xdg-utils: Drop docbook workarounds., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 08/63] gnu: docbook-xsl: Add compatibility entry., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 46/63] gnu: iputils: Restyle description and native-inputs., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 51/63] gnu: tunctl: Update comment., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 49/63] gnu: alsa-utils: Build manpages., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 53/63] gnu: git: Drop docbook workarounds., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 48/63] gnu: libnotify: Split documentation., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 57/63] gnu: libstdc++-doc: Rewrite with G-Expressions., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 59/63] gnu: perf: Remove libxml2.,
Bruno Victal <=
- [bug#65479] [PATCH core-updates v3 56/63] gnu: gtk-doc: Remove leftovers., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 47/63] gnu: libnotify: Drop docbook workarounds., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 52/63] gnu: gdcm: Build manpages., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 55/63] gnu: gtk-doc: Wrap XML_CATALOG_FILES., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 63/63] gnu: Remove docbook-xsl-1.79.1., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 50/63] gnu: alsa-utils: Rewrite with G-Expressions., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 54/63] gnu: gtk-doc: Rewrite with G-Expressions., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 61/63] gnu: Remove unneeded libxml2 from native-inputs. (xmlto), Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 60/63] gnu: Remove unneeded libxml2 from native-inputs. (libxslt), Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 62/63] gnu: Remove unneeded libxml2 from native-inputs. (gtk-doc), Bruno Victal, 2023/10/09