[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
364/401: gnu: libchamplain: Include python phases.
From: |
guix-commits |
Subject: |
364/401: gnu: libchamplain: Include python phases. |
Date: |
Tue, 18 Aug 2020 16:22:22 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 3508cd593ba974a3f99f685b6512861e187d6a5d
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 02:39:36 2020 -0400
gnu: libchamplain: Include python phases.
* gnu/packages/gnome.scm (libchamplain) [arguments]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gnome.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 700bd79..01c8f66 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6723,6 +6723,7 @@ implements the ClutterGstPlayer interface using playbin.")
(outputs '("out" "demos" "doc"))
(arguments
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+ #:python? #t ; To wrap binaries
#:configure-flags
(list
"-Dmemphis=true"
@@ -9943,7 +9944,8 @@ use experience.")
(base32 "1060ws037v556rx1qhfrcg02859rscksrzr8fq11himdg4d1y6m8"))))
(build-system meson-build-system)
(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
(native-inputs
`(("gjs" ,gjs)
("glib:bin" ,glib "bin")
- 401/401: gnu: Add gnome desktop services., (continued)
- 401/401: gnu: Add gnome desktop services., guix-commits, 2020/08/18
- 236/401: gnu: opencv: Disable structured_light test., guix-commits, 2020/08/18
- 316/401: gnu: wayland: Update package definition., guix-commits, 2020/08/18
- 318/401: gnu: Add eglexternalplatform., guix-commits, 2020/08/18
- 320/401: gnu: Add mozjs-68., guix-commits, 2020/08/18
- 325/401: build-system/glib-or-gtk: Include GI_TYPELIB_PATH in wrapper., guix-commits, 2020/08/18
- 329/401: build-system/cmake: Wrap Python executables, too., guix-commits, 2020/08/18
- 333/401: build-system/meson: Only include phases that are enabled., guix-commits, 2020/08/18
- 343/401: gnu: graphene: Include python phases., guix-commits, 2020/08/18
- 361/401: gnu: gom: Include python phases., guix-commits, 2020/08/18
- 364/401: gnu: libchamplain: Include python phases.,
guix-commits <=
- 365/401: gnu: libpeas: Include python phases., guix-commits, 2020/08/18
- 378/401: gnu: mediasdk: Include python phases., guix-commits, 2020/08/18
- 389/401: gnu: gedit: Replace custom typelib and python wraps., guix-commits, 2020/08/18
- 394/401: gnu: seed: Disable tests., guix-commits, 2020/08/18
- 298/401: gnu: gnome-terminal: Update package definition., guix-commits, 2020/08/18
- 308/401: gnu: Add brltty., guix-commits, 2020/08/18
- 319/401: gnu: Add egl-wayland., guix-commits, 2020/08/18
- 323/401: gnu: gdm: Update package definition., guix-commits, 2020/08/18
- 328/401: build-system/meson: Wrap Python executables, too., guix-commits, 2020/08/18
- 331/401: gnu: Add gnome-minimal., guix-commits, 2020/08/18