mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
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:
parent
107a5943bd
commit
d2938964df
@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "sha256-r/qA3ux4kh+GM15vw/GLgK7+z0JPaldV6fL6DrBxDt8=";
|
||||
};
|
||||
|
||||
dontAddWafCrossFlags = true;
|
||||
|
||||
nativeBuildInputs = [ pkg-config python3 wafHook ];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user