guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: glib: Remove unneeded inputs.


From: guix-commits
Subject: branch core-updates updated: gnu: glib: Remove unneeded inputs.
Date: Mon, 08 Aug 2022 14:05:01 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 126648f578 gnu: glib: Remove unneeded inputs.
126648f578 is described below

commit 126648f5787a3045e5deb9204c226383ff428e73
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 8 20:54:39 2022 +0300

    gnu: glib: Remove unneeded inputs.
    
    * gnu/packages/glib.scm (glib)[inputs]: Remove bash-completion,
    elfutils. Move dbus from here ...
    [native-inputs]: ... to here.
---
 gnu/packages/glib.scm | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index e2d2e5e51c..c155395858 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -333,7 +333,8 @@ information, refer to the @samp{dbus-daemon(1)} man 
page.")))
                  (("=\\$\\{bindir\\}/")
                   "="))))))))
     (native-inputs
-     `(("gettext" ,gettext-minimal)
+     `(("dbus" ,dbus)
+       ("gettext" ,gettext-minimal)
        ("m4" ,m4)                       ; for installing m4 macros
        ("perl" ,perl)                   ; needed by GIO tests
        ("pkg-config" ,pkg-config)
@@ -341,16 +342,13 @@ information, refer to the @samp{dbus-daemon(1)} man 
page.")))
        ("python-wrapper" ,python-wrapper)
        ("tzdata" ,tzdata-for-tests)))   ; for tests/gdatetime.c
     (inputs
-     (list bash-completion
-           ;; "python", "python-wrapper" and "bash-minimal"
+     (list ;; "python", "python-wrapper" and "bash-minimal"
            ;; are for the 'patch-shebangs' phase, to make
            ;; sure the installed scripts end up with a correct shebang
            ;; when cross-compiling.
-           python
-           python-wrapper
            bash-minimal
-           dbus
-           elfutils))
+           python
+           python-wrapper))
     (propagated-inputs
      (list libffi ; in the Requires.private field of gobject-2.0.pc
            pcre ; in the Requires.private field of glib-2.0.pc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]