diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-06-05 02:00:00 +0200 |
commit | b6854fb26ff8967fefad146dbb7b83a9fc80596d (patch) | |
tree | ba410c47b594c01be6748bb615055b5c20d8b918 /gnu | |
parent | 5fc41bb758afc74d7d154d7f23f8ee55efff1183 (diff) | |
download | guix-b6854fb26ff8967fefad146dbb7b83a9fc80596d.tar.gz |
gnu: papirus-icon-theme: Remove input labels.
* gnu/packages/gnome-xyz.scm (papirus-icon-theme)[native-inputs]: Remove input labels.
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 |