GNU bug report logs -
#65974
[PATCH 00/33] thirty something go packages
Previous Next
Reported by: Edouard Klein <edk <at> beaver-labs.com>
Date: Thu, 14 Sep 2023 07:59: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-u-root-uio-ulog): New variable.
---
gnu/packages/golang.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 4baf228752..cb882058cf 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -13381,6 +13381,36 @@ (define-public go-github-com-u-root-uio-uio
(description #f)
(license license:bsd-3)))
+(define-public go-github-com-u-root-uio-ulog
+ (package
+ (name "go-github-com-u-root-uio-cp")
+ (version "0.0.0-20230305220412-3e8cd9d6bf63")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/u-root/uio")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1gvv66ixkgwikjx8sjdknvrmd08wv2ia02q8n8y3mnkhrgyyx1yf"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/u-root/uio/ulog"
+ #:unpack-path "github.com/u-root/uio"
+ #:install-source? #t
+ ;; Source-only package
+ #:tests? #f
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; Source-only package
+ (delete 'build))))
+ (home-page "https://github.com/u-root/uio")
+ (synopsis "uio")
+ (description #f)
+ (license license:bsd-3)))
+
(define-public go-github-com-vishvananda-netlink
(package
(name "go-github-com-vishvananda-netlink")
--
2.40.1
This bug report was last modified 87 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.