gnu: java-openjfx-build: Add snippet.
* gnu/packages/java.scm (java-openjfx-build)[source]: Add snippet to remove bundled gradle.master
parent
a098b34980
commit
2c2b1ef854
|
@ -2353,6 +2353,12 @@ new Date();"))
|
||||||
(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)))
|
||||||
|
(snippet
|
||||||
|
'(begin
|
||||||
|
;; Delete included gradle jar
|
||||||
|
(delete-file-recursively "gradle/wrapper")
|
||||||
|
#t))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yg38mwpivswccv9n96k06x3iv82i4px1a9xg9l8dswzwmfj259f"))))
|
"0yg38mwpivswccv9n96k06x3iv82i4px1a9xg9l8dswzwmfj259f"))))
|
||||||
|
|
Reference in New Issue