gnu: Add rust-java-locator-0.1.

* gnu/packages/crates-io.scm (rust-java-locator-0.1): New variable.

Change-Id: Ib01b84708cd342f5c1835845aebda4d25593e378
This commit is contained in:
Efraim Flashner 2023-11-05 16:29:31 +02:00
parent 5fdb2690b7
commit abafb986cf
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -37815,6 +37815,28 @@ format.")
("rust-libloading" ,rust-libloading-0.6)
("rust-pkg-config" ,rust-pkg-config-0.3))))))
(define-public rust-java-locator-0.1
(package
(name "rust-java-locator")
(version "0.1.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "java-locator" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1hl06w62yzvfzrl6pwgzssx8006s508hylnq44n22by5v4pky04h"))))
(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))))
(home-page "https://github.com/astonbitecode/java-locator")
(synopsis "Locates a Java installation in the host")
(description "Locates a Java installation in the host.")
(license (list license:expat license:asl2.0))))
(define-public rust-javascriptcore-rs-sys-0.2
(package
(name "rust-javascriptcore-rs-sys")