diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2026-02-06 01:04:17 +0000 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-02-06 14:25:50 -0600 |
| commit | 2db7edab0f0ff8f0dadee86fde99c8a4a11e1713 (patch) | |
| tree | 685c53ee9030d135f0a425d473bfd7ee9478384b | |
| parent | a045f91c9e545cb7de7521da458a9898c62792b2 (diff) | |
gnu: Add go-github-com-vbauerster-mpb.
* gnu/packages/golang-xyz.scm (go-github-com-vbauerster-mpb): New variable.
Signed-off-by: jgart <jgart@dismail.de>
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 3bc694feb2a..7f42ebb203d 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com> | 17 | ;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com> |
| 18 | ;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com> | 18 | ;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com> |
| 19 | ;;; Copyright © 2020, 2021 raingloom <raingloom@riseup.net> | 19 | ;;; Copyright © 2020, 2021 raingloom <raingloom@riseup.net> |
| 20 | ;;; Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net> | 20 | ;;; Copyright © 2021, 2026 Arun Isaac <arunisaac@systemreboot.net> |
| 21 | ;;; Copyright © 2021 Collin J. Doering <collin@rekahsoft.ca> | 21 | ;;; Copyright © 2021 Collin J. Doering <collin@rekahsoft.ca> |
| 22 | ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net> | 22 | ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net> |
| 23 | ;;; Copyright © 2021 Guix Together <jgart@dismail.de> | 23 | ;;; Copyright © 2021 Guix Together <jgart@dismail.de> |
| @@ -1618,6 +1618,32 @@ use case for these are for command-line applications but alternate progress | |||
| 1618 | bar writers can be supplied for alternate environments.") | 1618 | bar writers can be supplied for alternate environments.") |
| 1619 | (license license:expat))) | 1619 | (license license:expat))) |
| 1620 | 1620 | ||
| 1621 | (define-public go-github-com-vbauerster-mpb | ||
| 1622 | (package | ||
| 1623 | (name "go-github-com-vbauerster-mpb") | ||
| 1624 | (version "8.11.3") | ||
| 1625 | (source | ||
| 1626 | (origin | ||
| 1627 | (method git-fetch) | ||
| 1628 | (uri (git-reference | ||
| 1629 | (url "https://github.com/vbauerster/mpb") | ||
| 1630 | (commit (string-append "v" version)))) | ||
| 1631 | (file-name (git-file-name name version)) | ||
| 1632 | (sha256 | ||
| 1633 | (base32 "0zq7k0jpi8322n6f2kgygxlbldnan0x57ifyhhja74q6vlqjp1k8")))) | ||
| 1634 | (build-system go-build-system) | ||
| 1635 | (arguments | ||
| 1636 | (list #:import-path "github.com/vbauerster/mpb")) | ||
| 1637 | (propagated-inputs (list go-github-com-acarl005-stripansi | ||
| 1638 | go-github-com-mattn-go-runewidth | ||
| 1639 | go-github-com-vividcortex-ewma | ||
| 1640 | go-golang-org-x-sys)) | ||
| 1641 | (home-page "https://github.com/vbauerster/mpb") | ||
| 1642 | (synopsis "Multi progress bar for Go CLI applications") | ||
| 1643 | (description "mpb is a Go library for rendering progress bars in terminal | ||
| 1644 | applications.") | ||
| 1645 | (license license:unlicense))) | ||
| 1646 | |||
| 1621 | (define-public go-github-com-anacrolix-dms | 1647 | (define-public go-github-com-anacrolix-dms |
| 1622 | (package | 1648 | (package |
| 1623 | (name "go-github-com-anacrolix-dms") | 1649 | (name "go-github-com-anacrolix-dms") |
