GNU bug report logs -
#53995
[PATCH] gnu: rbw: Update to 1.4.3
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Mon, 14 Feb 2022 13:16:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Graves <ngraves <at> ngraves.fr>
Bug is archived. No further changes may be made.
Full log
Message #119 received at 53995 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Nicolas Graves schreef op wo 16-02-2022 om 09:08 [+0100]:
> When I import from guix import crate and get a skip-build, each time I
> tried removing it caused the build to fail, because of nightly
> features. I assumed it was the case in general, haven't tried it there.
In this case, this does not seem to be the case, the following builds
(guix build -f):
(use-modules (guix packages) (gnu packages crates-io)
(guix build-system cargo) (guix download))
;; otherwise 'rust-anyhow <at> 1.0.54' fails to build because the version
;; of 'rust-rustversion' currently in Guix is too old.
(set! rust-rustversion-1
(package
(inherit rust-rustversion-1)
(version "1.0.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "rustversion" version))
(file-name (string-append "rust-rustversion" "-" version
".tar.gz"))
(sha256
(base32
"0gxj6skypbk0wlbks3pdqb0lclpwbzmyv9xbqkijsvk6zbl3ik7j"))))))
(package
(inherit rust-anyhow-1)
(version "1.0.53")
(source
(origin
(inherit (package-source rust-anyhow-1))
(uri (crate-uri "anyhow" version))
(file-name
(string-append "rust-anyhow" "-" version ".tar.gz"))
(sha256
(base32
"1q06xg4jn4lpad7lj1af28x5xdwymgl1k820zj2nnrhlbi2mp94l")))))
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 50 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.