mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-containerd-btrfs-v2.
* gnu/packages/golang-xyz.scm (go-github-com-containerd-btrfs-v2): New variable. Change-Id: I47c8158ad6cb24e9dd56c02b2d64d498491848e4
This commit is contained in:
parent
6d0f8af0f4
commit
519f643636
1 changed files with 27 additions and 0 deletions
|
@ -2566,6 +2566,33 @@ locale can be selected.")
|
||||||
the Go language features.")
|
the Go language features.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-containerd-btrfs-v2
|
||||||
|
(package
|
||||||
|
(name "go-github-com-containerd-btrfs-v2")
|
||||||
|
(version "2.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/containerd/btrfs")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "05xwni5gvg5nka1n6lbx7mah0iykz2jw7ca010r33djcn4i8r5bs"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/containerd/btrfs/v2"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-golang-org-x-sys))
|
||||||
|
(home-page "https://github.com/containerd/btrfs")
|
||||||
|
(synopsis "Btrfs bindings for Go")
|
||||||
|
(description
|
||||||
|
"Package btrfs provides bindings for working with btrfs partitions from
|
||||||
|
Go. The Linux kernel headers are only required on compilation time, not on
|
||||||
|
run time.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-containerd-cgroups
|
(define-public go-github-com-containerd-cgroups
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-containerd-cgroups")
|
(name "go-github-com-containerd-cgroups")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue