Hi Jovany, "Jovany Leandro G.C" skribis: > From 9cf33c43be147546a4e771d1790a919a467ba68f Mon Sep 17 00:00:00 2001 > From: "Jovany Leandro G.C" > Date: Tue, 1 May 2018 00:50:59 -0500 > Subject: [PATCH] gnome: Add workrave > > --- > gnu/packages/gnome.scm | 60 ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 60 insertions(+) I applied your patch with the changes below, mostly to placate ‘guix lint’ and to follow our conventions: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=4e3fdeb7153c05239ea5bd38cd8f6389dfae5400 In a nutshell, I used the tag name instead of a commit ID for clarity, and derived ‘version’ from that. The #:modules and #:imported-modules arguments were unnecessary so I removed them. I also replaced ‘system*’ by ‘invoke’, which is the new way to invoking programs from Scheme. Please let me know if I introduced mistakes in the process. Thank you! Ludo’.