1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "https://web.archive.org/web/20160316212948/http://cis.poly.edu/zdelta/downloads/zdelta-2.1.tar.gz";
9 sha256 = "sha256-WiQKWxJkINIwRBcdiuVLMDiupQ8gOsiXOEZvHDa5iFg=";
12 makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
16 cp -p zdc zdu $out/bin
20 homepage = "https://web.archive.org/web/20160316212948/http://cis.poly.edu/zdelta/";
21 platforms = platforms.all;
22 license = licenses.zlib;