From 592b14483695decd45d0784ec14debd062b48664 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 14 Feb 2024 22:41:37 +0000 Subject: 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 --- gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++ gnu/packages/golang.scm | 23 ----------------------- 2 files changed, 24 insertions(+), 23 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index f324624f48..5673324fc5 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2023 Katherine Cox-Buday ;;; Copyright © 2023 Sharlatan Hellseher ;;; Copyright © 2023 Thomas Ieong +;;; Copyright © 2023 Timo Wilken ;;; Copyright © 2024 Artyom V. Poptsov ;;; ;;; This file is part of GNU Guix. @@ -207,6 +208,29 @@ (define-public go-github-com-burntsushi-toml similar to Go's standard library @code{json} and @code{xml} package.") (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 (package (name "go-github-com-cyberdelia-go-metrics-graphite") diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 25e9715c79..05989bf287 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -7931,29 +7931,6 @@ (define-public go-github-com-coreos-go-semver It lets you parse and compare two semantic version strings.") (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 (package (name "go-github-com-emirpasic-gods") -- cgit v1.2.3