mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
waybar: add experimentalPatches option
additional bool flag to optionally enable experimental features such as wlr/workspaces
This commit is contained in:
parent
63f858bdf8
commit
1810789d1d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user