me
/
guix
Archived
1
0
Fork 0

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>
master
Alexey Abramov 2020-05-30 19:09:44 +02:00 committed by Ludovic Courtès
parent d9ef5aeba7
commit c19293ad09
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 4 deletions

View File

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