diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-17 02:47:22 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-19 19:04:06 +0200 |
commit | e85a26c6faae0e180cacb97e24d137043dcc5847 (patch) | |
tree | db46ce1417eb29c06683e508af31a5286c7e9a93 | |
parent | 3c2c568fccb64981a295fda18a583501425f570f (diff) | |
download | guix-e85a26c6faae0e180cacb97e24d137043dcc5847.tar.gz |
gnu: libpeas: Include python phases.
* gnu/packages/gnome.scm (libpeas) [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 5620b989a6..5a8281da77 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3428,6 +3428,7 @@ form of information without getting in the user's way.") (outputs '("out" "demo" "doc")) (arguments `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas + #:python? #t ; To wrap binaries #:configure-flags (list "-Dpython2=true" |