guix-commits
[Top][All Lists]
Advanced

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

206/265: gnu: graphene: Include python phases.


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

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

commit 6a10f881ebca92a72da0ebe899a6992e88873ca9
Author: Raghav Gururajan <raghavgururajan@disroot.org>
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 <dannym@scratchpost.org>
---
 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

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