me
/
guix
Archived
1
0
Fork 0

gnu: rust-ravif-0.8: Skip build.

* gnu/packages/crates-graphics.scm (rust-ravif-0.8)[arguments]: Skip the
build.

Change-Id: I7ee777f183eb5f0a20a426193c59192aae8b1b9f
master
Efraim Flashner 2024-06-21 14:38:27 +03:00
parent 7e1059b42c
commit 0a574f7c91
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -3213,7 +3213,8 @@ in AVIF format (powers the @code{cavif} tool).")
(sha256
(base32 "1r3s78781kb9lwysdvpdc80gavly33dcs4inhhp2dawml9g3rjss"))))
(arguments
`(#:cargo-inputs
`(#:skip-build? #t ; Needs rav1e-0.6
#:cargo-inputs
(("rust-avif-serialize" ,rust-avif-serialize-0.7)
("rust-imgref" ,rust-imgref-1)
("rust-loop9" ,rust-loop9-0.1)