[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
155/311: gnu: rust-y4m-0.7: Don't skip build.
From: |
guix-commits |
Subject: |
155/311: gnu: rust-y4m-0.7: Don't skip build. |
Date: |
Sat, 28 Oct 2023 16:38:46 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit a13f747fddc83ffbe54460c1c0220d36628437e9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 24 15:42:33 2023 +0300
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
---
gnu/packages/crates-graphics.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 22b77121e9..0c377206c6 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -4025,8 +4025,7 @@ the platform-specific getters provided by winit, or
another library.")
(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
- 127/311: gnu: Add rust-regex-syntax-0.8., (continued)
- 127/311: gnu: Add rust-regex-syntax-0.8., guix-commits, 2023/10/28
- 129/311: gnu: rust-memchr-2: Update to 2.6.4., guix-commits, 2023/10/28
- 135/311: gnu: Add rust-sval-json-2., guix-commits, 2023/10/28
- 138/311: gnu: Add rust-sval-dynamic-2., guix-commits, 2023/10/28
- 142/311: gnu: Add rust-value-bag-sval2-1., guix-commits, 2023/10/28
- 147/311: gnu: rust-xml-rs-0.8: Update to 0.8.19., guix-commits, 2023/10/28
- 146/311: gnu: rust-pretty-assertions-1: Update to 1.4.0., guix-commits, 2023/10/28
- 149/311: gnu: rust-serde-with-3: Update to 3.4.0., guix-commits, 2023/10/28
- 153/311: gnu: rust-cache-padded-1: Update to 1.3.0., guix-commits, 2023/10/28
- 154/311: gnu: rust-nom-5: Update to 5.1.3., guix-commits, 2023/10/28
- 155/311: gnu: rust-y4m-0.7: Don't skip build.,
guix-commits <=
- 158/311: gnu: rust-rstar-0.9: Update to 0.9.3., guix-commits, 2023/10/28
- 162/311: gnu: rust-bigdecimal-0.2: Update to 0.2.2., guix-commits, 2023/10/28
- 165/311: gnu: rust-num-traits-0.2: Update to 0.2.17., guix-commits, 2023/10/28
- 167/311: gnu: Add rust-actix-rt-2., guix-commits, 2023/10/28
- 170/311: gnu: Add rust-iai-0.1., guix-commits, 2023/10/28
- 181/311: gnu: Add rust-tokio-uring-0.4., guix-commits, 2023/10/28
- 191/311: gnu: rust-tokio-sync-0.1: Update to 0.1.8., guix-commits, 2023/10/28
- 213/311: gnu: rust-nb-connect-1: Update to 1.2.0., guix-commits, 2023/10/28
- 207/311: gnu: rust-clap-builder-4: Update to 4.4.7., guix-commits, 2023/10/28
- 215/311: gnu: rust-proptest-0.9: Fix build., guix-commits, 2023/10/28