From 67f048cd0105a89895c5e63f300eeb3eb4cb2893 Mon Sep 17 00:00:00 2001 From: scorpion-26 <58082714+scorpion-26@users.noreply.github.com> Date: Sun, 30 Apr 2023 23:19:03 +0200 Subject: [PATCH] SNI: Add libdbusmenu-gtk3 to CI --- .github/workflows/build.yml | 2 +- flake.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00c8c84..ade08bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: pacman-key --populate archlinux - name: Download pacman packages run: | - pacman -Syu --noconfirm base-devel gcc git ninja meson gtk-layer-shell pulseaudio wayland + pacman -Syu --noconfirm base-devel gcc git ninja meson gtk-layer-shell pulseaudio wayland libdbusmenu-gtk3 - name: Download gBar uses: actions/checkout@v3.3.0 diff --git a/flake.nix b/flake.nix index 350e448..7273e41 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,7 @@ gtk-layer-shell libpulseaudio stb + libdbusmenu-gtk3 ]; }); in {