guix-commits
[Top][All Lists]
Advanced

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

09/45: gnu: gst-libav: Include python phases.


From: guix-commits
Subject: 09/45: gnu: gst-libav: Include python phases.
Date: Mon, 17 Aug 2020 07:39:18 -0400 (EDT)

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

commit f6322d549bd4141d7d3d15a16401e06e37e71678
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 00:44:21 2020 -0400

    gnu: gst-libav: Include python phases.
    
    * gnu/packages/gstreamer.scm (gst-libav) [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 6c4b04f..7499810 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -963,7 +963,8 @@ think twice about shipping them.")
            #t))))
     (build-system meson-build-system)
     (arguments
-     `(#:phases
+     `(#:python? #t
+       #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-docbook-xml
            (lambda* (#:key inputs #:allow-other-keys)



reply via email to

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