12 src = fetchFromGitHub {
16 hash = "sha256-FOhtL8nIm5kuKRxFtkrDyUU2z1K22ZdHaes3GY0KmfQ=";
19 vendorHash = "sha256-MfauZRufl3kxr1fqatxTmiIvLJ+5JhbpSnbTHiujME8=";
28 # Disable go workspaces to fix build.
31 # Based on ldflags in <glauth>/Makefile.
36 "-X main.LastGitTag=v${version}"
37 "-X main.GitTagIsCommit=1"
40 # Tests fail in the sandbox.
44 description = "Lightweight LDAP server for development, home use, or CI";
45 homepage = "https://github.com/glauth/glauth";
46 license = licenses.mit;
47 maintainers = with maintainers; [ bjornfor christoph-heiss ];
48 mainProgram = "glauth";