guix-commits
[Top][All Lists]
Advanced

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

348/402: gnu: libnotify: Include python phases.


From: guix-commits
Subject: 348/402: gnu: libnotify: Include python phases.
Date: Tue, 18 Aug 2020 16:48:22 -0400 (EDT)

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

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

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