sord: support cross-compilation
This commit is contained in:
parent
d2938964df
commit
b7799ce5b0
1 changed files with 5 additions and 0 deletions
|
@ -13,9 +13,14 @@ stdenv.mkDerivation rec {
|
|||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
export PKGCONFIG="$PKG_CONFIG"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkg-config python3 wafHook ];
|
||||
buildInputs = [ pcre ];
|
||||
propagatedBuildInputs = [ serd ];
|
||||
dontAddWafCrossFlags = true;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://drobilla.net/software/sord";
|
||||
|
|
Loading…
Reference in a new issue