aboutsummaryrefslogtreecommitdiff
path: root/tests/file-systems.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 22:21:10 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-07 12:48:19 +0100
commitc82ddf336049a19f10f569f3d256ef36b29bcb1f (patch)
tree3f96f29d06e930a46bf3d8ed9dc38d2e754fb976 /tests/file-systems.scm
parent4d1ddb5156d6e5c7de61bd8d52cbb08f043f036d (diff)
downloadguix-c82ddf336049a19f10f569f3d256ef36b29bcb1f.tar.gz
guix-c82ddf336049a19f10f569f3d256ef36b29bcb1f.zip
gnu: java-joda-convert: Use HTTPS home page.
* gnu/packages/java.scm (java-joda-convert)[home-page]: Use HTTPS.
Diffstat (limited to 'tests/file-systems.scm')
0 files changed, 0 insertions, 0 deletions
scm
+++ b/gnu/packages/crates-io.scm
@@ -5001,10 +5001,10 @@ cross platform API.")
"1b2d7jx80f3p7hqpgdi7wksaiq18k9w23p0cs2sxf7jbx2jx3bgj"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
+ `(#:tests? #f ; Uses features not available in stable Rust release
#:cargo-inputs
(("rust-flame" ,rust-flame-0.2)
- ("rust-quote" ,rust-quote-1.0)
+ ("rust-quote" ,rust-quote-0.6)
("rust-syn" ,rust-syn-0.15))))
(home-page "https://github.com/llogiq/flamer")
(synopsis "Macro to insert @code{flame::start_guard(_)}")