diff options
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index a5c4637d02..799dca5c91 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2067,31 +2067,6 @@ be performed.") (description "Go wrapper for taglib") (license license:unlicense)))) -(define-public go-github-com-sabhiram-go-gitignore - (package - (name "go-github-com-sabhiram-go-gitignore") - (version "0.0.0-20210923224102-525f6e181f06") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sabhiram/go-gitignore") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "197giv3snczvbihzvkja5pq53yw5fc516rnjm71hni8gawb8jmh3")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/sabhiram/go-gitignore")) - (native-inputs - (list go-github-com-stretchr-testify)) - (home-page "https://github.com/sabhiram/go-gitignore") - (synopsis "Gitignore parser for Go") - (description "A @command{.gitignore} parser for Go.") - (license license:expat))) - (define-public go-github-com-go-md2man (package (name "go-github-com-go-md2man") |