[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: workrave: Use new input style.
From: |
guix-commits |
Subject: |
08/09: gnu: workrave: Use new input style. |
Date: |
Fri, 13 Oct 2023 14:39:14 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 93a69ccbc5aea8e00fa3d40eb54641015edcb6f9
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu Oct 12 10:37:13 2023 +0200
gnu: workrave: Use new input style.
* gnu/packages/gnome.scm (workrave)[native-inputs]: Drop labels.
---
gnu/packages/gnome.scm | 22 +++++++++++-----------
1 file 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
- branch gnome-team updated (b701a7018d -> a7be930240), guix-commits, 2023/10/13
- 01/09: gnu: libgit2-glib: Update to 1.2.0., guix-commits, 2023/10/13
- 04/09: gnu: gnome-mahjongg: Update to 3.40.0., guix-commits, 2023/10/13
- 05/09: gnu: gthumb: Update to 3.12.4., guix-commits, 2023/10/13
- 06/09: gnu: gthumb: Use new input style., guix-commits, 2023/10/13
- 02/09: gnu: libhandy: Update to 1.8.2., guix-commits, 2023/10/13
- 08/09: gnu: workrave: Use new input style.,
guix-commits <=
- 03/09: gnu: gitg: Update to 44., guix-commits, 2023/10/13
- 07/09: gnu: workrave: Update to 1.10.52., guix-commits, 2023/10/13
- 09/09: gnu: Remove gnome-todo., guix-commits, 2023/10/13