aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gimp.scm
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2024-08-23 20:18:50 +0000
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-28 08:03:20 +0800
commitae98caf5bca3cab25bffd180929f4ecf7d7f1aa9 (patch)
tree606b9909a72dda2e3895202b3f697bef45ff3cd9 /gnu/packages/gimp.scm
parentf4c019e94794eacd4baec3e50e536dc573d7097e (diff)
downloadguix-ae98caf5bca3cab25bffd180929f4ecf7d7f1aa9.tar.gz
guix-ae98caf5bca3cab25bffd180929f4ecf7d7f1aa9.zip
gnu: ugrep: Update to 6.5.0.
* gnu/packages/search.scm (ugrep): Update to 6.5.0. Change-Id: Icfbd8874b7c668cae4c761ec21530ff1e3a0e041 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Diffstat (limited to 'gnu/packages/gimp.scm')
0 files changed, 0 insertions, 0 deletions
eader'>2023-09-30gnu: sdcc: Adjust format.Simon South * gnu/packages/embedded.scm (sdcc): Move arguments above inputs; punctuate comments consistently. [arguments]<#:configure-flags>: Move comment regarding GPUTILS to associated flags; add comment for "--disable-ucsim". [home-page]: Add trailing slash to URL. Signed-off-by: Christopher Baines <mail@cbaines.net> 2023-09-30gnu: sdcc: Update package style.Simon South * gnu/packages/embedded.scm (sdcc)[source]<snippet>: Use gexp; drop trailing #t. [arguments]: Use gexps. <#:phases>: Drop trailing #t from phase. Signed-off-by: Christopher Baines <mail@cbaines.net> 2023-09-28gnu: ucsim: Update to 0.8.0.Simon South * gnu/packages/embedded.scm (ucsim): Update to 0.8.0. [source]: Update source URI. [description]: Update. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2023-09-28gnu: ucsim: Move documentation to "doc" output.Simon South * gnu/packages/embedded.scm (ucsim)[arguments]<#:phases>: Expand "patch-makefiles" phase to set correct documentation-installation path. [outputs]: Add with "out", "doc". Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2023-09-28gnu: ucsim: Disable tests.Simon South * gnu/packages/embedded.scm (ucsim)[arguments]: Add #:tests?. [native-inputs]: Remove sdcc unconditionally. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2023-09-28gnu: ucsim: Use gexps.Simon South * gnu/packages/embedded.scm (ucsim)[arguments]: Use gexp. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2023-09-25gnu: embedded: Turn packages using top-level variables into procedures.Maxim Cournoyer Fixes <https://issues.guix.gnu.org/65716>. Before this change, simply adding the following import: modified gnu/packages/firmware.scm @@ -42,6 +42,7 @@ (define-module (gnu packages firmware) #:use-module (gnu packages admin) #:use-module (gnu packages autotools) #:use-module (gnu packages assembly) + #:use-module (gnu packages avr) #:use-module (gnu packages backup) #:use-module (gnu packages base) #:use-module (gnu packages bash) Would cause byte compilation and/or evaluation to fail due to a circular module dependency. * gnu/packages/embedded.scm: Add commentary. (gcc-arm-none-eabi-4.9, gcc-arm-none-eabi-6, newlib-arm-none-eabi) (newlib-nano-arm-none-eabi, gcc-arm-none-eabi-7-2018-q2-update) (newlib-arm-none-eabi-7-2018-q2-update) (newlib-nano-arm-none-eabi-7-2018-q2-update) (arm-none-eabi-toolchain-4.9, arm-none-eabi-nano-toolchain-4.9) (arm-none-eabi-toolchain-6, arm-none-eabi-nano-toolchain-6) (arm-none-eabi-toolchain-7-2018-q2-update, gdb-arm-none-eabi) (propeller-binutils, propeller-gcc-6, propeller-gcc-4) (propeller-gcc, propeller-toolchain, propeller-development-suite) (gcc-vc4): Turn into procedures, prefixing the procedure name with 'make-', and adjust all users. (make-libstdc++-arm-none-eabi) [arguments]: Avoid an unused warning. (arm-none-eabi-toolchain): Rename to... (make-arm-none-eabi-toolchain): ... this. * gnu/packages/raspberry-pi.scm (raspi-arm-chainloader) [native-inputs]: Replace gcc-arm-none-eabi-6 with (make-arm-none-eabi-toolchain). * gnu/packages/axoloti.scm (axoloti-runtime) [inputs]: Replace arm-none-eabi-nano-toolchain-4.9 with (make-arm-none-eabi-nano-toolchain-4.9). (axoloti-patcher): Likewise. (axoloti-patcher-next) [inputs]: Replace arm-none-eabi-nano-toolchain-7-2018-q2-update with (make-arm-none-eabi-nano-toolchain-7-2018-q2-update). Series-changes: 2 - Use mlambda for procedures 2023-09-25gnu: stcgal: Update to 1.10.Simon South * gnu/packages/embedded.scm (stcgal): Update to 1.10. [source]: Update comment; remove obsolete snippet. [description]: Update. Signed-off-by: Christopher Baines <mail@cbaines.net> 2023-08-25gnu: ebusd: Default pidfile and logfile to writable locations.Danny Milosavljevic * gnu/packages/embedded.scm (ebusd)[arguments]<#:configure-flags>: Specify --localstatedir=/var 2023-08-25gnu: ebusd: Update to 23.2.Danny Milosavljevic * gnu/packages/embedded.scm (ebusd): Update to 23.2. 2023-06-18gnu: jimtcl: Skip failing test on all 32-bit architectures.Efraim Flashner * gnu/packages/embedded.scm (jimtcl)[arguments]: Adjust custom phase 'delete-failing-tests/32bit to run for all 32-bit architectures. 2023-06-17gnu: jimtcl: Skip failing test for 32bit.Janneke Nieuwenhuizen * gnu/packages/embedded.scm (jimtcl)[arguments]: When building for 32bit, skip "file.test".