summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2025-07-03 15:36:32 +0300
committerHilton Chain <hako@ultrarare.space>2025-07-29 21:32:25 +0800
commit96e62be823e1fff5a0b2abd0dc3053a8f1e6286f (patch)
tree74c42c3b9f1fe19f12fec2161f702753c12ff71b
parent44a8c74671340970ab69285e431b4194eec68244 (diff)
teams: rust: Add more packages to rusty-packages manifest.
* etc/teams/rust/rusty-packages.scm: Don't skip packages with 'rust-' as their prefix. Change-Id: I1f993a87f87a45c1a2a7356b5dbe9ebf04f26d3f Signed-off-by: Hilton Chain <hako@ultrarare.space>
-rw-r--r--etc/teams/rust/rusty-packages.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/teams/rust/rusty-packages.scm b/etc/teams/rust/rusty-packages.scm
index 07928b1c74..3f8285f40a 100644
--- a/etc/teams/rust/rusty-packages.scm
+++ b/etc/teams/rust/rusty-packages.scm
@@ -32,9 +32,8 @@
(fold-packages
(lambda (package lst)
(if (or
- (and (eq? (build-system-name (package-build-system package))
- (quote cargo))
- (not (string-prefix? "rust-" (package-name package))))
+ (eq? (build-system-name (package-build-system package))
+ (quote cargo))
(any
(lambda (pkg)
(member (specification->package "rust") pkg))