guix-commits
[Top][All Lists]
Advanced

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

237/265: gnu: mutter: Include python phases.


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

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

commit a973d7bb6c801003d592d17cf63218f1536f8990
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 05:01:20 2020 -0400

    gnu: mutter: Include python phases.
    
    * gnu/packages/gnome.scm (mutter) [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 43a4f93..d1c8eed 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8478,6 +8478,7 @@ in commandline and shell scripts.")
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:configure-flags
        (list
         (string-append "-Dopengl_libname="



reply via email to

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