waybar: expose rfkillSupport
This commit is contained in:
parent
a71946413e
commit
77a51be0f2
@ -24,6 +24,7 @@
|
||||
, evdevSupport ? true, libevdev
|
||||
, swaySupport ? true, sway
|
||||
, mpdSupport ? true, libmpdclient
|
||||
, rfkillSupport ? true
|
||||
, withMediaPlayer ? false, glib, gobject-introspection, python3, python38Packages, playerctl
|
||||
}:
|
||||
|
||||
@ -69,6 +70,7 @@ stdenv.mkDerivation rec {
|
||||
libnl = nlSupport;
|
||||
libudev = udevSupport;
|
||||
mpd = mpdSupport;
|
||||
rfkill = rfkillSupport;
|
||||
}
|
||||
) ++ [
|
||||
"-Dsystemd=disabled"
|
||||
|
Loading…
Reference in New Issue
Block a user