guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: luakit: Further improve style.


From: guix-commits
Subject: branch master updated: gnu: luakit: Further improve style.
Date: Fri, 21 Apr 2023 06:44:51 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7cfc226d1e gnu: luakit: Further improve style.
7cfc226d1e is described below

commit 7cfc226d1e8a3393559efe2f95fb7d8c50e534fc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Apr 21 12:42:36 2023 +0200

    gnu: luakit: Further improve style.
    
    This is a followup to d3bc56da0475bc643ccb065483c53c6d28cf8e39.
    
    * gnu/packages/web-browsers.scm (luakit)[arguments]<#:phases>: Remove
    unnecessary INPUTS key.
    [inputs]: Sort alphabetically.
---
 gnu/packages/web-browsers.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 0730d5b19a..7b06e54cdf 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -246,7 +246,7 @@ features including, tables, builtin image display, 
bookmarks, SSL and more.")
               (setenv "VERSION_FROM_GIT" #$version)))
           (delete 'configure)
           (add-after 'install 'wrap
-            (lambda* (#:key inputs #:allow-other-keys)
+            (lambda _
               (wrap-program (string-append #$output "/bin/luakit")
                 `("LUA_CPATH" prefix
                   (,(string-append #$(this-package-input "lua5.1-filesystem")
@@ -256,14 +256,14 @@ features including, tables, builtin image display, 
bookmarks, SSL and more.")
     (native-inputs
      (list pkg-config))
     (inputs
-     (list lua-5.1
-           gtk+
+     (list glib-networking
            gsettings-desktop-schemas
-           glib-networking
+           gtk+
+           lua-5.1
            lua5.1-filesystem
            luajit
-           webkitgtk-with-libsoup2
-           sqlite))
+           sqlite
+           webkitgtk-with-libsoup2))
     (synopsis "Fast, lightweight, and simple browser based on WebKit")
     (description "Luakit is a fast, lightweight, and simple to use
 micro-browser framework extensible by Lua using the WebKit web content engine



reply via email to

[Prev in Thread] Current Thread [Next in Thread]