guix-commits
[Top][All Lists]
Advanced

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

363/401: gnu: grilo: Include python phases.


From: guix-commits
Subject: 363/401: gnu: grilo: Include python phases.
Date: Tue, 18 Aug 2020 16:22:21 -0400 (EDT)

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

commit 2b796c4cfab3dd8bc58e57d9dc861dc742c20975
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 02:32:34 2020 -0400

    gnu: grilo: Include python phases.
    
    * gnu/packages/gnome.scm (grilo) [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 af60b66..700bd79 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6951,6 +6951,7 @@ as possible!")
     (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]