guix-commits
[Top][All Lists]
Advanced

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

344/401: gnu: gst-libav: Include python phases.


From: guix-commits
Subject: 344/401: gnu: gst-libav: Include python phases.
Date: Tue, 18 Aug 2020 16:22:15 -0400 (EDT)

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

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