summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-22 22:48:48 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-22 16:07:27 +0100
commitd0221f489c61cf28dfb23cd803d29c0533e333b1 (patch)
tree5c20bef2596fc42859745a95b4edaec75877ef29
parente451dbf6616292176cad3686f521b8a9da5d53a7 (diff)
gnu: Add go-github-com-opencontainers-cgroups-0.0.1.
* gnu/packages/golang-xyz.scm (go-github-com-opencontainers-cgroups-0.0.1): New variable. Change-Id: I0d7dba1a52fcb421f97f503fdb815e6c03a91077
-rw-r--r--gnu/packages/golang-xyz.scm18
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 63546c6214..4c4a2f2877 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15547,6 +15547,24 @@ levels per backend and logger.")
information for all OCI projects.")
(license license:asl2.0)))
+;; For runc@1.3.0, remove when a fresh version is released.
+(define-public go-github-com-opencontainers-cgroups-0.0.1
+ (hidden-package
+ (package
+ (inherit go-github-com-opencontainers-cgroups)
+ (name "go-github-com-opencontainers-cgroups")
+ (version "0.0.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/opencontainers/cgroups")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "173izkgmh33chamkn099gkvz914k726hbv8xhf0xl1rcrv335sa5")))))))
+
(define-public go-github-com-opencontainers-go-digest
(package
(name "go-github-com-opencontainers-go-digest")