argp-standalone: Find ar when cross compiling
This commit is contained in:
parent
cff6c70379
commit
c43851092b
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ stdenv.mkDerivation {
|
|||
|
||||
doCheck = true;
|
||||
|
||||
makeFlags = [ "AR:=$(AR)" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue