Commit 3ac16074 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

qpwgraph: enable Wayland

The only effect this change has is preventing qpwgraph from setting
QT_QPA_PLATFORM=xcb to force X11.
parent ac3f3214
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@ mkDerivation rec {

  buildInputs = [ alsa-lib pipewire ];

  cmakeFlags = [ "-DCONFIG_WAYLAND=ON" ];

  meta = with lib; {
    description = "Qt graph manager for PipeWire, similar to QjackCtl.";
    longDescription = ''