summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-10 09:02:20 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-22 20:13:06 +0100
commit0bd79844a0d308af20a042fb01cd890bc303c807 (patch)
tree6fc13ebe53f01cfdd34180a35e4f35eeb784b638 /gnu/packages/golang-xyz.scm
parent075ed5ed4b86dd421b758e0170383a0cdc7eb0ae (diff)
gnu: Add go-github-com-digitalocean-go-smbios.
* gnu/packages/golang-xyz.scm (go-github-com-digitalocean-go-smbios): New variable. Change-Id: Ie75a68dbee5112aea483bdeca5ed99eb54a4c500
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm28
1 files changed, 28 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index ed57e5a83b..55312a26e6 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -5139,6 +5139,34 @@ on throughput and hit ratio performance.")
"Go SDK for @url{https://github.com/dicedb/dice,@code{dicedb}}.")
(license license:bsd-3)))
+(define-public go-github-com-digitalocean-go-smbios
+ (package
+ (name "go-github-com-digitalocean-go-smbios")
+ (version "0.0.0-20180907143718-390a4f403a8e")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/digitalocean/go-smbios")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "026nw64rg2lck9hx4bixh6v9b7kz9v4dbraykqy2b655wcnlv8rv"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:skip-build? #t
+ #:import-path "github.com/digitalocean/go-smbios"))
+ (native-inputs
+ (list go-github-com-google-go-cmp))
+ (home-page "https://github.com/digitalocean/go-smbios")
+ (synopsis "Detection and access to SMBIOS and DMI data and structures")
+ (description
+ "Package @code{smbios} provides detection and access to System Management
+BIOS (@url{https://en.wikipedia.org/wiki/System_Management_BIOS, SMBIOS}) and
+Desktop Management Interface (DMI) data and structures.")
+ (license license:asl2.0)))
+
(define-public go-github-com-dimchansky-utfbom
(package
(name "go-github-com-dimchansky-utfbom")