1 { lib, stdenv, fetchFromGitHub, autoreconfHook }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-B7mq+5pKWMO4dJeFPB7tiyjDQjj90g/kmYB2ApBE3Ic=";
14 nativeBuildInputs = [ autoreconfHook ];
17 description = "A daemon that routes multicast using IGMP forwarding";
18 homepage = "https://github.com/pali/igmpproxy/";
19 changelog = "https://github.com/pali/igmpproxy/releases/tag/${version}";
20 license = licenses.gpl2Plus;
21 maintainers = [ maintainers.sdier ];
22 # The maintainer is using this on linux, but if you test it on other platforms
23 # please add them here!
24 platforms = platforms.linux;