diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-10-12 10:37:13 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-10-13 20:37:36 +0200 |
commit | 93a69ccbc5aea8e00fa3d40eb54641015edcb6f9 (patch) | |
tree | cd8d4226455d264f50ba7e2d23446889bd80684a /gnu/packages/gnome.scm | |
parent | cf8514ca428112f58e2e41a914fc57f8faebf84a (diff) | |
download | guix-93a69ccbc5aea8e00fa3d40eb54641015edcb6f9.tar guix-93a69ccbc5aea8e00fa3d40eb54641015edcb6f9.tar.gz |
gnu: workrave: Use new input style.
* gnu/packages/gnome.scm (workrave)[native-inputs]: Drop labels.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1bb9f8a432..5339c647ed 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11627,17 +11627,17 @@ configurable file renaming.") libice libsm libxscrnsaver)) - (native-inputs `(("boost" ,boost) - ("pkg-config" ,pkg-config) - ("gettext" ,gettext-minimal) - ("autoconf" ,autoconf) - ("autoconf-archive" , autoconf-archive) - ("automake" ,automake) - ("libtool" ,libtool) - ("intltool" ,intltool) - ("gobject-introspection" ,gobject-introspection) - ("python3" ,python-3) - ("python-jinja2" ,python-jinja2))) + (native-inputs (list boost + pkg-config + gettext-minimal + autoconf + autoconf-archive + automake + libtool + intltool + gobject-introspection + python-3 + python-jinja2)) (synopsis "Tool to help prevent repetitive strain injury (RSI)") (description "Workrave is a program that assists in the recovery and prevention of |