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 {