guix-commits
[Top][All Lists]
Advanced

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

346/402: gnu: gst-plugins-base: Include python phases.


From: guix-commits
Subject: 346/402: gnu: gst-plugins-base: Include python phases.
Date: Tue, 18 Aug 2020 16:48:21 -0400 (EDT)

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

commit decca13a1aa2aa12818e788bfed0c7b5630cb887
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 00:50:24 2020 -0400

    gnu: gst-plugins-base: Include python phases.
    
    * gnu/packages/gstreamer.scm (gst-plugins-base) [arguments]: Modify.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gstreamer.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 0c21601..a3f7107 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -512,6 +512,7 @@ processing.")
     (outputs '("out" "doc"))
      (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
         #:phases
         (modify-phases %standard-phases
          (add-after 'unpack 'patch-docbook-xml



reply via email to

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