guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libratbag: Make Python a regular input.


From: guix-commits
Subject: branch master updated: gnu: libratbag: Make Python a regular input.
Date: Thu, 20 Jan 2022 13:07:43 -0500

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dd2c2625b3 gnu: libratbag: Make Python a regular input.
dd2c2625b3 is described below

commit dd2c2625b3817dfbf689fe90b84ca11623233dd9
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Jan 20 13:04:59 2022 -0500

    gnu: libratbag: Make Python a regular input.
    
    The built package does keep a reference to Python, checked with `guix gc
    --references`.
    
    This is a followup to commit e415a73d2c11e43f4db3b797ed73ab6ebcc336e0.
    
    * gnu/packages/gnome.scm (libratbag)[native-inputs]: Move PYTHON ...
    [inputs]: ... to here.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4c3791b945..088c368054 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12058,13 +12058,14 @@ It uses pandoc as back-end for parsing Markdown.")
                  python-wrap)
                #t))))))
     (native-inputs
-     (list check pkg-config python swig valgrind))
+     (list check pkg-config swig valgrind))
     (inputs
      `(("glib" ,glib)
        ("json-glib" ,json-glib)
        ("libevdev" ,libevdev)
        ("libsystemd" ,elogind)
        ("libunistring" ,libunistring)
+       ("python" ,python)
        ("python-evdev" ,python-evdev)
        ("python-pygobject" ,python-pygobject)
        ("udev" ,eudev)))



reply via email to

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