mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-12-26 20:10:57 +00:00
add new rust packages
This commit is contained in:
parent
47635780a3
commit
ecccc2089e
1 changed files with 22 additions and 0 deletions
22
hidden.cfg
22
hidden.cfg
|
@ -4212,3 +4212,25 @@ package {
|
|||
include_filter: "ucs-miscfixed-fonts.noarch"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "rust-sequoia-sqv"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
repository {
|
||||
name: "hidden"
|
||||
include_filter: "sequoia-sqv.aarch64"
|
||||
include_filter: "sequoia-sqv.ppc64le"
|
||||
include_filter: "sequoia-sqv.s390x"
|
||||
include_filter: "sequoia-sqv.x86_64"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "rust-sequoia-sq"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
repository {
|
||||
name: "hidden"
|
||||
include_filter: "sequoia-sq.aarch64"
|
||||
include_filter: "sequoia-sq.ppc64le"
|
||||
include_filter: "sequoia-sq.s390x"
|
||||
include_filter: "sequoia-sq.x86_64"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue