1 { lib, stdenv, fetchFromGitHub, autoreconfHook }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-0gqd/bEj8ZDpf/3J2iZnGswTO6k8aJOuRiZXMZLm7zo=";
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;