glauth: drop obsolete excludedPackages

As of v2.3.1, vendoring of the toml module was dropped by upstream, so
we can remove it here too. See also #288194.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-02-13 09:57:08 +01:00
parent c048c3fa61
commit be41239394
No known key found for this signature in database
GPG Key ID: 1538094429952F86

View File

@ -28,10 +28,6 @@ buildGoModule rec {
# Disable go workspaces to fix build.
env.GOWORK = "off";
# Fix this build error:
# main module (github.com/glauth/glauth/v2) does not contain package github.com/glauth/glauth/v2/vendored/toml
excludedPackages = [ "vendored/toml" ];
# Based on ldflags in <glauth>/Makefile.
ldflags = [
"-s"