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

commit 33edac310cf4cbfa9341a09592b49bfc08c3b0d8
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 ff3099ee75..35523f2cc7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7138,6 +7138,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