guix-commits
[Top][All Lists]
Advanced

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

203/265: gnu: gcr: Include python phases.


From: guix-commits
Subject: 203/265: gnu: gcr: Include python phases.
Date: Wed, 19 Aug 2020 13:09:32 -0400 (EDT)

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

commit ed4465e2bcbab680dc4901144239ee4ba00b82c6
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 00:19:16 2020 -0400

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0ab85d9..ad3b65a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2708,7 +2708,8 @@ shows the full view of how the font would look under 
various sizes.")
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (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
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-docbook-xml



reply via email to

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