mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
7ac6690dc2
commit
0617edfd7f
1 changed files with 2 additions and 3 deletions
|
@ -32,9 +32,8 @@
|
|||
(fold-packages
|
||||
(lambda (package lst)
|
||||
(if (or
|
||||
(and (eq? (build-system-name (package-build-system package))
|
||||
(eq? (build-system-name (package-build-system package))
|
||||
(quote cargo))
|
||||
(not (string-prefix? "rust-" (package-name package))))
|
||||
(any
|
||||
(lambda (pkg)
|
||||
(member (specification->package "rust") pkg))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue