diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-19 12:06:18 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-19 15:13:12 +0100 |
commit | c551e406a75273583ae3fef92f32468f905cc07f (patch) | |
tree | d3b635b4b66239324ca1e7512368a589515d9458 | |
parent | debd03323f190bd214b0ab50aa3ec833d9766912 (diff) | |
download | guix-c551e406a75273583ae3fef92f32468f905cc07f.tar guix-c551e406a75273583ae3fef92f32468f905cc07f.tar.gz |
gnu: Remove go-github-com-coreos-go-systemd-activation.
* gnu/packages/golang-xyz.scm (go-github-com-coreos-go-systemd-activation): Delete variable.
Change-Id: I99ad61afe6bc7dcfad9adbef33f3c70438f925b0
-rw-r--r-- | gnu/packages/golang-xyz.scm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index dc2d55ba15..67994cec51 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -957,29 +957,6 @@ submodules: @end itemize") (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-cskr-pubsub (package (name "go-github-com-cskr-pubsub") |