me
/
guix
Archived
1
0
Fork 0

gnu: rust-nix-0.15: Fix build.

* gnu/packages/crates-io.scm (rust-nix-0.15)[snippet]: Unpin dependency version.
master
Jakub Kądziołka 2020-08-03 18:53:03 +02:00
parent cc73028b21
commit ea660581c7
No known key found for this signature in database
GPG Key ID: E315A75846131564
1 changed files with 10 additions and 1 deletions

View File

@ -14484,7 +14484,16 @@ release (fork of debug_unreachable)")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0aa2l7wg9pzx24ks4p97gdy09a4hhs1sr9drxnm75v906d7hnbiv"))))
"0aa2l7wg9pzx24ks4p97gdy09a4hhs1sr9drxnm75v906d7hnbiv"))
(modules '((guix build utils)))
(snippet
'(begin
;; Unpin the dependency on tempfile, as it was withheld for MSRV
;; concerns, which don't matter for Guix:
;; https://github.com/nix-rust/nix/commit/98531c8f04bc23fb632c08e06dc4e56284b9c027
(substitute* "Cargo.toml"
(("version = \">= 3.0.5, < 3.0.9\"") "version = \"3.0.5\""))
#t))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; test suite hangs