lv2: add pipewire test

; Conflicts:
;	pkgs/development/libraries/audio/lv2/default.nix
This commit is contained in:
Jonathan Ringer
2022-03-17 08:53:24 -07:00
committed by Jonathan Ringer
parent beefeab222
commit 2dfe209c3e
@@ -5,6 +5,7 @@
, pkg-config
, python3
, wafHook
, pipewire
}:
stdenv.mkDerivation rec {
@@ -30,6 +31,10 @@ stdenv.mkDerivation rec {
"--lv2dir=${placeholder "out"}/lib/lv2"
];
passthru.tests = {
inherit pipewire;
};
meta = with lib; {
homepage = "https://lv2plug.in";
description = "A plugin standard for audio systems";