13 src = fetchFromGitHub {
17 hash = "sha256-FOhtL8nIm5kuKRxFtkrDyUU2z1K22ZdHaes3GY0KmfQ=";
20 vendorHash = "sha256-MfauZRufl3kxr1fqatxTmiIvLJ+5JhbpSnbTHiujME8=";
29 # Disable go workspaces to fix build.
32 # Based on ldflags in <glauth>/Makefile.
37 "-X main.LastGitTag=v${version}"
38 "-X main.GitTagIsCommit=1"
41 # Tests fail in the sandbox.
45 description = "Lightweight LDAP server for development, home use, or CI";
46 homepage = "https://github.com/glauth/glauth";
47 license = licenses.mit;
48 maintainers = with maintainers; [
52 mainProgram = "glauth";