guix-commits
[Top][All Lists]
Advanced

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

377/402: gnu: ccextractor: Include python phases.


From: guix-commits
Subject: 377/402: gnu: ccextractor: Include python phases.
Date: Tue, 18 Aug 2020 16:48:30 -0400 (EDT)

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

commit 370a6180248bbec8b8d7aaed9e4003daec1c86fe
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]