Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

aiccu: patch gnutls api change

+8
+8
pkgs/tools/networking/aiccu/default.nix
··· 12 13 buildInputs = [ gnutls iproute makeWrapper ]; 14 15 configureFlags = "--prefix=$out"; 16 installPhase = '' 17 install -D -m 755 unix-console/aiccu $out/bin/aiccu
··· 12 13 buildInputs = [ gnutls iproute makeWrapper ]; 14 15 + patches = [ 16 + (fetchurl { 17 + url = "https://projects.archlinux.org/svntogit/community.git/plain/trunk/gnutls-3.4.0.patch?h=packages/aiccu&id=cc6decc4e734420e4c5d0cd28652077f6bd88d84"; 18 + sha256 = "1ni3lhwy3r54js124p7fhm1my82a703chvh07vrhslb4v4b71g5s"; 19 + name = "gnutls-3.4.0.patch"; 20 + }) 21 + ]; 22 + 23 configureFlags = "--prefix=$out"; 24 installPhase = '' 25 install -D -m 755 unix-console/aiccu $out/bin/aiccu