GNU bug report logs - #31881
[PATCH 1/4] gnu: Add go-github-com-sirupsen-logrus.

Previous Next

Package: guix-patches;

Reported by: Rouby Pierre-Antoine <pierre-antoine.rouby <at> inria.fr>

Date: Mon, 18 Jun 2018 15:17:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Rouby Pierre-Antoine <pierre-antoine.rouby <at> inria.fr>
To: leo <at> famulari.name
Cc: 31881 <at> debbugs.gnu.org, Rouby Pierre-Antoine <pierre-antoine.rouby <at> inria.fr>
Subject: [bug#31881] [PATCH 2/4] gnu: Add go-github-com-kardianos-osext.
Date: Tue, 19 Jun 2018 10:43:31 +0200
* gnu/packages/golang.scm (go-github-com-kardianos-osext): New variable.
---
 gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 1dcf12d90..bef450eb6 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1736,3 +1736,29 @@ GNU extensions} to the POSIX recommendations for command-line options.")
        "Logrus is a structured logger for Go, completely API compatible with
 the standard library logger.")
       (license license:expat))))
+
+(define-public go-github-com-kardianos-osext
+  (let ((commit "c2c54e542fb797ad986b31721e1baedf214ca413")
+        (revision "0"))
+    (package
+      (name "go-github-com-kardianos-osext")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/kardianos/osext.git")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "02vmjhkx90601l5fym7c3r4d44b88h3cign86nz4yy6j8qqxvz3h"))))
+      (build-system go-build-system)
+      (arguments
+       '(#:import-path "github.com/kardianos/osext"))
+      (home-page
+       "https://github.com/kardianos/osext")
+      (synopsis "This package is an extensions to the standard os package")
+      (description
+       "Osext is an extensions to the standard os package for Golang.")
+      (license license:bsd-3))))
-- 
2.17.0





This bug report was last modified 6 years and 320 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.