1
0
forked from rosa/hakurei

internal/rosa: use type P in helper interface

This is easier to type and serialises correctly.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-31 23:45:01 +09:00
parent 6b78df8714
commit 52b1a5a725
6 changed files with 9 additions and 11 deletions

View File

@@ -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,
},