mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05: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 @@ (define java-plexus-container-default-bootstrap
|
|||
(name "java-plexus-container-default-bootstrap")
|
||||
(version "1.7.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/codehaus-plexus/plexus-containers"
|
||||
"/archive/plexus-containers-" version ".tar.gz"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/codehaus-plexus/plexus-containers")
|
||||
(commit (string-append "plexus-containers-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xw5g30qf4a83608rw9v2hv8pfsz7d69dkdhk6r0wia4q78hh1pc"))))
|
||||
"1316hrp5vqfv0aw7miq2fp0wwy833h66h502h29vnh5sxj27x228"))))
|
||||
(build-system ant-build-system)
|
||||
(arguments
|
||||
`(#:jar-name "container-default.jar"
|
||||
|
|
Loading…
Reference in a new issue