guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 56a4236383b55e5bfff79b482ed7f09c987085e1
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 23 13:14:33 2026 +0100
gnu: Add go-github-com-tonistiigi-go-rosetta.
* gnu/packages/golang-xyz.scm (go-github-com-tonistiigi-go-rosetta): New
variable.
---
gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 3aa1697f75..db7efca1de 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -28787,6 +28787,31 @@ many small values. For multi-line CSV parsing, the
standard library is
recommended.")
(license license:expat)))
+(define-public go-github-com-tonistiigi-go-rosetta
+ (package
+ (name "go-github-com-tonistiigi-go-rosetta")
+ (version "0.0.0-20220804170347-3f4430f2d346")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tonistiigi/go-rosetta")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1r7vgji0zxam3mw02mlp1kkx7k1lyxlwbpz9jizlxdvsg24dx77i"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/tonistiigi/go-rosetta"))
+ (home-page "https://github.com/tonistiigi/go-rosetta")
+ (synopsis "go-rosetta")
+ (description
+ "@code{go-rosetta} provides utilities to detect if an application is
+running as a Apple Rosetta translated binary, and to determine the native
+architecture.")
+ (license license:expat)))
+
(define-public go-github-com-tonistiigi-units
(package
(name "go-github-com-tonistiigi-units")