dannym pushed a commit to branch wip-desktop
in repository guix.
commit f91cf09d5c7044fa994b60e8ce682a4852a2cdcd
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 05:34:01 2020 -0400
gnu: ccextractor: Include python phases.
* gnu/packages/gstreamer.scm (ccextractor) [arguments]: Modify.
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/gstreamer.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 8c4bd0d..2534fc4 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -185,7 +185,8 @@ module for the DMA capture of the video flow.")
(base32 "1sya45hvv4d46bk7541yimmafgvgyhkpsvwfz9kv6pm4yi1lz6nb"))))
(build-system cmake-build-system)
(arguments
- `(#:tests? #f ; No target
+ `(#:python? #t ; To wrap binaries
+ #:tests? #f ; No target
#:configure-flags
(list
"-DWITH_FFMPEG=ON"