1 { lib, stdenv, fetchFromGitHub, autoreconfHook }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-Kw1Y9g2ItclDYYoZC2FTdBTec7zoM/N3Vk4zM8EVBR0=";
19 description = "BGP filtering automation tool";
20 homepage = "https://github.com/bgp/bgpq4";
21 license = licenses.bsd2;
22 maintainers = with maintainers; [ vincentbernat ];
23 platforms = with platforms; unix;
24 mainProgram = "bgpq4";