mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
Merge pull request #140292 from Mindavi/drobilla/cross-master
This commit is contained in:
commit
ce22a20738
@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "sha256-r/qA3ux4kh+GM15vw/GLgK7+z0JPaldV6fL6DrBxDt8=";
|
||||
};
|
||||
|
||||
dontAddWafCrossFlags = true;
|
||||
|
||||
nativeBuildInputs = [ pkg-config python3 wafHook ];
|
||||
|
||||
meta = with lib; {
|
||||
|
@ -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 New Issue
Block a user