Hello Raphaël, Raphaël Mélotte skribis: > This patch adds luakit, a lightweight web browser based on webkitgtk. > > NB: this is my first patch submission, I apologize in advance if I did > something wrong. > From 36bae98701a1c04de2820781dd8b7488cac61e30 Mon Sep 17 00:00:00 2001 > From: 43317 <43317@etu.he2b.be> > Date: Fri, 13 Jul 2018 15:28:41 +0200 > Subject: [PATCH] add luakit > > --- > gnu/packages/web-browsers.scm | 65 +++++++++++++++++++++++++++++++++++ > 1 file changed, 65 insertions(+) Thanks for this first patch and welcome! I made only minor modifications (patch below): 1. Add ‘file-name’ to the source to please ‘guix lint’. 2. Return #t at the end of the ‘wrap’ phase. 3. Tweak the synopses and description. 4. Change license to ‘gpl3+’ because source file headers explicitly say “version 3 or any later version”. I provided a commit log that matches our conventions too. https://git.savannah.gnu.org/cgit/guix.git/commit/?id=700987f72c870b9a8e3ed6cd538064e2c2b8f3ce That’s it! I tried running “luakit -c /dev/null” but it insists on having an rc file that explicitly creates a window, right? Thank you! Ludo’.