guix-commits
[Top][All Lists]
Advanced

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

10/45: gnu: gst-plugins-bad: Include python phases.


From: guix-commits
Subject: 10/45: gnu: gst-plugins-bad: Include python phases.
Date: Mon, 17 Aug 2020 07:39:19 -0400 (EDT)

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

commit 3df57f29cc5e125b5f98b58c1c191edaa306959d
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 00:48:30 2020 -0400

    gnu: gst-plugins-bad: Include python phases.
    
    * gnu/packages/gstreamer.scm (gst-plugins-bad) [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 7499810..0c21601 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -712,6 +712,7 @@ model to base your own plug-in on, here it is.")
     (build-system meson-build-system)
     (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 'fix-build-errors



reply via email to

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