1 { lib, stdenv, fetchFromGitHub }:
5 version = "2016-06-22";
7 src = fetchFromGitHub {
10 rev = "62ef688db7a6535ce11e66c8c93ab64a1bb09484";
11 sha256 = "1sj7a77isc2jmh7gw2naw9l9366kjx6jb909h7spj7daxdwvji8f";
14 hardeningEnable = [ "pie" ];
17 makeFlags=( "PREFIX=$out" )
21 description = "Simple, stupid and slow HNCP daemon";
22 homepage = "https://www.irif.univ-paris-diderot.fr/~jch/software/homenet/shncpd.html";
23 license = licenses.mit;
24 platforms = platforms.linux;
25 maintainers = [ maintainers.fpletz ];
26 mainProgram = "shncpd";