zsync: fix cross-build by setting AR
This commit is contained in:
parent
e624d0e471
commit
4e99e554b0
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1wjslvfy76szf0mgg2i9y9q30858xyjn6v2acc24zal76d1m778b";
|
||||
};
|
||||
|
||||
makeFlags = [ "AR=${stdenv.cc.bintools.targetPrefix}ar" ];
|
||||
|
||||
meta = {
|
||||
homepage = http://zsync.moria.org.uk/;
|
||||
description = "File distribution system using the rsync algorithm";
|
||||
|
|
Loading…
Reference in a new issue