Age | Commit message (Expand) | Author |
2024-08-31 | gnu: gd: Skip failing test on i686-linux....* gnu/packages/gd.scm (gd)[arguments]: Add “XFAIL_TESTS” to #:make-flags
on i686-linux.
Change-Id: I52a9cfeb352b0ec3fce4ff1f82f43c5f7bef6ef0
| Ludovic Courtès |
2024-08-31 | gnu: perl-gd: Update to 2.78....* gnu/packages/gd.scm (perl-gd): Update to 2.78.
[native-inputs]: Add perl-test-nowarnings.
Change-Id: I13e961bc6f6c77484dc698619338e083bbb5b7aa
| Maxim Cournoyer |
2024-08-31 | gnu: gd: Update to 2.3.3....* gnu/packages/gd.scm (gd): Update to 2.3.3.
[source]: Remove obsolete gd-Revert-fix-303-gdlib.pc.patch patch.
[arguments] Use gexps.
<phases>: Remove disable-failing-test phase. Add remove-libtool-archives
phase.
* gnu/packages/patches/gd-Revert-fix-303-gdlib.pc.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
Change-Id: I8cddf29d123ca0b66cc0540666c875039e753482
| Maxim Cournoyer |
I1272bfc98b583ab0ab36fcba5a8e19ae018b0b80
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Jean-Pierre De Jesus DIAZ |
2023-10-10 | gnu: Add lufa....* gnu/packages/avr-xyz.scm (lufa): New variable.
| Maxim Cournoyer |
2023-09-25 | gnu: avr: Delay all cross compilation packages....Partially addresses <https://issues.guix.gnu.org/65716>.
* gnu/packages/avr.scm: Add commentary comment.
(avr-binutils): Turn into this...
(make-avr-binutils): ... procedure.
(avr-gcc): Likewise, into...
(make-avr-gcc): ... this. Adjust native-inputs accordingly.
(avr-toolchain): Likewise, into...
(make-avr-toolchain): ... this.
* gnu/packages/avr-xyz.scm (simavr) [propagated-inputs]: replace avr-toolchain
with a call to the 'make-avr-toolchain' procedure.
Series-changes: 2
- Use mlambda for procedures
- Fix ((make-avr-toolchain)) typo
| Maxim Cournoyer |