guix-commits
[Top][All Lists]
Advanced

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

207/265: gnu: gst-libav: Include python phases.


From: guix-commits
Subject: 207/265: gnu: gst-libav: Include python phases.
Date: Wed, 19 Aug 2020 13:09:33 -0400 (EDT)

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

commit f39384ec3b47d600e4cd22dd871536edd12e330f
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]