From b483ee69c1eac904acdef3e4fe91040f976fbd4f Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Mon, 17 Aug 2020 04:25:27 -0400 Subject: gnu: gnome-boxes: Include python phases. * gnu/packages/gnome.scm (gnome-boxes) [arguments]: Modify. Signed-off-by: Danny Milosavljevic --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) 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. -- cgit 1.4.1