gnu: workrave: Use new input style.
* gnu/packages/gnome.scm (workrave)[native-inputs]: Drop labels.
This commit is contained in:
parent
cf8514ca42
commit
93a69ccbc5
1 changed files with 11 additions and 11 deletions
|
@ -11627,17 +11627,17 @@ configurable file renaming.")
|
||||||
libice
|
libice
|
||||||
libsm
|
libsm
|
||||||
libxscrnsaver))
|
libxscrnsaver))
|
||||||
(native-inputs `(("boost" ,boost)
|
(native-inputs (list boost
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("gettext" ,gettext-minimal)
|
gettext-minimal
|
||||||
("autoconf" ,autoconf)
|
autoconf
|
||||||
("autoconf-archive" , autoconf-archive)
|
autoconf-archive
|
||||||
("automake" ,automake)
|
automake
|
||||||
("libtool" ,libtool)
|
libtool
|
||||||
("intltool" ,intltool)
|
intltool
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("python3" ,python-3)
|
python-3
|
||||||
("python-jinja2" ,python-jinja2)))
|
python-jinja2))
|
||||||
(synopsis "Tool to help prevent repetitive strain injury (RSI)")
|
(synopsis "Tool to help prevent repetitive strain injury (RSI)")
|
||||||
(description
|
(description
|
||||||
"Workrave is a program that assists in the recovery and prevention of
|
"Workrave is a program that assists in the recovery and prevention of
|
||||||
|
|
Reference in a new issue