mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: java-plexus-container-default-bootstrap: Don't use unstable tarball.
* gnu/packages/java.scm (java-plexus-container-default-bootstrap) [source]: Download using git-fetch.
This commit is contained in:
parent
9520b2b16e
commit
3a26ea3a58
1 changed files with 6 additions and 4 deletions
|
@ -3687,12 +3687,14 @@ components.")
|
||||||
(name "java-plexus-container-default-bootstrap")
|
(name "java-plexus-container-default-bootstrap")
|
||||||
(version "1.7.1")
|
(version "1.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/codehaus-plexus/plexus-containers"
|
(uri (git-reference
|
||||||
"/archive/plexus-containers-" version ".tar.gz"))
|
(url "https://github.com/codehaus-plexus/plexus-containers")
|
||||||
|
(commit (string-append "plexus-containers-" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xw5g30qf4a83608rw9v2hv8pfsz7d69dkdhk6r0wia4q78hh1pc"))))
|
"1316hrp5vqfv0aw7miq2fp0wwy833h66h502h29vnh5sxj27x228"))))
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:jar-name "container-default.jar"
|
`(#:jar-name "container-default.jar"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue