mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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>
This commit is contained in:
parent
d9ef5aeba7
commit
c19293ad09
1 changed files with 4 additions and 4 deletions
|
@ -2486,10 +2486,10 @@ (define-public java-openjfx-build
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue