Message ID | 20200517135138.1651512-2-levenson@mmer.org |
---|---|
State | New |
Headers | show |
Series | [bug#41360,01/12] gnu: java-openjfx-build: Add helpful patch. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
Alexey Abramov <levenson@mmer.org> skribis: > --- > gnu/packages/java.scm | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Please add a commit log like you did for some of the other patches. Otherwise LGTM!
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 7a1a2f0861..b5757217dd 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