diff --git a/manifest.scm b/manifest.scm index ea8e25e405..681749a9f4 100644 --- a/manifest.scm +++ b/manifest.scm @@ -44,10 +44,12 @@ "perl")) ;; Useful extras for patches submission. - (specifications->manifest - (list "codeberg-cli" - "git" - "nss-certs")) + (packages->manifest + (filter supported-package? ;rust is not yet available everywhere + (map specification->package + (list "codeberg-cli" + "git" + "nss-certs")))) ;; For installer (specifications->manifest (list "guile-newt"