diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-31 23:45:01 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-31 23:45:01 +0900 |
| commit | 52b1a5a72573e2c593e58140abdb2739a61031b6 (patch) | |
| tree | 75febaa83979b5ded7c47226cc972d1180759557 /internal/rosa/dbus.go | |
| parent | 6b78df87148d1b9315289a422159b3f0010284eb (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.go | 2 |
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, }, |
