[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
368/401: gnu: Add go-github-com-keybase-dbus.
From: |
guix-commits |
Subject: |
368/401: gnu: Add go-github-com-keybase-dbus. |
Date: |
Thu, 26 Dec 2024 19:31:27 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 7db4b4fba6b4c8b51c45a9cfb178147b076f7452
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Dec 24 22:47:40 2024 +0000
gnu: Add go-github-com-keybase-dbus.
* gnu/packages/golang-xyz.scm (go-github-com-keybase-dbus): New variable.
Change-Id: I0a30af511d99f24dae69f82dccd788322b944a8d
---
gnu/packages/golang-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index fe3d430f79..f74a1b1d34 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6545,6 +6545,37 @@ word-splitting rules.")
(home-page "https://github.com/kballard/go-shellquote";)
(license license:expat))))
+(define-public go-github-com-keybase-dbus
+ (package
+ (name "go-github-com-keybase-dbus")
+ (version "0.0.0-20220506165403-5aa21ea2c23a")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/keybase/dbus";)
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0ihicxqq685jy47dw522b5c7b8vcikay0xph6y55jcas3m3zj1lj"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:tests? #f; tests require running D-bus
+ #:import-path "github.com/keybase/dbus"))
+ (home-page "https://github.com/keybase/dbus";)
+ (synopsis "Native Go bindings for D-Bus")
+ (description
+ "Package dbus implements bindings to the D-Bus message bus system.
+Features:
+@itemize
+@item complete native implementation of the D-Bus message protocol
+@item go-like API (channels for signals / asynchronous method calls,
+Goroutine-safe connections)
+@item subpackages that help with the introspection / property interfaces
+@end itemize")
+ (license license:bsd-2)))
+
(define-public go-github-com-keybase-go-ps
(package
(name "go-github-com-keybase-go-ps")
- 198/401: gnu: Add go-github-com-google-gnostic-models., (continued)
- 198/401: gnu: Add go-github-com-google-gnostic-models., guix-commits, 2024/12/26
- 180/401: gnu: Add go-github-com-burntsushi-graphics-go., guix-commits, 2024/12/26
- 172/401: gnu: go-github-com-dsnet-compress: Fix tests., guix-commits, 2024/12/26
- 197/401: gnu: go-github-com-emicklei-go-restful-v3: Fix build., guix-commits, 2024/12/26
- 191/401: gnu: Add go-k8s-io-gengo-v2., guix-commits, 2024/12/26
- 195/401: gnu: Add go-sigs-k8s-io-structured-merge-diff-v4., guix-commits, 2024/12/26
- 342/401: gnu: go-gopkg-in-errgo-fmt-errors: Rename variable., guix-commits, 2024/12/26
- 360/401: gnu: Add go-github-com-go-yaml-yaml., guix-commits, 2024/12/26
- 362/401: gnu: go-github-com-oklog-ulid: Fix bulid., guix-commits, 2024/12/26
- 382/401: gnu: Add go-github-com-gin-gonic-gin., guix-commits, 2024/12/26
- 368/401: gnu: Add go-github-com-keybase-dbus.,
guix-commits <=
- 379/401: gnu: go-github-com-burntsushi-toml: Simplify., guix-commits, 2024/12/26
- 390/401: gnu: go-go-uber-org-multierr: Update to 1.11.0., guix-commits, 2024/12/26
- 396/401: gnu: go-github-com-willscott-goturn: Update to 0.0.0-20170802220503-19f41278d0c9., guix-commits, 2024/12/26
- 399/401: gnu: go-github-com-polydawn-refmt: Update to 0.89.0., guix-commits, 2024/12/26
- 128/401: gnu: Add go-github-com-containerd-log., guix-commits, 2024/12/26
- 164/401: gnu: go-github-com-google-gofuzz: Update to 1.2.0., guix-commits, 2024/12/26
- 168/401: gnu: go-github-com-kr-fs: Move to golang-xyz., guix-commits, 2024/12/26
- 158/401: gnu: go-github-com-ipfs-go-datastore: Fix build., guix-commits, 2024/12/26
- 176/401: gnu: go-github-com-youmark-pkcs8: Update to 1.3., guix-commits, 2024/12/26
- 169/401: gnu: go-github-com-pkg-sftp: Update to 1.13.7., guix-commits, 2024/12/26