From 11bc232176268d4733ae29d0a0f8afa19e8ab782 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 10 Jan 2025 20:35:31 +0000 Subject: gnu: go-github-com-kardianos: Move to golang-xyz. * gnu/packages/golang.scm (go-github-com-kardianos): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I60104783d67bcb00c2b16069611a72113ec163d3 --- gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'gnu/packages/golang-xyz.scm') diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 5fbd472233..e0a069b643 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -8410,6 +8410,31 @@ (define-public go-github-com-kardianos-minwinsvc them.") (license license:zlib))) +(define-public go-github-com-kardianos-osext + (package + (name "go-github-com-kardianos-osext") + (version "0.0.0-20190222173326-2bc1f35cddc0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/kardianos/osext") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1pvrbrvmrf4mx0fxbfaphbzgqgwn8v6lkfk2vyrs0znxrs1xyc5r")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/kardianos/osext")) + (home-page "https://github.com/kardianos/osext") + (synopsis "Find the running executable") + (description + "Osext provides a method for finding the current executable file that is +running. This can be used for upgrading the current executable or finding +resources located relative to the executable file.") + (license license:bsd-3))) + (define-public go-github-com-kardianos-service (package (name "go-github-com-kardianos-service") -- cgit v1.2.3