all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31881] [PATCH 1/4] gnu: Add go-github-com-sirupsen-logrus.
@ 2018-06-18 15:15 Rouby Pierre-Antoine
  2018-06-18 15:18 ` [bug#31881] [PATCH 2/4] gnu: Add go-github-com-kardianos-osext Rouby Pierre-Antoine
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Rouby Pierre-Antoine @ 2018-06-18 15:15 UTC (permalink / raw)
  To: 31881; +Cc: Rouby Pierre-Antoine

* gnu/packages/golang.scm (go-github-com-sirupsen-logrus): New variable.
---
 gnu/packages/golang.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 6c21181da..3d1fc5b6d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1703,3 +1703,37 @@ incoming requests to their respective handler.")
        "Pflag is library to replace Go's flag package, implementing
 POSIX/GNU-style --flags.")
       (license license:bsd-3))))
+
+(define-public go-github-com-sirupsen-logrus
+  (let ((commit "4b6ea7319e214d98c938f12692336f7ca9348d6b")
+        (revision "0"))
+    (package
+      (name "go-github-com-sirupsen-logrus")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/sirupsen/logrus.git")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "06wnl1dkkib2zpm31aavk5c4290s64h2ss68nl1vgcbxzsfbxjaq"))))
+      (build-system go-build-system)
+      (native-inputs
+       `(("go-golang-org-x-crypto-ssh-terminal"
+          ,go-golang-org-x-crypto-ssh-terminal)
+         ("go-github-com-stretchr-testify"
+          ,go-github-com-stretchr-testify)
+         ("go-golang-org-x-sys-unix"
+          ,go-golang-org-x-sys-unix)))
+      (arguments
+       '(#:tests? #f                    ;FIXME missing dependencies
+         #:import-path "github.com/sirupsen/logrus"))
+      (home-page "https://github.com/sirupsen/logrus")
+      (synopsis "This packages is structured, pluggable logging for Go")
+      (description
+       "Logrus is a structured logger for Go, completely API compatible with
+the standard library logger.")
+      (license license:expat))))
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2018-07-07 16:09 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-18 15:15 [bug#31881] [PATCH 1/4] gnu: Add go-github-com-sirupsen-logrus Rouby Pierre-Antoine
2018-06-18 15:18 ` [bug#31881] [PATCH 2/4] gnu: Add go-github-com-kardianos-osext Rouby Pierre-Antoine
2018-06-18 15:18   ` [bug#31881] [PATCH 3/4] gnu: Add go-github-com-ayufan-golang-kardianos-service Rouby Pierre-Antoine
2018-06-18 15:18   ` [bug#31881] [PATCH 4/4] gnu: Add go-github-com-docker-distribution Rouby Pierre-Antoine
2018-06-18 16:12 ` [bug#31881] [PATCH 1/4] gnu: Add go-github-com-sirupsen-logrus Leo Famulari
2018-06-19  8:43 ` Rouby Pierre-Antoine
2018-06-19  8:43   ` [bug#31881] [PATCH 2/4] gnu: Add go-github-com-kardianos-osext Rouby Pierre-Antoine
2018-06-20 16:56     ` Leo Famulari
2018-06-19  8:43   ` [bug#31881] [PATCH 3/4] gnu: Add go-github-com-ayufan-golang-kardianos-service Rouby Pierre-Antoine
2018-06-20 16:57     ` Leo Famulari
2018-06-19  8:43   ` [bug#31881] [PATCH 4/4] gnu: Add go-github-com-docker-distribution Rouby Pierre-Antoine
2018-06-20 17:00     ` Leo Famulari
2018-06-26 15:20       ` Pierre-Antoine Rouby
2018-07-07 16:08         ` bug#31881: " Ludovic Courtès
2018-06-20 16:56   ` [bug#31881] [PATCH 1/4] gnu: Add go-github-com-sirupsen-logrus Leo Famulari

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.