20 stdenv.mkDerivation rec {
21 pname = "apt-cacher-ng";
25 url = "mirror://debian/pool/main/a/apt-cacher-ng/apt-cacher-ng_${version}.orig.tar.xz";
26 sha256 = "0pwsj9rf6a6q7cnfbpcrfq2gjcy7sylqzqqr49g2zi39lrrh8533";
30 # this patch fixes the build for glibc >= 2.38
32 name = "strlcpy-glibc238.patch";
33 url = "https://bugs.debian.org/cgi-bin/bugreport.cgi?att=0;bug=1052360;msg=10";
34 hash = "sha256-uhQj+ZcHCV36Tm0pF/+JG59bSaRdTZCrMcKL3YhZTk8=";
56 description = "Caching proxy specialized for Linux distribution files";
57 mainProgram = "apt-cacher-ng";
58 homepage = "https://www.unix-ag.uni-kl.de/~bloch/acng/";
59 license = licenses.bsdOriginal;
60 platforms = platforms.linux;
61 maintainers = [ maintainers.makefu ];