guix-commits
[Top][All Lists]
Advanced

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

240/265: gnu: ccextractor: Include python phases.


From: guix-commits
Subject: 240/265: gnu: ccextractor: Include python phases.
Date: Wed, 19 Aug 2020 13:09:45 -0400 (EDT)

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

commit 1bb9883f47ab8664eddc8c7c0c35f57abaf110ea
Author: Raghav Gururajan <raghavgururajan@disroot.org>
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 <dannym@scratchpost.org>
---
 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"



reply via email to

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