From be4123939403982c4caffd3d3ba5451f74884547 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Tue, 13 Feb 2024 09:57:08 +0100 Subject: [PATCH] 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 --- pkgs/by-name/gl/glauth/package.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/by-name/gl/glauth/package.nix b/pkgs/by-name/gl/glauth/package.nix index a95c833ebbdd..97fc0be03e18 100644 --- a/pkgs/by-name/gl/glauth/package.nix +++ b/pkgs/by-name/gl/glauth/package.nix @@ -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 /Makefile. ldflags = [ "-s"