mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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 @@ (define-public sysbench
|
|||
python-wrapper
|
||||
which
|
||||
;; For documentation
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt
|
||||
docbook-xml
|
||||
docbook-xsl))
|
||||
|
|
|
@ -139,7 +139,6 @@ (define-public drbd-utils
|
|||
(list docbook-xml
|
||||
docbook-xml-4.4 ;used by documentation/ra2refentry.xsl
|
||||
docbook-xsl
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt ;for xsltproc
|
||||
ruby-asciidoctor)
|
||||
'())))
|
||||
|
|
|
@ -292,7 +292,6 @@ (define-public farstream
|
|||
gobject-introspection
|
||||
gtk-doc/stable
|
||||
libtool
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt
|
||||
perl
|
||||
pkg-config
|
||||
|
@ -898,7 +897,6 @@ (define-public elogind
|
|||
docbook-xsl
|
||||
gettext-minimal
|
||||
gperf
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
m4
|
||||
pkg-config
|
||||
python
|
||||
|
@ -1129,7 +1127,6 @@ (define-public packagekit
|
|||
gettext-minimal
|
||||
`(,glib "bin")
|
||||
gobject-introspection
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt
|
||||
pkg-config
|
||||
python-wrapper
|
||||
|
@ -1354,7 +1351,7 @@ (define-public wayland
|
|||
(list pkg-config-for-build
|
||||
this-package) ;for wayland-scanner
|
||||
'())))
|
||||
(inputs (list expat libxml2)) ;for XML_CATALOG_FILES
|
||||
(inputs (list expat libxml2))
|
||||
(propagated-inputs (list libffi))
|
||||
(home-page "https://wayland.freedesktop.org/")
|
||||
(synopsis "Core Wayland window system code and protocol")
|
||||
|
@ -1863,7 +1860,6 @@ (define-public accountsservice
|
|||
glibc-locales ;for tests
|
||||
gobject-introspection
|
||||
gtk-doc
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt
|
||||
pkg-config
|
||||
vala
|
||||
|
@ -2760,7 +2756,6 @@ (define-public plymouth
|
|||
(native-inputs
|
||||
(list gettext-minimal
|
||||
pkg-config
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt
|
||||
docbook-xsl
|
||||
docbook-xml))
|
||||
|
|
|
@ -161,7 +161,6 @@ (define dbus
|
|||
docbook-xsl
|
||||
doxygen
|
||||
libtool
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt
|
||||
which
|
||||
xmlto
|
||||
|
|
|
@ -2671,7 +2671,6 @@ (define-public gnome-keyring
|
|||
gettext-minimal
|
||||
`(,glib "bin")
|
||||
glib ;for m4 macros
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt ;for documentation
|
||||
pkg-config
|
||||
python-wrapper)) ;for tests
|
||||
|
@ -3296,7 +3295,6 @@ (define-public glade3
|
|||
gobject-introspection
|
||||
hicolor-icon-theme
|
||||
itstool
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt ;for xsltproc
|
||||
python
|
||||
python-pygobject
|
||||
|
@ -4776,7 +4774,6 @@ (define-public dconf
|
|||
(native-inputs
|
||||
(list bash-completion
|
||||
libxslt ;for xsltproc
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
docbook-xml-4.2
|
||||
docbook-xsl
|
||||
`(,glib "bin")
|
||||
|
@ -5292,7 +5289,6 @@ (define-public libsecret
|
|||
gettext-minimal
|
||||
`(,glib "bin") ;for gdbus-codegen, etc.
|
||||
gobject-introspection
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt
|
||||
pkg-config
|
||||
python
|
||||
|
@ -5751,7 +5747,6 @@ (define-public colord
|
|||
(append bash-completion
|
||||
docbook-xsl-1.79.1
|
||||
gtk-doc/stable
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt
|
||||
sane-backends
|
||||
vala))))) ;for VAPI, needed by simple-scan
|
||||
|
@ -5920,8 +5915,7 @@ (define-public upower
|
|||
dbus
|
||||
;; For man pages.
|
||||
docbook-xsl
|
||||
libxslt ; for 'xsltproc'
|
||||
libxml2)) ; for 'XML_CATALOG_FILES'
|
||||
libxslt)) ; for 'xsltproc'
|
||||
(inputs
|
||||
(list libgudev libusb))
|
||||
(propagated-inputs
|
||||
|
@ -6094,7 +6088,6 @@ (define-public gnome-settings-daemon
|
|||
docbook-xsl
|
||||
gettext-minimal
|
||||
`(,glib "bin") ;for glib-mkenums
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt
|
||||
perl
|
||||
pkg-config))
|
||||
|
|
|
@ -4510,7 +4510,6 @@ (define-public eudev
|
|||
;; For documentation.
|
||||
docbook-xml-4.2
|
||||
docbook-xsl
|
||||
libxml2 ;for $XML_CATALOG_FILES
|
||||
libxslt))
|
||||
(inputs
|
||||
;; When linked against libblkid, eudev can populate /dev/disk/by-label
|
||||
|
|
|
@ -1654,9 +1654,7 @@ (define-public iputils
|
|||
"if false")))))))
|
||||
(native-inputs
|
||||
(list docbook-xsl docbook-xml-5.0.1
|
||||
gettext-minimal
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt pkg-config))
|
||||
gettext-minimal libxslt pkg-config))
|
||||
(inputs
|
||||
(list libcap libidn2 openssl))
|
||||
(synopsis "Collection of network utilities")
|
||||
|
|
|
@ -160,7 +160,6 @@ (define eng.traineddata
|
|||
libarchive
|
||||
libtiff
|
||||
libtool
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt
|
||||
pkg-config
|
||||
tesseract-ocr-tessdata-fast))
|
||||
|
|
|
@ -153,7 +153,6 @@ (define-public polkit
|
|||
`(,glib "bin") ;for glib-mkenums
|
||||
docbook-xsl ;for man page generation
|
||||
gobject-introspection
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt ;for man page generation
|
||||
perl
|
||||
pkg-config
|
||||
|
|
|
@ -278,8 +278,7 @@ (define-public samba/pinned
|
|||
;; For generating man pages.
|
||||
docbook-xml-4.2
|
||||
docbook-xsl
|
||||
libxslt
|
||||
libxml2))) ;for XML_CATALOG_FILES
|
||||
libxslt)))
|
||||
(home-page "https://www.samba.org/")
|
||||
(synopsis
|
||||
"The standard Windows interoperability suite of programs for GNU and Unix")
|
||||
|
|
|
@ -92,7 +92,6 @@ (define-public adcli
|
|||
docbook-xml-4.3
|
||||
docbook-xsl
|
||||
libtool
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt
|
||||
util-linux ;For `rev` command used in tests.
|
||||
xmlto))
|
||||
|
|
|
@ -349,7 +349,6 @@ (define-public kmscon
|
|||
automake
|
||||
libtool
|
||||
libxslt ;to build the man page
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
docbook-xsl))
|
||||
(inputs
|
||||
`(("libdrm" ,libdrm)
|
||||
|
|
Loading…
Reference in a new issue