aboutsummaryrefslogtreecommitdiff
path: root/m4
ModeNameSize
-rw-r--r--guix.m416418logplainabout
Change-Id: I04afbd03be63a9e89456a9d5349c36e5928c80f9 Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Artyom V. Poptsov 2024-06-11gnu: wally-cli: Fix build....Reported by Christopher Baines <mail@cbaines.net> in <https://lists.gnu.org/archive/html/guix-devel/2024-06/msg00112.html>. * gnu/packages/flashing-tools.scm (wally-cli) [arguments]: <#:phases>: Add 'fix-module-name phase. Change-Id: I106c0412a9d05f65d25d3e3d620e1152cc5c8a2c Sharlatan Hellseher 2024-06-11gnu: wally-cli: Fix reference to go-gopkg-in-cheggaaa-pb-v1....As this was renamed in 2ef0e4bce1f5b4c3b59cfa944e971a3f31afd2d2. * 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 Christopher Baines 2024-05-31gnu: avrdude: Update to 7.3....* gnu/packages/flashing-tools.scm (avrdude): Update to 7.3. [source]: Set to "https://github.com/avrdudes/avrdude/" as the project repository moved to GitHub. [build-system]: Use "cmake-build-system". [arguments]: Disable tests as there are none. [description]: Improve formatting. Change-Id: I835563a6301d01089a9bfc2b1c3eb5050c4adb8f Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov 2024-05-17gnu: 0xffff: Update to 0.10....* gnu/packages/flashing-tools.scm (0xffff): Update to 0.10. [arguments]: Use gexps. Change-Id: Ifb54578deb016a88e6314ecb7d16966c9294d7b3 Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Artyom V. Poptsov 2024-03-29gnu: packages: flashing-tools: Sort use-module alphabetically....* gnu/packages/flashing-tools.scm: Sort use-module alphabetically to ease maintenance. Change-Id: I5d3743586c0f3c455ab8122ba954667daaae6794 Sharlatan Hellseher 2024-03-29gnu: Add wally-cli....* gnu/packages/flashing-tools.scm (wally-cli): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I43f495c2251acf38db72d59c449700899a252671 Martin Becze