diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-10-15 10:18:18 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-10-15 10:18:38 +0200 |
| commit | cc6b41f168074cda034a988fffa3c447b3abea26 (patch) | |
| tree | b96c0749609e9ddd9a475a808fcd3b256f46c013 /gnu | |
| parent | 8fcaf10c383b7649a42c4607817c7cc72fbd5b85 (diff) | |
gnu: Remove wally-cli.
* gnu/packages/flashing-tools.scm (wally-cli): Delete variable.
Fixes: guix/guix#2693
Change-Id: I6aa67fa11d5be12cc81de0e14f91e180d044d170
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/flashing-tools.scm | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm index d1ee23dc80e..87d48843d5f 100644 --- a/gnu/packages/flashing-tools.scm +++ b/gnu/packages/flashing-tools.scm | |||
| @@ -760,53 +760,6 @@ formats, and can perform many different manipulations.") | |||
| 760 | It can be used to upload images to I.MX SoC's using at least their boot ROM.") | 760 | It can be used to upload images to I.MX SoC's using at least their boot ROM.") |
| 761 | (license license:bsd-3))) | 761 | (license license:bsd-3))) |
| 762 | 762 | ||
| 763 | (define-public wally-cli | ||
| 764 | ;; Version with updated dependencies is not released yet, see | ||
| 765 | ;; <https://github.com/zsa/wally-cli/pull/7>. | ||
| 766 | (let ((commit "b0fafe52cc7fb9d55f2b968d4548c99917c7325c") | ||
| 767 | (revision "0")) | ||
| 768 | (package | ||
| 769 | (name "wally-cli") | ||
| 770 | (version (git-version "2.0.1" revision commit)) | ||
| 771 | (source | ||
| 772 | (origin | ||
| 773 | (method git-fetch) | ||
| 774 | (uri (git-reference | ||
| 775 | (url "https://github.com/zsa/wally-cli") | ||
| 776 | (commit commit))) | ||
| 777 | (sha256 | ||
| 778 | (base32 "09phq2g51x7rlalzb87aqf48p3j4s7s5jdf5vdf48l9805hi2yha")) | ||
| 779 | (file-name (git-file-name name version)))) | ||
| 780 | (build-system go-build-system) | ||
| 781 | (arguments | ||
| 782 | (list | ||
| 783 | #:install-source? #f | ||
| 784 | #:import-path "github.com/zsa/wally-cli" | ||
| 785 | #:phases | ||
| 786 | #~(modify-phases %standard-phases | ||
| 787 | ;; XXX: Upstream Golang module name was changed from | ||
| 788 | ;; <gopkg.in/cheggaaa/pb.v1> to <github.com/cheggaaa/pb>, adjust | ||
| 789 | ;; references to it accordingly. Remove it in the new release of | ||
| 790 | ;; the package. | ||
| 791 | (add-after 'unpack 'fix-module-name | ||
| 792 | (lambda* (#:key import-path #:allow-other-keys) | ||
| 793 | (with-directory-excursion (string-append "src/" import-path) | ||
| 794 | (substitute* "main.go" | ||
| 795 | (("gopkg.in/cheggaaa/pb.v1") "github.com/cheggaaa/pb")))))))) | ||
| 796 | (native-inputs | ||
| 797 | (list go-github-com-briandowns-spinner | ||
| 798 | go-github-com-google-gousb | ||
| 799 | go-github-com-logrusorgru-aurora | ||
| 800 | go-github-com-marcinbor85-gohex | ||
| 801 | go-github-com-cheggaaa-pb | ||
| 802 | pkg-config)) | ||
| 803 | (home-page "https://ergodox-ez.com/pages/wally") | ||
| 804 | (synopsis "Flashing tool for ZSA keyboards") | ||
| 805 | (description | ||
| 806 | "This tool is for flashing custom layouts to | ||
| 807 | @url{https://ergodox-ez.com/,ZSA keyboards}.") | ||
| 808 | (license license:expat)))) | ||
| 809 | |||
| 810 | (define-public wlink | 763 | (define-public wlink |
| 811 | (package | 764 | (package |
| 812 | (name "wlink") | 765 | (name "wlink") |
