guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ceeeff81d26b78b7f3af72a6c6686a429c8ceb70
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 11 15:07:23 2025 +0100

    gnu: Remove go-go-uber-org-fx-tools.
    
    * gnu/packages/golang-xyz.scm (go-go-uber-org-fx-tools): Delete variable.
    
    Change-Id: I4eed619e7fa3d38dce7bdb29a62b85c63d7e51a7
---
 gnu/packages/golang-xyz.scm | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 996fd5ce88..a50bfb0a08 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -22065,36 +22065,6 @@ object dependencies graph during the process startup.")
 applications out of reusable, composable modules.")
     (license license:expat)))
 
-(define-public go-go-uber-org-fx-tools
-  (package
-    (name "go-go-uber-org-fx-tools")
-    (version "0.0.0-20241011173146-861011200d8a")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/uber-go/fx";)
-             (commit (go-version->git-ref version
-                                          #:subdir "tools"))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "1y9zavn5dmb5v2g2krc1apznp1fwc2zb70hlgxw4xcz2ifdwx7wz"))))
-    (build-system go-build-system)
-    (arguments
-     (list
-      #:skip-build? #t
-      #:import-path "go.uber.org/fx/tools"
-      #:unpack-path "go.uber.org/fx"))
-    (propagated-inputs (list go-golang-org-x-tools))
-    (home-page "https://go.uber.org/fx";)
-    (synopsis "Verify FX events")
-    (description
-     "This Package implements a Go analysis pass that verifies that an
-@code{fxevent.Logger} implementation handles all known fxevent types.  As a
-special case for no-op or fake fxevent.Loggers, it ignores implementations
-that handle none of the event types.")
-    (license license:expat)))
-
 (define-public go-go-uber-org-multierr
   (package
     (name "go-go-uber-org-multierr")

Reply via email to