guix-commits
[Top][All Lists]
Advanced

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

29/45: gnu: libchamplain: Include python phases.


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

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

commit 2011a64e4b68f02d8fa1e09d992e4cdba63bf79c
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 02:39:36 2020 -0400

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a7020a9..afc934f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6723,6 +6723,7 @@ implements the ClutterGstPlayer interface using playbin.")
     (outputs '("out" "demos" "doc"))
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:configure-flags
        (list
         "-Dmemphis=true"
@@ -9940,7 +9941,8 @@ use experience.")
         (base32 "1060ws037v556rx1qhfrcg02859rscksrzr8fq11himdg4d1y6m8"))))
     (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
      `(("gjs" ,gjs)
        ("glib:bin" ,glib "bin")



reply via email to

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