diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-17 04:25:27 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-19 19:04:06 +0200 |
commit | b483ee69c1eac904acdef3e4fe91040f976fbd4f (patch) | |
tree | 5747a30d0271bf89a7eb06c5b622c54765e224b1 | |
parent | 9fa44b69ec882217425933358b9c989012f1314d (diff) | |
download | guix-b483ee69c1eac904acdef3e4fe91040f976fbd4f.tar.gz |
gnu: gnome-boxes: Include python phases.
* gnu/packages/gnome.scm (gnome-boxes) [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 2519da11e4..89ba8dc357 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12928,6 +12928,7 @@ integrate seamlessly with the GNOME desktop.") (outputs '("out" "help")) (arguments `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas + #:python? #t ; To wrap binaries #:configure-flags (list ;; For run-path validation. |