diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-17 05:11:52 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-19 19:04:07 +0200 |
commit | 3a246a131b6bf99df6d48621f5d76f2d3964f50b (patch) | |
tree | f65c5bb481840da08a0441ca9585cba584f647ec | |
parent | f9ce7da5b182348874538ec6947cf1badbec4987 (diff) | |
download | guix-3a246a131b6bf99df6d48621f5d76f2d3964f50b.tar.gz |
gnu: totem: Include python phases.
* gnu/packages/gnome.scm (totem) [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 3c38c543e4..434f010540 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7042,6 +7042,7 @@ Grilo's API for various multimedia content providers.") (outputs '("out" "help" "doc")) (arguments `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas + #:python? #t ; To wrap binaries #:configure-flags (list "-Denable-easy-codec-installation=no" ; Not required in Guix |