lilv: support cross-compilation

This commit is contained in:
Rick van Schijndel 2021-12-22 20:20:23 +01:00
parent 70e88b8cb2
commit 76015b8597

View file

@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config python3 wafHook ];
buildInputs = [ serd sord sratom ];
propagatedBuildInputs = [ lv2 ];
dontAddWafCrossFlags = true;
passthru.tests = {
inherit pipewire;