gnu: telepathy-glib: Remove input labels.

* gnu/packages/glib.scm (telepathy-glib) [native-inputs]: Remove labels.

Change-Id: I9633ff7945f6ba73c321e251caaf88a91c8a7994
This commit is contained in:
Maxim Cournoyer 2025-05-27 15:35:33 +09:00
parent a36c40a5eb
commit 3d4081c4b7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -9,7 +9,7 @@
;;; Copyright © 2017 Petter <petter@mykolab.ch> ;;; Copyright © 2017 Petter <petter@mykolab.ch>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com> ;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2019, 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2019-2023, 2025 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org> ;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 2019, 2020, 2021 Marius Bakke <marius@gnu.org> ;;; Copyright © 2019, 2020, 2021 Marius Bakke <marius@gnu.org>
;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz> ;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
@ -1178,12 +1178,12 @@ libraries. Examples include gtk+, webkit, libsoup and many more.")
(("test-file-transfer-channel\\$\\(EXEEXT\\)") "") (("test-file-transfer-channel\\$\\(EXEEXT\\)") "")
(("test-stream-tube\\$\\(EXEEXT\\)") ""))))))) (("test-stream-tube\\$\\(EXEEXT\\)") "")))))))
(native-inputs (native-inputs
`(("glib" ,glib "bin") ; uses glib-mkenums (list `(,glib "bin") ; uses glib-mkenums
("gobject-introspection" ,gobject-introspection) gobject-introspection
("pkg-config" ,pkg-config) pkg-config
("python" ,python-minimal-wrapper) python-minimal-wrapper
("vala" ,vala) vala
("xsltproc" ,libxslt))) libxslt))
(propagated-inputs (propagated-inputs
;; There are all in the Requires.private field of telepathy-glib.pc. ;; There are all in the Requires.private field of telepathy-glib.pc.
(list dbus dbus-glib glib)) (list dbus dbus-glib glib))