diff options
Diffstat (limited to 'snap')
-rw-r--r-- | snap/snapcraft.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 42e33dc..d531a2f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -46,8 +46,7 @@ parts: bitmask-systray: after: [desktop-gtk3] plugin: go - go-buildtags: [standalone] - go-packages: ["github.com/ProtonMail/go-autostart", "github.com/apparentlymart/go-openvpn-mgmt/openvpn", "0xacab.org/leap/bitmask-systray"] + source: https://0xacab.org/leap/bitmask-systray.git # prepare: XXX run systray tests here build-packages: - pkg-config |