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

commit 6b4f5e0e0a2ce7784c756e4965f1ac2cd4ac0d83
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 05:06:57 2020 -0400

    gnu: rygel: Add python phases.
    
    * gnu/packages/gnome.scm (rygel) [arguments]: Modify.
    
    Signed-off-by: Danny Milosavljevic <[email protected]>
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8eca2d8..88b9746 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1796,6 +1796,7 @@ preview files on the GNOME desktop.")
     (outputs '("out" "doc"))
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:configure-flags
        (list
         "-Dapi-docs=true"

Reply via email to