aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/dbus.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-31 23:45:01 +0900
committerOphestra <cat@gensokyo.uk>2026-03-31 23:45:01 +0900
commit52b1a5a72573e2c593e58140abdb2739a61031b6 (patch)
tree75febaa83979b5ded7c47226cc972d1180759557 /internal/rosa/dbus.go
parent6b78df87148d1b9315289a422159b3f0010284eb (diff)
internal/rosa: use type P in helper interface
This is easier to type and serialises correctly. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/dbus.go')
-rw-r--r--internal/rosa/dbus.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/dbus.go b/internal/rosa/dbus.go
index f2cb5ff6..ad81f973 100644
--- a/internal/rosa/dbus.go
+++ b/internal/rosa/dbus.go
@@ -36,7 +36,7 @@ func init() {
Description: "a message bus system",
Website: "https://www.freedesktop.org/wiki/Software/dbus/",
- Dependencies: []PArtifact{
+ Dependencies: P{
GLib,
Libexpat,
},