aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/java-xerces-xjavac_taskdef.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/java-xerces-xjavac_taskdef.patch')
0 files changed, 0 insertions, 0 deletions
/td>gnu: gauche: Fix build, enable TLS, and use gexps....Fixes <https://issues.guix.gnu.org/73113>. There is a known test issue that will be fixed next release: https://github.com/shirok/Gauche/issues/1044 * gnu/packages/scheme.scm (gauche): Fix build failure and enable TLS. [arguments]: Set #:tests? to #f until next release, and add --with-tls configure flag. [inputs]: Add mbedtls. Change-Id: Iceacb882e74f5a8e3e11d663cca51baafbcbeb69 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Antero Mejr 2024-09-03gnu: scm: Update to 5f4....* gnu/packages/scheme.scm (scm): Update to 5f4. Change-Id: I9b758e5ab8c5c53427549f024622649d54d06700 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov 2024-08-31gnu: stklos: Import the correct set of modules....* gnu/packages/scheme.scm (stklos) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: Iee99f93cfa5c7fa80694c2ad2ce6f93ccc0c44bf Maxim Cournoyer 2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer 2024-08-11gnu: chibi-scheme: Update to 0.11.0....* gnu/packages/scheme.scm (chibi-scheme): Update to 0.11.0. Change-Id: I3b6a2b722c6bc7d7817cbf0af031b153b889159f Signed-off-by: Christopher Baines <mail@cbaines.net> Ekaitz Zarraga 2024-06-24gnu: gauche: Remove trailing #t....* gnu/packages/scheme.scm (gauche) [phases]: Remove trailing #t. Change-Id: I47b4f2a7475a41e6431bba0c3d6bd21b9f584fc5 Maxim Cournoyer 2024-06-24gnu: gauche: Update to 0.9.15....* gnu/packages/scheme.scm (gauche): Update to 0.9.15. Change-Id: I63da9600fc162c3f9ab02f35c509c7402b7406ca Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Ashish SHUKLA