diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-12-27 23:55:05 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-10 11:47:02 -0500 |
commit | ff9c684ddfc4bd652b5b3bd722cb9f4329efb43d (patch) | |
tree | aca9788516bff3605ea34576c39918959b704048 /gnu | |
parent | 836daaf8f6246e7be72b371f46b19f794cd50a90 (diff) | |
download | guix-ff9c684ddfc4bd652b5b3bd722cb9f4329efb43d.tar.gz |
gnu: file-roller: Add python to native inputs.
* gnu/packages/gnome.scm (file-roller)[native-inputs]: Add python.
Diffstat (limited to 'gnu')
-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 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. |