guix-commits
[Top][All Lists]
Advanced

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

07/45: gnu: gobject-introspection: Include python phases.


From: guix-commits
Subject: 07/45: gnu: gobject-introspection: Include python phases.
Date: Mon, 17 Aug 2020 07:39:18 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 5f8219462dea8c10661b7373da3d724056b7418e
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 00:24:54 2020 -0400

    gnu: gobject-introspection: Include python phases.
    
    * gnu/packages/glib.scm (gobject-introspection) [arguments]: Modify.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/glib.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index d55aa31..824d18c 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -352,7 +352,8 @@ threads, dynamic loading, and an object system.")
          "gobject-introspection-absolute-shlib-path.patch"))))
     (build-system meson-build-system)
     (arguments
-     `(#:glib-or-gtk? #t))   ; To wrap binaries and/or compile schemas
+     `(#:glib-or-gtk? #t   ; To wrap binaries and/or compile schemas
+       #:python? #t)) ; To wrap binaries
     (native-inputs
      `(("bison" ,bison)
        ("flex" ,flex)



reply via email to

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