waybar: add experimentalPatches option

additional bool flag to optionally enable experimental features such as wlr/workspaces
This commit is contained in:
NotAShelf 2023-08-24 10:49:40 +03:00 committed by Anderson Torres
parent 63f858bdf8
commit 1810789d1d

View File

@ -44,6 +44,7 @@
, cavaSupport ? true
, evdevSupport ? true
, experimentalPatches ? true
, hyprlandSupport ? true
, inputSupport ? true
, jackSupport ? true
@ -162,7 +163,7 @@ stdenv.mkDerivation (finalAttrs: {
"tests" = runTests;
"upower_glib" = upowerSupport;
"wireplumber" = wireplumberSupport;
});
}) ++ lib.optional experimentalPatches (lib.mesonBool "experimental" true);
preFixup = lib.optionalString withMediaPlayer ''
cp $src/resources/custom_modules/mediaplayer.py $out/bin/waybar-mediaplayer.py