diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-27 15:35:33 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-27 15:35:33 +0900 |
commit | 3d4081c4b7a59460d9dbc5ace4c83426f387d342 (patch) | |
tree | 6664542cd973a9c027fd5265d1e2288aad9fbbfa | |
parent | a36c40a5eb5983f879274c525e7914002777cd84 (diff) |
gnu: telepathy-glib: Remove input labels.
* gnu/packages/glib.scm (telepathy-glib) [native-inputs]: Remove labels.
Change-Id: I9633ff7945f6ba73c321e251caaf88a91c8a7994
-rw-r--r-- | gnu/packages/glib.scm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index e5a02f6998..4f0984dcea 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2017 Petter <petter@mykolab.ch> ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; 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, 2020, 2021 Marius Bakke <marius@gnu.org> ;;; 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-stream-tube\\$\\(EXEEXT\\)") ""))))))) (native-inputs - `(("glib" ,glib "bin") ; uses glib-mkenums - ("gobject-introspection" ,gobject-introspection) - ("pkg-config" ,pkg-config) - ("python" ,python-minimal-wrapper) - ("vala" ,vala) - ("xsltproc" ,libxslt))) + (list `(,glib "bin") ; uses glib-mkenums + gobject-introspection + pkg-config + python-minimal-wrapper + vala + libxslt)) (propagated-inputs ;; There are all in the Requires.private field of telepathy-glib.pc. (list dbus dbus-glib glib)) |