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

commit 3be0b56b626dea6eb253b9c3c81a30a7617eb79c
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 00:27:14 2020 -0400

    gnu: graphene: Include python phases.
    
    * gnu/packages/gtk.scm (graphene) [arguments]: Modify
    
    Signed-off-by: Danny Milosavljevic <[email protected]>
---
 gnu/packages/gtk.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 9eef324..37568db 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2198,6 +2198,7 @@ Parcellite and adds bugfixes and features.")
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:configure-flags
        (list
         "-Dinstalled_tests=false")))

Reply via email to