mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-kardianos-minwinsvc: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-kardianos-minwinsvc): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Iba04b2b29011afe7b53f1e00062604ae42121650
This commit is contained in:
parent
788c37bca9
commit
ddf0505f60
2 changed files with 27 additions and 26 deletions
|
@ -8136,6 +8136,33 @@ ansi.")
|
||||||
customized globally.")
|
customized globally.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
;; Some packages (Yggdrasil) need it to compile it's a tiny package and it's
|
||||||
|
;; easier to bundle it than to patch it out.
|
||||||
|
(define-public go-github-com-kardianos-minwinsvc
|
||||||
|
(package
|
||||||
|
(name "go-github-com-kardianos-minwinsvc")
|
||||||
|
(version "1.0.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/kardianos/minwinsvc")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "02k2vibmm65bzkdjpmllphvq88wwyz3m02lbz8bffcpxjad2453v"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/kardianos/minwinsvc"))
|
||||||
|
(home-page "https://github.com/kardianos/minwinsvc/")
|
||||||
|
(synopsis "Minimal windows only service stub for Go")
|
||||||
|
(description
|
||||||
|
"Go programs designed to run from most *nix style operating systems can
|
||||||
|
import this package to enable running programs as services without modifying
|
||||||
|
them.")
|
||||||
|
(license license:zlib)))
|
||||||
|
|
||||||
(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")
|
||||||
|
|
|
@ -3154,32 +3154,6 @@ system.")
|
||||||
deleting secrets from the system keyring.")
|
deleting secrets from the system keyring.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-kardianos-minwinsvc
|
|
||||||
(package
|
|
||||||
(name "go-github-com-kardianos-minwinsvc")
|
|
||||||
(version "1.0.2")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/kardianos/minwinsvc")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"02k2vibmm65bzkdjpmllphvq88wwyz3m02lbz8bffcpxjad2453v"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/kardianos/minwinsvc"))
|
|
||||||
(home-page "https://github.com/kardianos/minwinsvc/")
|
|
||||||
;; some packages (Yggdrasil) need it to compile
|
|
||||||
;; it's a tiny package and it's easier to bundle it than to patch it out
|
|
||||||
(synopsis "Minimal windows only service stub for Go")
|
|
||||||
(description "Go programs designed to run from most *nix style operating
|
|
||||||
systems can import this package to enable running programs as services without
|
|
||||||
modifying them.")
|
|
||||||
(license license:zlib)))
|
|
||||||
|
|
||||||
(define-public go-github-com-akosmarton-papipes
|
(define-public go-github-com-akosmarton-papipes
|
||||||
(let ((commit "3c63b4919c769c9c2b2d07e69a98abb0eb47fe64")
|
(let ((commit "3c63b4919c769c9c2b2d07e69a98abb0eb47fe64")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue