summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-12-21 23:44:09 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:42:13 +0000
commit5f6cc183a226e81366c8ba317d3fd74e5ccf403f (patch)
treea90705814b9163079eaf259a27f6ec59b27bd8c2 /gnu/packages/golang.scm
parent3464b38a75687f5c4631804cd8e0aec6583958c4 (diff)
gnu: go-github-com-go-git-gcfg: Move to golang-vcs.
* gnu/packages/golang.scm (go-github-com-go-git-gcfg): Move from here ... * gnu/packages/golang-vcs.scm: ... to here. Add goalng-xyz module. Change-Id: I218c5e5c663ea5ba54cef9f26fec95912bbcac34
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm27
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 5725dfc2b4..fdce0bc7a0 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4871,33 +4871,6 @@ use one of our glamorous default themes.")
"A simple, efficient spring animation library for smooth, natural motion.")
(license license:expat)))
-(define-public go-github-com-go-git-gcfg
- (package
- (name "go-github-com-go-git-gcfg")
- (version "1.5.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/go-git/gcfg")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1lb14z4j35pwz2b2rbykkpsq515spwbndb00gwn2xlrzn949xb83"))))
- (arguments
- (list
- #:import-path "github.com/go-git/gcfg"
- ;; pass; got 10, error <nil>
- ;; failed to parse "a" as int: expected integer; *ptr==0
- #:test-flags #~(list "-skip" "TestParseInt|TestScanFully")))
- (native-inputs
- (list go-gopkg-in-warnings-v0 go-github-com-pkg-errors))
- (build-system go-build-system)
- (home-page "https://github.com/go-git/gcfg/")
- (synopsis "Gcfg reads INI-style configuration files into Go structs")
- (description "Gcfg reads INI-style configuration files into Go structs.")
- (license license:bsd-3)))
-
(define-public go-github-com-jba-templatecheck
(package
(name "go-github-com-jba-templatecheck")