diff options
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index ec788fc062..4e7a0f3c1d 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1236,28 +1236,6 @@ form that bypasses network filtering, allowing the application to work on networks where it would otherwise be blocked or heavily throttled.") (license license:expat))) -(define-public go-github-com-schachmat-ingo - (package - (name "go-github-com-schachmat-ingo") - (version "0.0.0-20170403011506-a4bdc0729a3f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/schachmat/ingo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gw0kddy7jh3467imsqni86cf9yq7k6vpfc0ywkbwj0zsjsdgd49")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/schachmat/ingo")) - (home-page "https://github.com/schachmat/ingo") - (synopsis "Go library to persist flags in a INI-like configuration file") - (description - "Ingo is a Go library helping you to persist flags in a INI-like -configuration file.") - (license license:isc))) - (define-public go-github-com-mufti1-interconv (let ((commit "d7c72925c6568d60d361757bb9f2d252dcca745c") (revision "0")) |