Merge pull request #73369 from JohnAZoidberg/argp-standalone-cross

argp-standalone: Find ar when cross compiling
This commit is contained in:
Renaud
2019-11-14 16:53:21 +01:00
committed by GitHub

View File

@@ -43,6 +43,8 @@ stdenv.mkDerivation {
doCheck = true;
makeFlags = [ "AR:=$(AR)" ];
enableParallelBuilding = true;
meta = with stdenv.lib; {