sratom: support cross-compilation

This commit is contained in:
Rick van Schijndel 2021-12-22 20:19:16 +01:00
parent 6594048793
commit 70e88b8cb2

View file

@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config wafHook python3 ];
buildInputs = [ lv2 serd sord ];
dontAddWafCrossFlags = true;
meta = with lib; {
homepage = "http://drobilla.net/software/sratom";