gnu: Add go-github-com-ema-qdisc.

* gnu/packages/golang-web.scm (go-github-com-ema-qdisc): New variable.

Change-Id: Id932cb6904d85c62f40205f145cfb848843ec93f
This commit is contained in:
Sharlatan Hellseher 2024-12-27 12:45:18 +00:00
parent 7c926c14a6
commit 9ee0e3c982
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1408,6 +1408,32 @@ target of this project is to offer an optimized proxy server, usable with
reasonable amount of traffic, yet customizable and programmable.") reasonable amount of traffic, yet customizable and programmable.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public go-github-com-ema-qdisc
(package
(name "go-github-com-ema-qdisc")
(version "1.0.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/ema/qdisc")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1v2k2z1xjxfa0qrrnafvb51dxwxm0s3nbsi6n64cm2rylxjskfmy"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/ema/qdisc"))
(propagated-inputs
(list go-github-com-mdlayher-netlink))
(home-page "https://github.com/ema/qdisc")
(synopsis "Queuing discipline information via netlink")
(description
"Package @code{qdisc} allows getting queuing discipline information via
netlink,similarly to what @code{tc -s qdisc show} does.")
(license license:expat)))
(define-public go-github-com-emersion-go-imap (define-public go-github-com-emersion-go-imap
(package (package
(name "go-github-com-emersion-go-imap") (name "go-github-com-emersion-go-imap")