add pandoc to hidden

This commit is contained in:
Louis Abel 2024-03-05 11:55:24 -07:00
parent afec42038f
commit 8ee6ca38d4
Signed by: label
GPG Key ID: 2A6975660E424560
1 changed files with 11 additions and 0 deletions

View File

@ -3259,6 +3259,17 @@ package {
}
}
package {
name: "pandoc"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "hidden"
include_filter: "pandoc.x86_64"
include_filter: "pandoc.aarch64"
include_filter: "pandoc.s390x"
include_filter: "pandoc.ppc64le"
}
}
package {
name: "pappl"
type: PACKAGE_TYPE_NORMAL_FORK