mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: java-picocli: Use a source file-name.
* gnu/packages/java.scm (java-picocli)[source]: Add a file-name field.
This commit is contained in:
parent
1ed87c010e
commit
b5698f5b38
1 changed files with 1 additions and 0 deletions
|
@ -11922,6 +11922,7 @@ (define-public java-picocli
|
|||
(uri (git-reference
|
||||
(url "https://github.com/remkop/picocli")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sxp6rxjfgjd98ly14b3d15dvxkm5wg4g46w12jyhmr0kmkaca3c"))))
|
||||
|
|
Loading…
Reference in a new issue