1 { lib, stdenv, fetchFromGitHub, ... }:
3 stdenv.mkDerivation rec {
4 pname = "nullidentdmod";
7 src = fetchFromGitHub {
9 repo = "nullidentdmod";
11 sha256 = "1ahwm5pyidc6m07rh5ls2lc25kafrj233nnbcybprgl7bqdq1b0k";
17 install -Dm755 nullidentdmod $out/bin
21 description = "Simple identd that just replies with a random string or customized userid";
22 mainProgram = "nullidentdmod";
23 license = licenses.gpl2Plus;
24 homepage = "http://acidhub.click/NullidentdMod";
25 maintainers = with maintainers; [ das_j ];
26 platforms = platforms.linux; # Must be run by systemd