gnu: go-github-com-coreos-go-systemd-activation: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-coreos-go-systemd-activation): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/backup.scm: Add (gnu packages golang-xyz) module. Change-Id: I6bcc819e65347588103064a892f8c6c46288179a
This commit is contained in:
parent
1a50943a36
commit
592b144836
@ -7,6 +7,7 @@
|
|||||||
;;; Copyright © 2023 Katherine Cox-Buday <cox.katherine.e@gmail.com>
|
;;; Copyright © 2023 Katherine Cox-Buday <cox.katherine.e@gmail.com>
|
||||||
;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com>
|
;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com>
|
||||||
;;; Copyright © 2023 Thomas Ieong <th.ieong@free.fr>
|
;;; Copyright © 2023 Thomas Ieong <th.ieong@free.fr>
|
||||||
|
;;; Copyright © 2023 Timo Wilken <guix@twilken.net>
|
||||||
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
@ -207,6 +208,29 @@ quantiles over an unbounded data stream within low memory and CPU bounds.")
|
|||||||
similar to Go's standard library @code{json} and @code{xml} package.")
|
similar to Go's standard library @code{json} and @code{xml} package.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-coreos-go-systemd-activation
|
||||||
|
(package
|
||||||
|
(name "go-github-com-coreos-go-systemd-activation")
|
||||||
|
(version "0.0.0-20191104093116-d3cd4ed1dbcf")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/coreos/go-systemd")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"193mgqn7n4gbb8jb5kyn6ml4lbvh4xs55qpjnisaz7j945ik3kd8"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:import-path "github.com/coreos/go-systemd/activation"
|
||||||
|
#:unpack-path "github.com/coreos/go-systemd"))
|
||||||
|
(home-page "https://github.com/coreos/go-systemd")
|
||||||
|
(synopsis "Go bindings to systemd socket activation")
|
||||||
|
(description "Go bindings to systemd socket activation; for writing and
|
||||||
|
using socket activation from Go.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-cyberdelia-go-metrics-graphite
|
(define-public go-github-com-cyberdelia-go-metrics-graphite
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-cyberdelia-go-metrics-graphite")
|
(name "go-github-com-cyberdelia-go-metrics-graphite")
|
||||||
|
@ -7931,29 +7931,6 @@ use one of our glamorous default themes.")
|
|||||||
It lets you parse and compare two semantic version strings.")
|
It lets you parse and compare two semantic version strings.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-coreos-go-systemd-activation
|
|
||||||
(package
|
|
||||||
(name "go-github-com-coreos-go-systemd-activation")
|
|
||||||
(version "0.0.0-20191104093116-d3cd4ed1dbcf")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/coreos/go-systemd")
|
|
||||||
(commit (go-version->git-ref version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"193mgqn7n4gbb8jb5kyn6ml4lbvh4xs55qpjnisaz7j945ik3kd8"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/coreos/go-systemd/activation"
|
|
||||||
#:unpack-path "github.com/coreos/go-systemd"))
|
|
||||||
(home-page "https://github.com/coreos/go-systemd")
|
|
||||||
(synopsis "Go bindings to systemd socket activation")
|
|
||||||
(description "Go bindings to systemd socket activation; for writing and
|
|
||||||
using socket activation from Go.")
|
|
||||||
(license license:asl2.0)))
|
|
||||||
|
|
||||||
(define-public go-github-com-emirpasic-gods
|
(define-public go-github-com-emirpasic-gods
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-emirpasic-gods")
|
(name "go-github-com-emirpasic-gods")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user