guix-commits
[Top][All Lists]
Advanced

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

241/265: gnu: mediasdk: Include python phases.


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

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

commit 2178d8590f704f1dd6f973653d6306eede5cfe94
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 350b6e7..559762b 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"



reply via email to

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