apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit ff9c684ddfc4bd652b5b3bd722cb9f4329efb43d
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Dec 27 23:55:05 2021 -0500

    gnu: file-roller: Add python to native inputs.
    
    * gnu/packages/gnome.scm (file-roller)[native-inputs]: Add python.
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9e0b3a4d11..bdd6d1b5b0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7137,6 +7137,7 @@ share them with others via social networking and more.")
            intltool
            itstool
            pkg-config
+           python
            `(,gtk+ "bin") ; gtk-update-icon-cache
            `(,glib "bin")))
     ;; TODO: Add libnautilus.

Reply via email to