zsync: fix cross-build by setting AR

This commit is contained in:
Jörg Thalheim 2019-08-02 09:12:43 +01:00
parent e624d0e471
commit 4e99e554b0
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -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";