aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-18 14:07:36 +0900
committerOphestra <cat@gensokyo.uk>2026-02-18 14:07:36 +0900
commite065bbf792b58f18ef4802c6dd7d02d7d6374409 (patch)
tree23a3b06d97f76b259d2d041175ff3f83956b5d5c /internal/rosa/all.go
parenta883e57e7d59df263f7ee642f1f00b77b579d22d (diff)
internal/rosa: procps artifact
Generally pretty useful, and required by util-linux test suite. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
-rw-r--r--internal/rosa/all.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go
index e5b41ac4..8edf09b5 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -65,6 +65,7 @@ const (
Perl
PkgConfig
Pluggy
+ Procps
PyTest
Pygments
Python
@@ -176,6 +177,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"perl": Perl,
"pkg-config": PkgConfig,
"pluggy": Pluggy,
+ "procps": Procps,
"pytest": PyTest,
"pygments": Pygments,
"python": Python,