2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/electronics.scm
AgeCommit message (Expand)Author
2023-09-25gnu: sigrok-firmware-fx2lafw: Update to 0.1.7-1.96b0b47....This brings in eight commits[0] that improve the software in small ways, most importantly allowing it to build with the latest version of SDCC, 4.3.0 (patches to follow). Note the project's last formal release was in 2019. [0] http://sigrok.org/gitweb/?p=sigrok-firmware-fx2lafw.git;a=shortlog;h=96b0b47 * gnu/packages/electronics.scm (sigrok-firmware-fx2lafw): Update to 0.1.7-1.96b0b47. [source]: Switch to git-fetch. [native-inputs]: Add autoconf, automake. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South
2023-09-25gnu: sigrok-firmware-fx2lafw: Explicitly disable tests....* gnu/packages/electronics.scm (sigrok-firmware-fx2lafw)[arguments]: Add with #:tests?. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South
2023-09-25gnu: sigrok-firmware-fx2lafw: Adjust format....* gnu/packages/electronics.scm (sigrok-firmware-fx2lafw): Move build-system above native-inputs. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South
2023-09-25gnu: sigrok-firmware-fx2lafw: Remove input labels....* gnu/packages/electronics.scm (sigrok-firmware-fx2lafw)[native-inputs]: Remove input labels. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South
2023-09-25gnu: sigrok-firmware-fx2lafw: Rely on implicit inputs....This effectively reverts commit 79f0bd7, "gnu: sigrok-firmware-fx2lafw: Fix build." * gnu/packages/electronics.scm (sigrok-firmware-fx2lafw)[arguments]: Remove with #:implicit-inputs?. [native-inputs]: Remove all but sdcc. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South
2023-08-27gnu: libsigrokdecode: Update to 0.5.3-0.e6962b3, fix build....* gnu/packages/electronics.scm (libsigrokdecode): Update to 0.5.3-0.e6962b3. [source]: Use git-fetch. Remove patches. [native-inputs]: Add libtool. [arguments]<#:phases>: Remove bootstrap phase. * gnu/packages/patches/libsigrokdecode-python3.9-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Unregister it. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Lu Hui
2023-04-23gnu: Add minipro....* gnu/packages/electronics.scm (minipro): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Thomas Albers
2023-04-14gnu: openboardview: Use imgui-1.87....* gnu/packages/electronics.scm (openboardview) [inputs]: Downgrade imgui to version 1.87. Maxim Cournoyer
2023-04-14gnu: utf8-h: Install header under include/utf8 prefix....This is to standardize with the usage of the library in the package's only current user, OpenBoardView. It also matches the installation layout of the Arch package, which is made by its author. * gnu/packages/c.scm (utf8-h) [arguments]: Use gexps. Adjust installation prefix to 'include/utf8' in install phase. * gnu/packages/electronics.scm (openboardview) [arguments]: Delete fix-utf8-include-directive phase. Maxim Cournoyer
2023-04-14gnu: openboardview: Update home page....* gnu/packages/electronics.scm (openboardview) [home-page]: Update URL. Maxim Cournoyer
2023-04-14gnu: openboardview: Update to 9.95.0....* gnu/packages/electronics.scm (openboardview): Update to 9.95.0. [source]: Apply patch. [arguments]: Update fix-utf8-include-directive phase. [inputs]: Add orangeduck-mpc. * gnu/packages/patches/openboardview-use-system-mpc.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Maxim Cournoyer
2023-04-14gnu: openboardview: Update to 9.0.3....* gnu/packages/electronics.scm (openboardview): Update to 9.0.3. [source](patches): Remove obsolete patch. * gnu/packages/patches/openboardview-use-system-utf8.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Marius Bakke