diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-17 05:06:57 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-19 19:04:08 +0200 |
commit | 50e28ad87cf6098ed8f30c250328a76d3e171a65 (patch) | |
tree | a0266bacfd3712ce68a1b887d957bd32332d79b0 /gnu/packages/gnome.scm | |
parent | 727f64108a673aa71b86ffd9e19bcc615276a01f (diff) | |
download | guix-50e28ad87cf6098ed8f30c250328a76d3e171a65.tar.gz |
gnu: rygel: Add python phases.
* gnu/packages/gnome.scm (rygel) [arguments]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 a9826918a7..a84887b0d9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1747,6 +1747,7 @@ preview files on the GNOME desktop.") (outputs '("out" "doc")) (arguments `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas + #:python? #t ; To wrap binaries #:configure-flags (list "-Dapi-docs=true" |