mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: rust-lopdf-0.26: Fix build.
* gnu/packages/crates-io.scm (rust-lopdf-0.26)[arguments]: Add cargo-test-flags. [cargo-inputs]: Replace rust-image-0.20 with 0.23. Change-Id: If27ac162c6570e9495b85d42625550de3ce912a8
This commit is contained in:
parent
c19bbfba50
commit
3d639f7c8c
1 changed files with 6 additions and 2 deletions
|
@ -41387,12 +41387,16 @@ (define-public rust-lopdf-0.26
|
|||
(sha256
|
||||
(base32 "1wqnmibs8qzi6pr3ig4h3sg6bfkkgyv4ngdng81x069725r056ml"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:cargo-test-flags
|
||||
(list "--release" "--"
|
||||
;; Not all files included
|
||||
"--skip=parser_aux::load_and_save")
|
||||
#:cargo-inputs
|
||||
(("rust-chrono" ,rust-chrono-0.4)
|
||||
("rust-dtoa" ,rust-dtoa-0.4)
|
||||
("rust-encoding" ,rust-encoding-0.2)
|
||||
("rust-flate2" ,rust-flate2-1)
|
||||
("rust-image" ,rust-image-0.20)
|
||||
("rust-image" ,rust-image-0.23)
|
||||
("rust-itoa" ,rust-itoa-0.4)
|
||||
("rust-linked-hash-map" ,rust-linked-hash-map-0.5)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
|
|
Loading…
Reference in a new issue