guix-commits
[Top][All Lists]
Advanced

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

211/265: gnu: libnotify: Include python phases.


From: guix-commits
Subject: 211/265: gnu: libnotify: Include python phases.
Date: Wed, 19 Aug 2020 13:09:34 -0400 (EDT)

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

commit 863a3ec4fc2ee6fe98f2839340c0968ea2acd194
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 ad3b65a..6dd9c0d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3364,6 +3364,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]