[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
378/401: gnu: mediasdk: Include python phases.
From: |
guix-commits |
Subject: |
378/401: gnu: mediasdk: Include python phases. |
Date: |
Tue, 18 Aug 2020 16:22:27 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 152cbc01cfb625c78157c48b241054a2ba8dc3b4
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 05:48:13 2020 -0400
gnu: mediasdk: Include python phases.
* gnu/packages/videos.scm (mediasdk) [arguments]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/video.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c385424..da96dd3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -317,7 +317,8 @@ efficiency.")
(base32 "0blwcxr5j8762nylx2cxrq0h53bpgnk859dbs6crq4wr9fcxlx9z"))))
(build-system cmake-build-system)
(arguments
- `(#:configure-flags
+ `(#:python? #t
+ #:configure-flags
(list
"-DENABLE_X11=ON"
"-DENABLE_X11_DRI3=ON"
- 316/401: gnu: wayland: Update package definition., (continued)
- 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, 2020/08/18
- 365/401: gnu: libpeas: Include python phases., guix-commits, 2020/08/18
- 378/401: gnu: mediasdk: Include python phases.,
guix-commits <=
- 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
- 332/401: gnu: opencv: Fix build with new version of jasper., guix-commits, 2020/08/18
- 354/401: gnu: webkitgtk: Include glib-or-gtk and python phases., guix-commits, 2020/08/18