guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9988f6dcdf0d1428518c2ac9a88a981453c9b54c
Author: Carlos Durán Domínguez <[email protected]>
AuthorDate: Sun Feb 22 16:12:44 2026 +0100

    gnu: solarus-quest-editor: Improve style.
    
    * gnu/packages/games.scm (solarus-quest-editor): Use G-expressions, fix
    indentation.
    [arguments]: Use G-expressions; reindent.
    [inputs]: Reindent.
    [description]: Reindent.
    
    Fixes: guix/guix#6231
    Change-Id: I4a82f2707b2cc6579e9fa21d1d07b472646d07c8
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/games.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index f86791ab4c..d42204cbee 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3574,14 +3574,14 @@ in mind.")
        (sha256
         (base32 "1pvjgd4faxii5sskw1h55lw90hlbazhwni8nxyywzrmkjbq7irm0"))))
     (arguments
-     `(#:tests? #false))                ; no test suite
-    (inputs
-     (modify-inputs (package-inputs solarus)
-       (prepend solarus)))
+     (list
+      #:tests? #f)) ;no test suite
+    (inputs (modify-inputs (package-inputs solarus)
+              (prepend solarus)))
     (synopsis "Create and modify quests for the Solarus engine")
     (description
-     "Solarus Quest Editor is a graphical user interface to create and
-modify quests for the Solarus engine.")))
+     "Solarus Quest Editor is a graphical user interface to create and modify
+quests for the Solarus engine.")))
 
 (define-public superfluous-returnz-data
   (package

Reply via email to