15 stdenv.mkDerivation (finalAttrs: {
19 src = fetchFromGitLab {
20 domain = "gitlab.freedesktop.org";
23 rev = "v${finalAttrs.version}";
24 sha256 = "sha256-yvPV3Npne9oFvA6X49/aMgn7DrN2gCrPha3lJVKwcQ0=";
41 cmakeFlags = [ "-DCONFIG_WAYLAND=ON" ];
44 description = "Qt graph manager for PipeWire, similar to QjackCtl";
46 qpwgraph is a graph manager dedicated for PipeWire,
47 using the Qt C++ framework, based and pretty much like
50 homepage = "https://gitlab.freedesktop.org/rncbc/qpwgraph";
51 license = licenses.gpl2Plus;
52 platforms = platforms.linux;
53 maintainers = with maintainers; [
58 mainProgram = "qpwgraph";