mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
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
This commit is contained in:
parent
d7f4315446
commit
11bc232176
2 changed files with 25 additions and 23 deletions
|
@ -8410,6 +8410,31 @@ import this package to enable running programs as services without modifying
|
||||||
them.")
|
them.")
|
||||||
(license license:zlib)))
|
(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
|
(define-public go-github-com-kardianos-service
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-kardianos-service")
|
(name "go-github-com-kardianos-service")
|
||||||
|
|
|
@ -1982,29 +1982,6 @@ information about the resource usage and performance characteristics of running
|
||||||
containers.")
|
containers.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
(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
|
|
||||||
`(#:import-path "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.")
|
|
||||||
(home-page "https://github.com/kardianos/osext")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public go-github-com-aarzilli-golua
|
(define-public go-github-com-aarzilli-golua
|
||||||
(let ((commit "03fc4642d792b1f2bc5e7343b403cf490f8c501d")
|
(let ((commit "03fc4642d792b1f2bc5e7343b403cf490f8c501d")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue