guix-commits
[Top][All Lists]
Advanced

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

239/265: gnu: totem: Include python phases.


From: guix-commits
Subject: 239/265: gnu: totem: Include python phases.
Date: Wed, 19 Aug 2020 13:09:45 -0400 (EDT)

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

commit 3a246a131b6bf99df6d48621f5d76f2d3964f50b
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 05:11:52 2020 -0400

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3c38c54..434f010 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7042,6 +7042,7 @@ Grilo's API for various multimedia content providers.")
     (outputs '("out" "help" "doc"))
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:configure-flags
        (list
         "-Denable-easy-codec-installation=no" ; Not required in Guix



reply via email to

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