Merge pull request #288486 from christoph-heiss/glauth/drop-excludedpackages

glauth: drop obsolete `excludedPackages`
This commit is contained in:
Nick Cao
2024-02-13 11:33:02 -05:00
committed by GitHub
-4
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"