Merge pull request #254805 from majiru/cava-enable-pipewire-default

cava: enable pipewire support by default
This commit is contained in:
Nick Cao 2023-09-12 17:34:01 -04:00 committed by GitHub
commit 1473d5b67a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
, SDL2
, libGL
, withSDL2 ? false
, withPipewire ? false
, withPipewire ? true
}:
stdenv.mkDerivation rec {