all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rouby Pierre-Antoine <pierre-antoine.rouby@inria.fr>
To: 32113@debbugs.gnu.org
Cc: Rouby Pierre-Antoine <pierre-antoine.rouby@inria.fr>
Subject: [bug#32113] [PATCH 4/5] gnu: Add go-gopkg-in-check-v1.
Date: Tue, 10 Jul 2018 18:06:08 +0200	[thread overview]
Message-ID: <20180710160609.30540-3-pierre-antoine.rouby@inria.fr> (raw)
In-Reply-To: <20180710160609.30540-1-pierre-antoine.rouby@inria.fr>

* gnu/packages/golang.scm (go-gopkg-in-check-v1): New variable.
---
 gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 588fb8572..e6ef7c8d9 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1916,3 +1916,27 @@ connections in Go langage.")
 Given a cron expression and a time stamp.")
       (license (list license:gpl3+
                      license:asl2.0)))))
+
+(define-public go-gopkg-in-check-v1
+  (let ((commit "20d25e2804050c1cd24a7eea1e7a6447dd0e74ec")
+        (revision "0"))
+    (package
+      (name "go-gopkg-in-check-v1")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/go-check/check")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np"))))
+      (build-system go-build-system)
+      (arguments
+       '(#:import-path "gopkg.in/check.v1"))
+      (home-page "https://gopkg.in/check.v1")
+      (synopsis "Rich testing for Go language")
+      (description "This package is rich test library for Go language.")
+      (license license:asl2.0))))
-- 
2.17.0

  parent reply	other threads:[~2018-07-10 16:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-10 16:02 [bug#32113] [PATCH 1/5] gnu: Add go-github-com-docker-go-connections Rouby Pierre-Antoine
2018-07-10 16:06 ` [bug#32113] [PATCH 2/5] gnu: Add go-github-com-docker-machine Rouby Pierre-Antoine
2018-07-10 16:06   ` [bug#32113] [PATCH 3/5] gnu: Add go-github-com-gorhill-cronexpr Rouby Pierre-Antoine
2018-07-10 16:06   ` Rouby Pierre-Antoine [this message]
2018-07-10 16:06   ` [bug#32113] [PATCH 5/5] gnu: Add go-gopkg-in-yaml-v2 Rouby Pierre-Antoine
2018-07-12 21:58     ` bug#32113: " 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=20180710160609.30540-3-pierre-antoine.rouby@inria.fr \
    --to=pierre-antoine.rouby@inria.fr \
    --cc=32113@debbugs.gnu.org \
    /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.