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

commit f12c34e2cb5519673c3f0163665cd6acb28b96f8
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 01:42:56 2020 -0400

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

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 37568db..6c3e59a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -330,6 +330,7 @@ applications.")
     (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 'disable-failing-tests

Reply via email to