1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

chore(nix): add missing libpulseaudio to shell

This commit is contained in:
Jake Stanger 2024-03-30 23:31:28 +00:00
parent bb02a21d0e
commit 42ae915645
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -9,6 +9,7 @@ pkgs.mkShell {
gtk-layer-shell gtk-layer-shell
gcc gcc
openssl openssl
libpulseaudio
]; ];
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [