guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: java-openjfx-build: Fix indentation.


From: guix-commits
Subject: 04/07: gnu: java-openjfx-build: Fix indentation.
Date: Wed, 3 Jun 2020 12:06:47 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c19293ad091ae8bcb96373afd327bcb544879023
Author: Alexey Abramov <levenson@mmer.org>
AuthorDate: Sat May 30 19:09:44 2020 +0200

    gnu: java-openjfx-build: Fix indentation.
    
    * gnu/packages/java.scm (java-openjfx-build)[source]: Change the indentation
      of the uri dirictive.
    
    Signed-off-by: Alexey Abramov <levenson@mmer.org>
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/java.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index d569ed5..43f0f37 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2486,10 +2486,10 @@ new Date();"))
     (source (origin
               (method hg-fetch)
               (uri (hg-reference
-                     (url "http://hg.openjdk.java.net/openjfx/8u-dev/rt";)
-                     (changeset (string-append
-                                  (string-join (string-split version #\.) "u")
-                                  "-ga"))))
+                    (url "http://hg.openjdk.java.net/openjfx/8u-dev/rt";)
+                    (changeset (string-append
+                                (string-join (string-split version #\.) "u")
+                                "-ga"))))
               (file-name (string-append name "-" version "-checkout"))
               (modules '((guix build utils)))
               (snippet



reply via email to

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