zsh/pth/zsync: cross fixes (#65780)

zsh/pth/zsync: cross fixes
This commit is contained in:
Jörg Thalheim
2019-08-14 07:15:01 +01:00
committed by GitHub
3 changed files with 10 additions and 4 deletions

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