GNU bug report logs -
#62284
[PATCH 00/70] gnu: Add mautrix-whatsapp.
Previous Next
Reported by: conses <contact <at> conses.eu>
Date: Sun, 19 Mar 2023 23:26:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #293 received at 62284 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-skip2-go-qrcode): New variable.
Change-Id: I045c561c59fc0d32d0ffb1d43580c19902e4008d
---
gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 757424afea..8e6650cc51 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10941,6 +10941,32 @@ (define-public go-github-com-go-ini-ini
(list #:import-path "github.com/go-ini/ini"))
(propagated-inputs (list go-github-com-stretchr-testify))))
+(define-public go-github-com-skip2-go-qrcode
+ (let ((commit "da1b6568686e89143e94f980a98bc2dbd5537f13")
+ (revision "0"))
+ (package
+ (name "go-github-com-skip2-go-qrcode")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/skip2/go-qrcode")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0pghd6y2x8a5fqy4rjn4d8j5jcslb236naycdza5an7vyvinsgs9"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/skip2/go-qrcode"
+ #:tests? #f))
+ (home-page "https://github.com/skip2/go-qrcode")
+ (synopsis "QR Code encoder (Go)")
+ (description "Package @code{qrcode} implements a QR Code encoder. A QR Code is a matrix
+(two-dimensional) barcode. Arbitrary content may be encoded, with URLs being a popular choice.")
+ (license license:expat))))
+
(define-public go-github-com-skratchdot-open-golang
(let ((commit "79abb63cd66e41cb1473e26d11ebdcd68b04c8e5")
(revision "0"))
--
2.41.0
--
Best regards,
Miguel Ángel Moreno
This bug report was last modified 99 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.