mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: go-github-com-cli-safeexec: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-cli-safeexec): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ib58339d2e0658deec2c4f191b201d007b73f6380
This commit is contained in:
parent
97ea9da58e
commit
4fd5007c05
2 changed files with 24 additions and 22 deletions
|
@ -2845,6 +2845,30 @@ levels that works by wrapping the standard @code{log} library.")
|
||||||
dependencies and is intended to be used in long running processes.")
|
dependencies and is intended to be used in long running processes.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-cli-safeexec
|
||||||
|
(package
|
||||||
|
(name "go-github-com-cli-safeexec")
|
||||||
|
(version "1.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/cli/safeexec")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0j6hspjx9kyxn98nbisawx6wvbi1d6rpzr6p2rzhllm673wibwr3"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/cli/safeexec"))
|
||||||
|
(home-page "https://github.com/cli/safeexec")
|
||||||
|
(synopsis "Safe implementation of Go's exec.Command")
|
||||||
|
(description
|
||||||
|
"This package provides a Go module that provides a stabler alternative to
|
||||||
|
@code{exec.LookPath()}.")
|
||||||
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public go-github-com-client9-misspell
|
(define-public go-github-com-client9-misspell
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-client9-misspell")
|
(name "go-github-com-client9-misspell")
|
||||||
|
|
|
@ -2479,28 +2479,6 @@ Looks for an identical word on a list of words, if none is found, look for a
|
||||||
similar word.")
|
similar word.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github-com-cli-safeexec
|
|
||||||
(package
|
|
||||||
(name "go-github-com-cli-safeexec")
|
|
||||||
(version "1.0.1")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/cli/safeexec")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0j6hspjx9kyxn98nbisawx6wvbi1d6rpzr6p2rzhllm673wibwr3"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/cli/safeexec"))
|
|
||||||
(home-page "https://github.com/cli/safeexec")
|
|
||||||
(synopsis "Safe implementation of Go's exec.Command")
|
|
||||||
(description "This package provides a Go module that provides a stabler
|
|
||||||
alternative to @@code{exec.LookPath()}.")
|
|
||||||
(license license:bsd-2)))
|
|
||||||
|
|
||||||
(define-public go-github-com-stevedonovan-luar
|
(define-public go-github-com-stevedonovan-luar
|
||||||
(let ((commit "22d247e5366095f491cd83edf779ee99a78f5ead")
|
(let ((commit "22d247e5366095f491cd83edf779ee99a78f5ead")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue