mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Hilton Chain
parent
7ac6690dc2
commit
0617edfd7f
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user