guix-commits
[Top][All Lists]
Advanced

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

12/38: gnu: gobject-introspection: Move things to native-inputs.


From: guix-commits
Subject: 12/38: gnu: gobject-introspection: Move things to native-inputs.
Date: Sat, 2 Oct 2021 12:52:40 -0400 (EDT)

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

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

    gnu: gobject-introspection: Move things to native-inputs.
    
    * gnu/packages/glib.scm (gobject-introspection)[native-inputs]: Make
      'bison' and 'flex' inputs unconditional ...
      (gobject-introspection)[inputs]: ... and unconditionally remove them here.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/glib.scm | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index bdcc108..cbaece6 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -486,18 +486,12 @@ be used when cross-compiling."
     (native-inputs
      `(("glib" ,glib "bin")
        ("pkg-config" ,pkg-config)
-       ;; TODO(core-updates): Unconditionally place "flex" and "bison"
-       ;; in 'native-inputs'.
-       ,@(if (%current-target-system)
-             `(("bison" ,bison)
-               ("flex" ,flex))
-             '())))
+       ("bison" ,bison)
+       ("flex" ,flex)))
     (inputs
      `(,@(if (%current-target-system)
              `(("python" ,python))
-             `(("bison" ,bison)
-               ("flex" ,flex)
-               ("python" ,python-wrapper)))
+             `(("python" ,python-wrapper)))
        ("zlib" ,zlib)))
     (propagated-inputs
      `(("glib" ,glib)



reply via email to

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