mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: rust-java-locator-0.1: Update to 0.1.8.
* gnu/packages/crates-io.scm (rust-java-locator-0.1): Update to 0.1.8. [cargo-inputs]: Remove rust-lazy-static-1. [native-inputs]: Add which. Change-Id: I0bdebba66b8791068f36e06ece2740813331c60c
This commit is contained in:
parent
500e0556ff
commit
a0be32bc71
1 changed files with 4 additions and 4 deletions
|
@ -39088,20 +39088,20 @@ (define-public rust-jack-sys-0.2
|
|||
(define-public rust-java-locator-0.1
|
||||
(package
|
||||
(name "rust-java-locator")
|
||||
(version "0.1.5")
|
||||
(version "0.1.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "java-locator" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1hl06w62yzvfzrl6pwgzssx8006s508hylnq44n22by5v4pky04h"))))
|
||||
(base32 "1dfyawm101s0qxx73dpdc9gyfm462xpc8ppd979mssmgjj4g49bg"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; Tests want java in the path
|
||||
#:cargo-inputs (("rust-docopt" ,rust-docopt-1)
|
||||
("rust-glob" ,rust-glob-0.3)
|
||||
("rust-lazy-static" ,rust-lazy-static-1))))
|
||||
("rust-glob" ,rust-glob-0.3))))
|
||||
(native-inputs (list which))
|
||||
(home-page "https://github.com/astonbitecode/java-locator")
|
||||
(synopsis "Locates a Java installation in the host")
|
||||
(description "Locates a Java installation in the host.")
|
||||
|
|
Loading…
Reference in a new issue