lilv: support cross-compilation
This commit is contained in:
parent
70e88b8cb2
commit
76015b8597
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ pkg-config python3 wafHook ];
|
||||
buildInputs = [ serd sord sratom ];
|
||||
propagatedBuildInputs = [ lv2 ];
|
||||
dontAddWafCrossFlags = true;
|
||||
|
||||
passthru.tests = {
|
||||
inherit pipewire;
|
||||
|
|
Loading…
Reference in a new issue