From 57eb5c578105e5403c89a367f9b03162dec60940 Mon Sep 17 00:00:00 2001 From: scorpion-26 Date: Wed, 13 Mar 2024 01:23:25 +0100 Subject: [PATCH] Fix missing libsass dep for CI libsass is now a required package since https://github.com/scorpion-26/gBar/pull/76 --- .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 ade08bd..e389f3a 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 libdbusmenu-gtk3 + pacman -Syu --noconfirm base-devel gcc git ninja meson gtk-layer-shell pulseaudio wayland libdbusmenu-gtk3 libsass - name: Download gBar uses: actions/checkout@v3.3.0 diff --git a/flake.nix b/flake.nix index 7273e41..620c50e 100644 --- a/flake.nix +++ b/flake.nix @@ -31,6 +31,7 @@ libpulseaudio stb libdbusmenu-gtk3 + libsass ]; }); in {