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
parent
d9ef5aeba7
commit
c19293ad09
|
@ -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
|
||||
|
|
Reference in New Issue