summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-08 19:13:27 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:47:44 +0000
commit4fd5007c05484086464a320cbb32b09bba67b0af (patch)
tree0893711c2cba2629787e501de9b49c5b4b927f6d /gnu/packages/golang.scm
parent97ea9da58ed5db78da74ec345f603d835cd91a57 (diff)
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
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e7791f996f..96e5a2d97f 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2479,28 +2479,6 @@ Looks for an identical word on a list of words, if none is found, look for a
similar word.")
(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
(let ((commit "22d247e5366095f491cd83edf779ee99a78f5ead")
(revision "0"))