guix-commits
[Top][All Lists]
Advanced

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

342/402: gnu: gobject-introspection: Include python phases.


From: guix-commits
Subject: 342/402: gnu: gobject-introspection: Include python phases.
Date: Tue, 18 Aug 2020 16:48:20 -0400 (EDT)

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

commit 760cd484703ec20b0dc3ae6d077add10acc57d95
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]