From: Cairn via Guix-patches via <guix-patches@gnu.org>
To: 57458@debbugs.gnu.org
Cc: Cairn <cairn@pm.me>
Subject: [bug#57458] [PATCH 1/2] gnu: Add go-github-com-disintegration-imaging.
Date: Sun, 28 Aug 2022 04:55:47 +0000 [thread overview]
Message-ID: <20220828045531.23541-1-cairn@pm.me> (raw)
In-Reply-To: <20220828045142.23275-1-cairn@pm.me>
* gnu/packages/golang.scm (go-github-com-disintegration-imaging): New variable.
---
gnu/packages/golang.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d2f3dc39df..dd0e24b61e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9914,3 +9914,26 @@ (define-public go-github-com-sourcegraph-jsonrpc2
(description
"Package jsonrpc2 provides a Go implementation of JSON-RPC 2.0.")
(license license:expat)))
+
+(define-public go-github-com-disintegration-imaging
+ (package
+ (name "go-github-com-disintegration-imaging")
+ (version "1.6.2")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/disintegration/imaging")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1sl201nmk601h0aii4234sycn4v2b0rjxf8yhrnik4yjzd68q9x5"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/disintegration/imaging"))
+ (inputs (list go-golang-org-x-image))
+ (home-page "https://github.com/disintegration/imaging")
+ (synopsis "Simple image processing for Go")
+ (description "This package provides basic image processing functions
+(resize, rotate, crop, brightness/contrast adjustments, etc.).")
+ (license license:expat)))
--
2.37.2
next prev parent reply other threads:[~2022-08-28 4:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-28 4:52 [bug#57458] [PATCH 0/2] gnu: Add pixterm Cairn via Guix-patches via
2022-08-28 4:55 ` Cairn via Guix-patches via [this message]
2022-08-28 4:56 ` [bug#57458] [PATCH 2/2] " Cairn via Guix-patches via
2022-09-06 14:42 ` bug#57458: [PATCH 0/2] " Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220828045531.23541-1-cairn@pm.me \
--to=guix-patches@gnu.org \
--cc=57458@debbugs.gnu.org \
--cc=cairn@pm.me \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.