gnu: rust-y4m-0.7: Don't skip build.

* gnu/packages/crates-graphics.scm (rust-y4m-0.7)[arguments]: Don't skip
build.

Change-Id: If4e6a9940963ebbaae3015c3ac6355e28a2f60ec
This commit is contained in:
Efraim Flashner 2023-10-24 15:42:33 +03:00
parent 1d6440df24
commit 1013877dfe
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4025,8 +4025,7 @@ (define-public rust-y4m-0.7
(uri (crate-uri "y4m" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1bhdgb7hgx7j92nm6ij5n8wisp50j8ff66ks14jzwdw2mwhrjam7"))))
(arguments `(#:skip-build? #t))))
(base32 "1bhdgb7hgx7j92nm6ij5n8wisp50j8ff66ks14jzwdw2mwhrjam7"))))))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances