GNU bug report logs -
#67974
[PATCH 0/3 rust-team] gnu: Add rust-databake-0.1
Previous Next
Reported by: Jaeme Sifat <jaeme <at> runbox.com>
Date: Fri, 22 Dec 2023 21:53:01 UTC
Severity: normal
Tags: moreinfo, patch
Done: Steve George <steve <at> futurile.net>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 67974 <at> debbugs.gnu.org (full text, mbox):
Hi,
Jaeme Sifat <jaeme <at> runbox.com> writes:
> * gnu/packages/crates-io.scm (rust-databake-derive-0.1): New variable.
>
> Change-Id: Idd911a0ddb72eca8b59ec3366d9dd02e152a0c8d
> ---
> gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
> 1 file changed, 24 insertions(+)
>
> diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
> index 01090ec1a7..7e0517e967 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -20498,6 +20498,30 @@ (define-public rust-dashmap-3
> (setenv "RUSTC_BOOTSTRAP" "1")
> #t)))))))
>
> +(define-public rust-databake-derive-0.1
> + (package
> + (name "rust-databake-derive")
> + (version "0.1.7")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (crate-uri "databake-derive" version))
> + (file-name (string-append name "-" version ".tar.gz"))
> + (sha256
> + (base32 "0hqsjizibp0bb5m4kiqk9g2gixywqlxn513w5a366dpjv20z4yip"))))
> + (build-system cargo-build-system)
> + (arguments
> + `(#:tests? #f ; Tries to use local import 'databake'
I'm not well Rust-versed; why is this a problem? Can't we move the
check phase after the install phase, perhaps setting an environment
variable so the installed library is found?
--
Thanks,
Maxim
This bug report was last modified 46 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.