diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 306c83fd3d..e143d5378c 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -210,7 +210,7 @@ simple and consistent.") (delete 'configure) (delete 'build)))) (native-inputs - `(("gtk+:bin" ,gtk+ "bin"))) + (list `(,gtk+ "bin"))) (home-page "https://git.io/papirus-icon-theme") (synopsis "Fork of Paper icon theme with a lot of new icons and a few extras") (description "Papirus is a fork of the icon theme Paper with a lot of new icons |