lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lv2: support cross-compilation

The waf cross flags seem to not be useful for most packages, to me.
I'll just set the flag for now, but maybe turning it around
may be more useful to do somewhere in the future.

+2
+2
pkgs/development/libraries/audio/lv2/default.nix
··· 22 22 nativeBuildInputs = [ 23 23 pkg-config 24 24 wafHook 25 + python3 25 26 ]; 26 27 27 28 buildInputs = [ ··· 35 36 ] ++ lib.optionals stdenv.isDarwin [ 36 37 "--lv2dir=${placeholder "out"}/lib/lv2" 37 38 ]; 39 + dontAddWafCrossFlags = true; 38 40 39 41 passthru.tests = { 40 42 inherit pipewire;