serd: fix cross-compilation by disabling adding cross flags

The waf script from serd doesn't understand --cross-compile,
so just don't pass it to the script.
This commit is contained in:
Rick van Schijndel 2021-09-29 21:35:02 +02:00
parent 107a5943bd
commit d2938964df

View File

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-r/qA3ux4kh+GM15vw/GLgK7+z0JPaldV6fL6DrBxDt8=";
};
dontAddWafCrossFlags = true;
nativeBuildInputs = [ pkg-config python3 wafHook ];
meta = with lib; {