guix-commits
[Top][All Lists]
Advanced

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

13/38: gnu: gobject-introspection: Use python instead of python-wrapper.


From: guix-commits
Subject: 13/38: gnu: gobject-introspection: Use python instead of python-wrapper.
Date: Sat, 2 Oct 2021 12:52:40 -0400 (EDT)

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

commit f73758f6c2801c398164a209a529cee78bd9792b
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Oct 1 16:21:15 2021 +0200

    gnu: gobject-introspection: Use python instead of python-wrapper.
    
    'python' is a tiny bit simpler than 'python-wrapper', and is already
    used when cross-compiling.  Use it unconditionally.
    
    * gnu/packages/glib.scm (gobject-introspection)[inputs]{python}: Use 
'python'
      even when compiling natively.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/glib.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index cbaece6..8117d79 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -489,9 +489,7 @@ be used when cross-compiling."
        ("bison" ,bison)
        ("flex" ,flex)))
     (inputs
-     `(,@(if (%current-target-system)
-             `(("python" ,python))
-             `(("python" ,python-wrapper)))
+     `(("python" ,python)
        ("zlib" ,zlib)))
     (propagated-inputs
      `(("glib" ,glib)



reply via email to

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