[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
- branch master updated (19b464f -> 4960a95), guix-commits, 2020/06/03
- 01/07: gnu: shepherd: Update to 0.8.1., guix-commits, 2020/06/03
- 02/07: doc: Mention Btrfs compression., guix-commits, 2020/06/03
- 05/07: gnu: Add Polish hunspell dictionary., guix-commits, 2020/06/03
- 03/07: gnu: java-openjfx-build: Add helpful patch., guix-commits, 2020/06/03
- 04/07: gnu: java-openjfx-build: Fix indentation.,
guix-commits <=
- 06/07: gnu: Add mergerfs., guix-commits, 2020/06/03
- 07/07: gnu: Add mergerfs-tools., guix-commits, 2020/06/03