sratom: support cross-compilation
This commit is contained in:
parent
6594048793
commit
70e88b8cb2
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkg-config wafHook python3 ];
|
nativeBuildInputs = [ pkg-config wafHook python3 ];
|
||||||
buildInputs = [ lv2 serd sord ];
|
buildInputs = [ lv2 serd sord ];
|
||||||
|
dontAddWafCrossFlags = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://drobilla.net/software/sratom";
|
homepage = "http://drobilla.net/software/sratom";
|
||||||
|
Loading…
Reference in New Issue
Block a user