guix-commits
[Top][All Lists]
Advanced

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

200/265: gnu: at-spi2-core: Include python phases.


From: guix-commits
Subject: 200/265: gnu: at-spi2-core: Include python phases.
Date: Wed, 19 Aug 2020 13:09:31 -0400 (EDT)

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

commit 9718fc60d37f1463476385954ee4e05a35d1f965
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 00:03:04 2020 -0400

    gnu: at-spi2-core: Include python phases.
    
    * gnu/packages/gtk.scm (at-spi2-core) [arguments]: Add #:python?.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gtk.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 558277d..9eef324 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -754,7 +754,8 @@ scaled, composited, modified, saved, or rendered.")
     (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
        #:configure-flags
        (list
         "-Ddocs=true")



reply via email to

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