mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: Remove unneeded libxml2 from native-inputs. (libxslt)
XML_CATALOG_FILES is already set within libxslt so it's unnecessary to include libxml2 for the same effect. * gnu/packages/freedesktop.scm (wayland): Remove obsolete comment. (farstream, elogind, packagekit, accountsservice, plymouth)[native-inputs]: Remove libxml2. * gnu/packages/benchmark.scm (sysbench)[native-inputs]: Ditto. * gnu/packages/cluster.scm (drbd-utils)[native-inputs]: Ditto. * gnu/packages/glib.scm (dbus)[native-inputs]: Ditto. * gnu/packages/gnome.scm (gnome-keyring, glade3, dconf, libsecret, colord) (upower, gnome-settings-daemon)[native-inputs]: Ditto. * gnu/packages/linux.scm (eudev)[native-inputs]: Ditto. * gnu/packages/networking.scm (iputils)[native-inputs]: Ditto. * gnu/packages/ocr.scm (tesseract-ocr)[native-inputs]: Ditto. * gnu/packages/polkit.scm (polkit)[native-inputs]: Ditto. * gnu/packages/samba.scm (samba/pinned)[native-inputs]: Ditto. * gnu/packages/sssd.scm (adcli)[native-inputs]: Ditto. * gnu/packages/terminals.scm (kmscon)[native-inputs]: Ditto. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ica3fb5a8e23ad928c53ae508c02777d78c635af0
This commit is contained in:
parent
1817f5cf4b
commit
a68d52a000
12 changed files with 4 additions and 27 deletions
|
@ -663,7 +663,6 @@ its features are:
|
||||||
python-wrapper
|
python-wrapper
|
||||||
which
|
which
|
||||||
;; For documentation
|
;; For documentation
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
libxslt
|
libxslt
|
||||||
docbook-xml
|
docbook-xml
|
||||||
docbook-xsl))
|
docbook-xsl))
|
||||||
|
|
|
@ -139,7 +139,6 @@
|
||||||
(list docbook-xml
|
(list docbook-xml
|
||||||
docbook-xml-4.4 ;used by documentation/ra2refentry.xsl
|
docbook-xml-4.4 ;used by documentation/ra2refentry.xsl
|
||||||
docbook-xsl
|
docbook-xsl
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
libxslt ;for xsltproc
|
libxslt ;for xsltproc
|
||||||
ruby-asciidoctor)
|
ruby-asciidoctor)
|
||||||
'())))
|
'())))
|
||||||
|
|
|
@ -292,7 +292,6 @@ application-centers for distributions.")
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
gtk-doc/stable
|
gtk-doc/stable
|
||||||
libtool
|
libtool
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
libxslt
|
libxslt
|
||||||
perl
|
perl
|
||||||
pkg-config
|
pkg-config
|
||||||
|
@ -898,7 +897,6 @@ the freedesktop.org XDG Base Directory specification.")
|
||||||
docbook-xsl
|
docbook-xsl
|
||||||
gettext-minimal
|
gettext-minimal
|
||||||
gperf
|
gperf
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
m4
|
m4
|
||||||
pkg-config
|
pkg-config
|
||||||
python
|
python
|
||||||
|
@ -1129,7 +1127,6 @@ with localed. This package is extracted from the broader systemd package.")
|
||||||
gettext-minimal
|
gettext-minimal
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
libxslt
|
libxslt
|
||||||
pkg-config
|
pkg-config
|
||||||
python-wrapper
|
python-wrapper
|
||||||
|
@ -1354,7 +1351,7 @@ Python.")
|
||||||
(list pkg-config-for-build
|
(list pkg-config-for-build
|
||||||
this-package) ;for wayland-scanner
|
this-package) ;for wayland-scanner
|
||||||
'())))
|
'())))
|
||||||
(inputs (list expat libxml2)) ;for XML_CATALOG_FILES
|
(inputs (list expat libxml2))
|
||||||
(propagated-inputs (list libffi))
|
(propagated-inputs (list libffi))
|
||||||
(home-page "https://wayland.freedesktop.org/")
|
(home-page "https://wayland.freedesktop.org/")
|
||||||
(synopsis "Core Wayland window system code and protocol")
|
(synopsis "Core Wayland window system code and protocol")
|
||||||
|
@ -1863,7 +1860,6 @@ message bus.")
|
||||||
glibc-locales ;for tests
|
glibc-locales ;for tests
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
gtk-doc
|
gtk-doc
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
libxslt
|
libxslt
|
||||||
pkg-config
|
pkg-config
|
||||||
vala
|
vala
|
||||||
|
@ -2760,7 +2756,6 @@ Its features include:
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal
|
(list gettext-minimal
|
||||||
pkg-config
|
pkg-config
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
libxslt
|
libxslt
|
||||||
docbook-xsl
|
docbook-xsl
|
||||||
docbook-xml))
|
docbook-xml))
|
||||||
|
|
|
@ -161,7 +161,6 @@
|
||||||
docbook-xsl
|
docbook-xsl
|
||||||
doxygen
|
doxygen
|
||||||
libtool
|
libtool
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
libxslt
|
libxslt
|
||||||
which
|
which
|
||||||
xmlto
|
xmlto
|
||||||
|
|
|
@ -2671,7 +2671,6 @@ GNOME Desktop.")
|
||||||
gettext-minimal
|
gettext-minimal
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
glib ;for m4 macros
|
glib ;for m4 macros
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
libxslt ;for documentation
|
libxslt ;for documentation
|
||||||
pkg-config
|
pkg-config
|
||||||
python-wrapper)) ;for tests
|
python-wrapper)) ;for tests
|
||||||
|
@ -3296,7 +3295,6 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
itstool
|
itstool
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
libxslt ;for xsltproc
|
libxslt ;for xsltproc
|
||||||
python
|
python
|
||||||
python-pygobject
|
python-pygobject
|
||||||
|
@ -4776,7 +4774,6 @@ and RDP protocols.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bash-completion
|
(list bash-completion
|
||||||
libxslt ;for xsltproc
|
libxslt ;for xsltproc
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
docbook-xml-4.2
|
docbook-xml-4.2
|
||||||
docbook-xsl
|
docbook-xsl
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
|
@ -5292,7 +5289,6 @@ and the GLib main loop, to integrate well with GNOME applications.")
|
||||||
gettext-minimal
|
gettext-minimal
|
||||||
`(,glib "bin") ;for gdbus-codegen, etc.
|
`(,glib "bin") ;for gdbus-codegen, etc.
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
libxslt
|
libxslt
|
||||||
pkg-config
|
pkg-config
|
||||||
python
|
python
|
||||||
|
@ -5751,7 +5747,6 @@ output devices.")
|
||||||
(append bash-completion
|
(append bash-completion
|
||||||
docbook-xsl-1.79.1
|
docbook-xsl-1.79.1
|
||||||
gtk-doc/stable
|
gtk-doc/stable
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
libxslt
|
libxslt
|
||||||
sane-backends
|
sane-backends
|
||||||
vala))))) ;for VAPI, needed by simple-scan
|
vala))))) ;for VAPI, needed by simple-scan
|
||||||
|
@ -5920,8 +5915,7 @@ faster results and to avoid unnecessary server load.")
|
||||||
dbus
|
dbus
|
||||||
;; For man pages.
|
;; For man pages.
|
||||||
docbook-xsl
|
docbook-xsl
|
||||||
libxslt ; for 'xsltproc'
|
libxslt)) ; for 'xsltproc'
|
||||||
libxml2)) ; for 'XML_CATALOG_FILES'
|
|
||||||
(inputs
|
(inputs
|
||||||
(list libgudev libusb))
|
(list libgudev libusb))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -6094,7 +6088,6 @@ services for numerous locations.")
|
||||||
docbook-xsl
|
docbook-xsl
|
||||||
gettext-minimal
|
gettext-minimal
|
||||||
`(,glib "bin") ;for glib-mkenums
|
`(,glib "bin") ;for glib-mkenums
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
libxslt
|
libxslt
|
||||||
perl
|
perl
|
||||||
pkg-config))
|
pkg-config))
|
||||||
|
|
|
@ -4510,7 +4510,6 @@ to the in-kernel OOM killer.")
|
||||||
;; For documentation.
|
;; For documentation.
|
||||||
docbook-xml-4.2
|
docbook-xml-4.2
|
||||||
docbook-xsl
|
docbook-xsl
|
||||||
libxml2 ;for $XML_CATALOG_FILES
|
|
||||||
libxslt))
|
libxslt))
|
||||||
(inputs
|
(inputs
|
||||||
;; When linked against libblkid, eudev can populate /dev/disk/by-label
|
;; When linked against libblkid, eudev can populate /dev/disk/by-label
|
||||||
|
|
|
@ -1654,9 +1654,7 @@ intended as a substitute for the PPPStatus and EthStatus projects.")
|
||||||
"if false")))))))
|
"if false")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list docbook-xsl docbook-xml-5.0.1
|
(list docbook-xsl docbook-xml-5.0.1
|
||||||
gettext-minimal
|
gettext-minimal libxslt pkg-config))
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
libxslt pkg-config))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list libcap libidn2 openssl))
|
(list libcap libidn2 openssl))
|
||||||
(synopsis "Collection of network utilities")
|
(synopsis "Collection of network utilities")
|
||||||
|
|
|
@ -160,7 +160,6 @@ models for the Tesseract OCR Engine.")
|
||||||
libarchive
|
libarchive
|
||||||
libtiff
|
libtiff
|
||||||
libtool
|
libtool
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
libxslt
|
libxslt
|
||||||
pkg-config
|
pkg-config
|
||||||
tesseract-ocr-tessdata-fast))
|
tesseract-ocr-tessdata-fast))
|
||||||
|
|
|
@ -153,7 +153,6 @@
|
||||||
`(,glib "bin") ;for glib-mkenums
|
`(,glib "bin") ;for glib-mkenums
|
||||||
docbook-xsl ;for man page generation
|
docbook-xsl ;for man page generation
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
libxslt ;for man page generation
|
libxslt ;for man page generation
|
||||||
perl
|
perl
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
|
@ -278,8 +278,7 @@ external dependencies.")
|
||||||
;; For generating man pages.
|
;; For generating man pages.
|
||||||
docbook-xml-4.2
|
docbook-xml-4.2
|
||||||
docbook-xsl
|
docbook-xsl
|
||||||
libxslt
|
libxslt)))
|
||||||
libxml2))) ;for XML_CATALOG_FILES
|
|
||||||
(home-page "https://www.samba.org/")
|
(home-page "https://www.samba.org/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"The standard Windows interoperability suite of programs for GNU and Unix")
|
"The standard Windows interoperability suite of programs for GNU and Unix")
|
||||||
|
|
|
@ -92,7 +92,6 @@
|
||||||
docbook-xml-4.3
|
docbook-xml-4.3
|
||||||
docbook-xsl
|
docbook-xsl
|
||||||
libtool
|
libtool
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
libxslt
|
libxslt
|
||||||
util-linux ;For `rev` command used in tests.
|
util-linux ;For `rev` command used in tests.
|
||||||
xmlto))
|
xmlto))
|
||||||
|
|
|
@ -349,7 +349,6 @@ compatibility to existing emulators like xterm, gnome-terminal, konsole, etc.")
|
||||||
automake
|
automake
|
||||||
libtool
|
libtool
|
||||||
libxslt ;to build the man page
|
libxslt ;to build the man page
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
|
||||||
docbook-xsl))
|
docbook-xsl))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libdrm" ,libdrm)
|
`(("libdrm" ,libdrm)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue