guix-commits
[Top][All Lists]
Advanced

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

343/401: gnu: graphene: Include python phases.


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

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

commit 3be0b56b626dea6eb253b9c3c81a30a7617eb79c
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]