guix-commits
[Top][All Lists]
Advanced

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

43/45: gnu: mediasdk: Include python phases.


From: guix-commits
Subject: 43/45: gnu: mediasdk: Include python phases.
Date: Mon, 17 Aug 2020 07:39:29 -0400 (EDT)

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

commit 6d5688e5284f4ff08cd3afb98edaabfab6a3c006
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 43fc740..7f3dd1b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -316,7 +316,8 @@ efficiency.")
         (base32 "0blwcxr5j8762nylx2cxrq0h53bpgnk859dbs6crq4wr9fcxlx9z"))))
     (build-system cmake-build-system)
     (arguments
-     `(#:configure-flags
+     `(#:python? #t
+       #:configure-flags
        (list
         "-DENABLE_X11=ON"
         "-DENABLE_X11_DRI3=ON"



reply via email to

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