guix-commits
[Top][All Lists]
Advanced

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

35/45: gnu: gnome-color-manager: Include python phases.


From: guix-commits
Subject: 35/45: gnu: gnome-color-manager: Include python phases.
Date: Mon, 17 Aug 2020 07:39:26 -0400 (EDT)

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

commit d497932a1d00a604299639cd5252bd84a797006b
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 04:32:06 2020 -0400

    gnu: gnome-color-manager: Include python phases.
    
    * gnu/packages/gnome.scm (gnome-color-manager) [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 962a816..6e12bf9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1254,6 +1254,7 @@ documentation.")
     (outputs '("out" "help"))
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:phases
        (modify-phases %standard-phases
          (add-before 'configure 'skip-gtk-update-icon-cache



reply via email to

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