diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-05-07 22:19:35 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-05-07 23:18:47 +0100 |
commit | 072b06f2f3751b493c8401b666a71618f3e937e6 (patch) | |
tree | 5dca31807aeb9d7dd5f4a16a6df912aa25a240be /gnu/packages/golang.scm | |
parent | 9716914d4e4c1ba1cb99c3ed2b36b3cbf5ed14cd (diff) | |
download | guix-072b06f2f3751b493c8401b666a71618f3e937e6.tar.gz guix-072b06f2f3751b493c8401b666a71618f3e937e6.zip |
gnu: go-git-sr-ht-sircmpwn-getopt: Move to golang-xyz.
* gnu/packages/golang.scm (go-git-sr-ht-sircmpwn-getopt): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: Ic53ec6828f7389326191b659dd16b623e6d1af43
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 3d119b4221..e9fbcf70e0 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -8402,30 +8402,6 @@ provides an API similar to that of NET/HTTP to facilitate the development of Gemini clients and servers.") (license license:expat))) -(define-public go-git-sr-ht-sircmpwn-getopt - (package - (name "go-git-sr-ht-sircmpwn-getopt") - (version "1.0.0") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://git.sr.ht/~sircmpwn/getopt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0f9rammnmhaz21qkmz7qf76r8jlzi323g05ps3j7gwrxlw7442a6")))) - (build-system go-build-system) - (arguments - (list #:import-path "git.sr.ht/~sircmpwn/getopt")) - (propagated-inputs (list go-github-com-stretchr-testify)) - (home-page "https://git.sr.ht/~sircmpwn/getopt") - (synopsis "POSIX getopt for Go") - (description - "This package provides a POSIX-compatible implementation of -@code{getopt} for Go.") - (license license:bsd-3))) - (define-public gofumpt (package (name "gofumpt") |