mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: wally-cli: Fix reference to go-gopkg-in-cheggaaa-pb-v1.
As this was renamed in 2ef0e4bce1
.
* gnu/packages/flashing-tools.scm (wally-cli)[native-inputs]: Change
go-gopkg-in-cheggaaa-pb-v1 to go-github-com-cheggaaa-pb.
Change-Id: I7f7764f4e9e9d91381b230d49ed32b549e987828
This commit is contained in:
parent
914cf4ab02
commit
520d85bad4
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ (define-public wally-cli
|
|||
go-github-com-google-gousb
|
||||
go-github-com-logrusorgru-aurora
|
||||
go-github-com-marcinbor85-gohex
|
||||
go-gopkg-in-cheggaaa-pb-v1
|
||||
go-github-com-cheggaaa-pb
|
||||
pkg-config))
|
||||
(home-page "https://ergodox-ez.com/pages/wally")
|
||||
(synopsis "Flashing tool for ZSA keyboards")
|
||||
|
|
Loading…
Reference in a new issue