GNU bug report logs -
#66603
[PATCH 00/29] Add miller.
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Wed, 18 Oct 2023 09:37:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/golang.scm (go-github-com-orisano-pixelmatch): New variable.
---
gnu/packages/golang.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index acc5d3163b..d0caed8d41 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1797,6 +1797,28 @@ (define-public go-github-com-ledongthuc-pdf
(synopsis "PDF Reader")
(description "Package pdf implements reading of PDF files.")
(license license:bsd-3)))
+
+(define-public go-github-com-orisano-pixelmatch
+ (package
+ (name "go-github-com-orisano-pixelmatch")
+ (version "0.0.0-20230914042517-fa304d1dc785")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/orisano/pixelmatch")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1lplxfif5mfqnd0jjph2vd25c3bpr3idfs2axh8z0ib0zdkwca32"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/orisano/pixelmatch"))
+ (home-page "https://github.com/orisano/pixelmatch")
+ (synopsis "pixelmatch")
+ (description
+ "@@url{https://github.com/mapbox/pixelmatch,mapbox/pixelmatch} ports for go.")
+ (license license:expat)))
(define-public go-github-com-pkg-xattr
(package
(name "go-github-com-pkg-xattr")
--
2.41.0
This bug report was last modified 1 year and 41 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.