mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05: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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue