[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/45: gnu: at-spi2-core: Include python phases.
From: |
guix-commits |
Subject: |
02/45: gnu: at-spi2-core: Include python phases. |
Date: |
Mon, 17 Aug 2020 07:39:16 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 1dc003c72046d53c3d21a4ccc925acc93ac4b983
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 569afe5..13a6c08 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")
- branch wip-desktop updated (d4dbd51 -> 1d5d001), guix-commits, 2020/08/17
- 09/45: gnu: gst-libav: Include python phases., guix-commits, 2020/08/17
- 05/45: gnu: gcr: Include python phases., guix-commits, 2020/08/17
- 02/45: gnu: at-spi2-core: Include python phases.,
guix-commits <=
- 10/45: gnu: gst-plugins-bad: Include python phases., guix-commits, 2020/08/17
- 11/45: gnu: gst-plugins-base: Include python phases., guix-commits, 2020/08/17
- 12/45: gnu: gst-plugins-good: Include python phases., guix-commits, 2020/08/17
- 07/45: gnu: gobject-introspection: Include python phases., guix-commits, 2020/08/17
- 04/45: gnu: fcitx: Include glib-or-gtk and python phases., guix-commits, 2020/08/17
- 03/45: gnu: dconf: Include python phases., guix-commits, 2020/08/17
- 06/45: gnu: glib: Include python phases., guix-commits, 2020/08/17
- 01/45: gnu: flatpak: Fix build., guix-commits, 2020/08/17
- 08/45: gnu: graphene: Include python phases., guix-commits, 2020/08/17
- 15/45: gnu: libsoup: Include python phases., guix-commits, 2020/08/17