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) | |
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 82e81732104..e49372d4354 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm | |||
| @@ -1572,31 +1572,6 @@ Features include: | |||
| 1572 | optimized for performance yet simple to use.") | 1572 | optimized for performance yet simple to use.") |
| 1573 | (license license:expat)))) | 1573 | (license license:expat)))) |
| 1574 | 1574 | ||
| 1575 | (define-public go-github-com-urfave-cli | ||
| 1576 | (let ((commit "cfb38830724cc34fedffe9a2a29fb54fa9169cd1") | ||
| 1577 | (revision "0")) | ||
| 1578 | (package | ||
| 1579 | (name "go-github-com-urfave-cli") | ||
| 1580 | (version (git-version "0.0.0" revision commit)) | ||
| 1581 | (source | ||
| 1582 | (origin | ||
| 1583 | (method git-fetch) | ||
| 1584 | (uri (git-reference | ||
| 1585 | (url "https://github.com/urfave/cli.git") | ||
| 1586 | (commit commit))) | ||
| 1587 | (file-name (git-file-name name version)) | ||
| 1588 | (sha256 | ||
| 1589 | (base32 | ||
| 1590 | "0y6f4sbzkiiwrxbl15biivj8c7qwxnvm3zl2dd3mw4wzg4x10ygj")))) | ||
| 1591 | (build-system go-build-system) | ||
| 1592 | (arguments | ||
| 1593 | '(#:import-path "github.com/urfave/cli")) | ||
| 1594 | (home-page "https://github.com/urfave/cli") | ||
| 1595 | (synopsis "Library for building command-line interfaces in Go") | ||
| 1596 | (description "This package provides a library for building command-line | ||
| 1597 | interfaces in Go.") | ||
| 1598 | (license license:expat)))) | ||
| 1599 | |||
| 1600 | (define-public go-github-com-blang-semver | 1575 | (define-public go-github-com-blang-semver |
| 1601 | (let ((commit "60ec3488bfea7cca02b021d106d9911120d25fe9") | 1576 | (let ((commit "60ec3488bfea7cca02b021d106d9911120d25fe9") |
| 1602 | (revision "0")) | 1577 | (revision "0")) |
