mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
1d6440df24
commit
1013877dfe
1 changed files with 1 additions and 2 deletions
|
@ -4025,8 +4025,7 @@ the platform-specific getters provided by winit, or another library.")
|
||||||
(uri (crate-uri "y4m" version))
|
(uri (crate-uri "y4m" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bhdgb7hgx7j92nm6ij5n8wisp50j8ff66ks14jzwdw2mwhrjam7"))))
|
(base32 "1bhdgb7hgx7j92nm6ij5n8wisp50j8ff66ks14jzwdw2mwhrjam7"))))))
|
||||||
(arguments `(#:skip-build? #t))))
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue