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

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

    gnu: libnotify: Include python phases.
    
    * gnu/packages/gnome.scm (libnotify) [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 1bceb12..a3ecee8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3413,6 +3413,7 @@ configuring CUPS.")
     (outputs '("out" "doc"))
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:configure-flags
        (list
         "-Dman=false")                  ; XXX: docbook-xsl-ns not available

Reply via email to