diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2018-11-04 23:31:08 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2018-11-04 23:33:24 +0100 |
commit | 97b7b96efc2a65f2805567191237451b34e4d966 (patch) | |
tree | 939bd337517d8694509651b0ed8458ccd4b755aa /gnu | |
parent | 30012b74088dccbb602e3592c61a5718fc5e5524 (diff) | |
download | patches-97b7b96efc2a65f2805567191237451b34e4d966.tar patches-97b7b96efc2a65f2805567191237451b34e4d966.tar.gz |
gnu: go-github-com-urfave-cli: Remove duplicate declaration.
* gnu/packages/golang.scm (go-github-com-urfave-cli): Remove duplicate declaration.
Diffstat (limited to 'gnu')
-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 82e8173210..e49372d435 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1572,31 +1572,6 @@ Features include: optimized for performance yet simple to use.") (license license:expat)))) -(define-public go-github-com-urfave-cli - (let ((commit "cfb38830724cc34fedffe9a2a29fb54fa9169cd1") - (revision "0")) - (package - (name "go-github-com-urfave-cli") - (version (git-version "0.0.0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/urfave/cli.git") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0y6f4sbzkiiwrxbl15biivj8c7qwxnvm3zl2dd3mw4wzg4x10ygj")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/urfave/cli")) - (home-page "https://github.com/urfave/cli") - (synopsis "Library for building command-line interfaces in Go") - (description "This package provides a library for building command-line -interfaces in Go.") - (license license:expat)))) - (define-public go-github-com-blang-semver (let ((commit "60ec3488bfea7cca02b021d106d9911120d25fe9") (revision "0")) |