diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-18 01:52:59 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-19 19:04:09 +0200 |
commit | 24b0b932caf1c46996dc6904d58ddad8cbed2d32 (patch) | |
tree | c65879aa787c96ebc4906c01c1603999e9a0826e /gnu | |
parent | 17fcd1f8a0ad609e12f66406671b7b044c09e6e0 (diff) | |
download | guix-24b0b932caf1c46996dc6904d58ddad8cbed2d32.tar.gz |
Revert "gnu: libpeas: Include python phases."
This reverts commit 6c08fb03dbbc19d7d04eb4152a2958eca1dd0d40. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2ccb59dedb..9e0f7d7b79 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3407,7 +3407,6 @@ 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" |