guix-commits
[Top][All Lists]
Advanced

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

364/401: gnu: libchamplain: Include python phases.


From: guix-commits
Subject: 364/401: gnu: libchamplain: Include python phases.
Date: Tue, 18 Aug 2020 16:22:22 -0400 (EDT)

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

commit 3508cd593ba974a3f99f685b6512861e187d6a5d
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 700bd79..01c8f66 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"
@@ -9943,7 +9944,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]