dannym pushed a commit to branch wip-desktop
in repository guix.

commit ce0c456b5308adffea25d470a3b36c5e38088e84
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 05:02:58 2020 -0400

    gnu: nautilus: Include python phases.
    
    * gnu/packages/gnome.scm (nautilus) [arguments]: Modify.
    
    Signed-off-by: Danny Milosavljevic <[email protected]>
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8f41429..14c407c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10247,6 +10247,7 @@ filetypes.")
     (outputs '("out" "doc"))
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:configure-flags
        (list
         "-Ddocs=true"

Reply via email to