mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-pkg-xattr: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-pkg-xattr): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I4dd02064c98ab0534c2a76e6e709bc1a48089213
This commit is contained in:
parent
8be844b517
commit
f4fac34440
2 changed files with 31 additions and 30 deletions
|
@ -10031,6 +10031,37 @@ Pion}.")
|
||||||
"This package provides a Go library to create and print diffs.")
|
"This package provides a Go library to create and print diffs.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public go-github-com-pkg-xattr
|
||||||
|
(package
|
||||||
|
(name "go-github-com-pkg-xattr")
|
||||||
|
(version "0.4.10")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/pkg/xattr")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0rxvfiwgd0z9alj4n8jympmyi68zh1swf3siim8r2h01nm4i0vqh"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/pkg/xattr"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-golang-org-x-sys))
|
||||||
|
(home-page "https://github.com/pkg/xattr")
|
||||||
|
(synopsis "Support for extended file system attributes")
|
||||||
|
(description
|
||||||
|
"Package xattr provides support for extended attributes on Linux, Darwin
|
||||||
|
and FreeBSD. Extended attributes are name:value pairs permanently associated
|
||||||
|
with files or directories. They are similar to the environment strings
|
||||||
|
associated with a process. An attribute may be defined or undefined. If
|
||||||
|
defined, its value may be empty or non-empty. You can find more details here:
|
||||||
|
@@url{https://en.wikipedia.org/wiki/Extended_file_attributes,
|
||||||
|
https://en.wikipedia.org/wiki/Extended_file_attributes}.")
|
||||||
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public go-github-com-polydawn-refmt
|
(define-public go-github-com-polydawn-refmt
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-polydawn-refmt")
|
(name "go-github-com-polydawn-refmt")
|
||||||
|
|
|
@ -1367,36 +1367,6 @@ the first isn't available.
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-pkg-xattr
|
|
||||||
(package
|
|
||||||
(name "go-github-com-pkg-xattr")
|
|
||||||
(version "0.4.10")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/pkg/xattr")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0rxvfiwgd0z9alj4n8jympmyi68zh1swf3siim8r2h01nm4i0vqh"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/pkg/xattr"))
|
|
||||||
(native-inputs (list go-golang-org-x-sys))
|
|
||||||
(home-page "https://github.com/pkg/xattr")
|
|
||||||
(synopsis "Support for extended file system attributes")
|
|
||||||
(description
|
|
||||||
"Package xattr provides support for extended attributes on Linux, Darwin and
|
|
||||||
FreeBSD. Extended attributes are name:value pairs permanently associated with
|
|
||||||
files or directories. They are similar to the environment strings associated with
|
|
||||||
a process. An attribute may be defined or undefined. If defined, its value may
|
|
||||||
be empty or non-empty. You can find more details here:
|
|
||||||
@@url{https://en.wikipedia.org/wiki/Extended_file_attributes,
|
|
||||||
https://en.wikipedia.org/wiki/Extended_file_attributes}
|
|
||||||
.")
|
|
||||||
(license license:bsd-2)))
|
|
||||||
|
|
||||||
(define-public go-github-com-schachmat-ingo
|
(define-public go-github-com-schachmat-ingo
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-schachmat-ingo")
|
(name "go-github-com-schachmat-ingo")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue