diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-17 05:01:20 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-19 19:04:07 +0200 |
commit | a973d7bb6c801003d592d17cf63218f1536f8990 (patch) | |
tree | 24c64c2874354c47983d1ef7a64ef805acfd46f0 | |
parent | 15c9850cc2ddc4f8c4ffcfaea8c3946aeabb23b3 (diff) | |
download | guix-a973d7bb6c801003d592d17cf63218f1536f8990.tar.gz |
gnu: mutter: Include python phases.
* gnu/packages/gnome.scm (mutter) [arguments]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 43a4f93c31..d1c8eeddf8 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=" |