summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-23 13:14:33 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-07-23 21:15:01 +0100
commit4ed09bc8bead95a4d4a40aea56f6cc57410a8028 (patch)
treeefa9c1057c21c9015ed29a8a44562e52ce98f1f7 /gnu
parent9ab474976e418961b177450a8245137ab9cff80c (diff)
gnu: Add go-github-com-tonistiigi-go-rosetta.
* gnu/packages/golang-xyz.scm (go-github-com-tonistiigi-go-rosetta): New variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm25
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 20c1f30a18f..2bddf632e23 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -29974,6 +29974,31 @@ many small values. For multi-line CSV parsing, the standard library is
29974recommended.") 29974recommended.")
29975 (license license:expat))) 29975 (license license:expat)))
29976 29976
29977(define-public go-github-com-tonistiigi-go-rosetta
29978 (package
29979 (name "go-github-com-tonistiigi-go-rosetta")
29980 (version "0.0.0-20220804170347-3f4430f2d346")
29981 (source
29982 (origin
29983 (method git-fetch)
29984 (uri (git-reference
29985 (url "https://github.com/tonistiigi/go-rosetta")
29986 (commit (go-version->git-ref version))))
29987 (file-name (git-file-name name version))
29988 (sha256
29989 (base32 "1r7vgji0zxam3mw02mlp1kkx7k1lyxlwbpz9jizlxdvsg24dx77i"))))
29990 (build-system go-build-system)
29991 (arguments
29992 (list
29993 #:import-path "github.com/tonistiigi/go-rosetta"))
29994 (home-page "https://github.com/tonistiigi/go-rosetta")
29995 (synopsis "go-rosetta")
29996 (description
29997 "@code{go-rosetta} provides utilities to detect if an application is
29998running as a Apple Rosetta translated binary, and to determine the native
29999architecture.")
30000 (license license:expat)))
30001
29977(define-public go-github-com-tonistiigi-units 30002(define-public go-github-com-tonistiigi-units
29978 (package 30003 (package
29979 (name "go-github-com-tonistiigi-units") 30004 (name "go-github-com-tonistiigi-units")