diff options
Diffstat (limited to 'x11/nwg-menu/files/patch-go.mod')
-rw-r--r-- | x11/nwg-menu/files/patch-go.mod | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/x11/nwg-menu/files/patch-go.mod b/x11/nwg-menu/files/patch-go.mod deleted file mode 100644 index 2d7b50e370dc..000000000000 --- a/x11/nwg-menu/files/patch-go.mod +++ /dev/null @@ -1,14 +0,0 @@ -Drop after lang/go122 appears (switch to USES=go:1.22,modules) - -github.com/nwg-piotr/nwg-menu: cannot compile Go 1.22 code - ---- go.mod.orig 2025-01-11 00:07:37 UTC -+++ go.mod -@@ -1,6 +1,6 @@ module github.com/nwg-piotr/nwg-menu - module github.com/nwg-piotr/nwg-menu - --go 1.23 -+go 1.21 - - require ( - github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37 |