mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
e451dbf661
commit
d0221f489c
1 changed files with 18 additions and 0 deletions
|
@ -15547,6 +15547,24 @@ levels per backend and logger.")
|
||||||
information for all OCI projects.")
|
information for all OCI projects.")
|
||||||
(license license:asl2.0)))
|
(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
|
(define-public go-github-com-opencontainers-go-digest
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-opencontainers-go-digest")
|
(name "go-github-com-opencontainers-go-digest")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue