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

commit f8a7ea5a92e086b2efda47390a5ffc602888568f
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 02:47:22 2020 -0400

    gnu: libpeas: Include python phases.
    
    * gnu/packages/gnome.scm (libpeas) [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 01c8f66..52af136 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3477,6 +3477,7 @@ form of information without getting in the user's way.")
     (outputs '("out" "demo" "doc"))
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:configure-flags
        (list
         "-Dpython2=true"

Reply via email to