guix-commits
[Top][All Lists]
Advanced

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

353/401: gnu: pango: Include python phases.


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

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

commit f12c34e2cb5519673c3f0163665cd6acb28b96f8
Author: Raghav Gururajan <raghavgururajan@disroot.org>
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 <dannym@scratchpost.org>
---
 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

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