4 , libxcrypt-legacy # TODO: switch to libxcrypt for NixOS 24.11 (cf. same note on nixos/modules/services/misc/portunus.nix)
11 src = fetchFromGitHub {
15 sha256 = "sha256-+pMMIutj+OWKZmOYH5NuA4a7aS5CD+33vAEC9bJmyfM=";
18 buildInputs = [ libxcrypt-legacy ];
23 description = "Self-contained user/group management and authentication service";
24 homepage = "https://github.com/majewsky/portunus";
25 license = licenses.gpl3Plus;
26 platforms = platforms.linux;
27 maintainers = with maintainers; [ majewsky ] ++ teams.c3d2.members;