'cgit v1.2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/guile.scm
AgeCommit message (Expand)Author
2023-07-26gnu: Fix guile-for-guile-emacs builder....I think this broke in c4c08775a820868059b59c68d4dfd6be0c9d9010. * gnu/packages/guile.scm (guile-for-guile-emacs)[arguments]: Switch to gexp for phases. Christopher Baines
2023-07-20gnu: guile-2.0: Skip failing tests on the Hurd....* gnu/packages/guile.scm (guile-2.0)[arguments]: When building natively on the Hurd, add stage 'disable-threads.tests'... (guile-2.2): ...and when building natively on the Hurd, delete it again. Janneke Nieuwenhuizen
2023-07-20gnu: guile-git: Skip http proxy test on the Hurd....* gnu/packages/guile.scm (guile-git)[arguments]: When building natively on the Hurd, add phase 'skip-tests/hurd'. Janneke Nieuwenhuizen
2023-07-20gnu: guile: Skip hanging and failing pipe tests on the Hurd....* gnu/packages/guile.scm (guile-3.0)[arguments]: When building on the Hurd, add stage 'disable-popen.test-open-pipe' to avoid running the open-input-pipe test (hangs) and open-output-pipe test (fails. Janneke Nieuwenhuizen
2023-06-20gnu: guile-next: Update to 3.0.9-0.aa2cfe7....* gnu/packages/guile.scm (guile-next): Update to 3.0.9-0.aa2cfe7. Christopher Baines
2023-06-17gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?....* gnu/packages/hurd.scm (hurd-target?): Remove. (hurd-system?): Move to... * guix/utils.scm (system-hurd?): ...here. * gnu/packages/*: Update all users, removing (gnu packages hurd) include where now unused. Janneke Nieuwenhuizen
2023-04-22gnu: guile-next: Fix build failure....* gnu/packages/guile.scm (guile-next): Fix build failure. Signed-off-by: Andreas Enge <andreas@enge.fr> Josselin Poiret
2023-04-14Merge branch 'master' into core-updates....Conflicts: gnu/local.mk gnu/packages/build-tools.scm gnu/packages/certs.scm gnu/packages/check.scm gnu/packages/compression.scm gnu/packages/cups.scm gnu/packages/fontutils.scm gnu/packages/gnuzilla.scm gnu/packages/guile.scm gnu/packages/ibus.scm gnu/packages/image-processing.scm gnu/packages/linux.scm gnu/packages/music.scm gnu/packages/nss.scm gnu/packages/pdf.scm gnu/packages/python-xyz.scm gnu/packages/qt.scm gnu/packages/ruby.scm gnu/packages/shells.scm gnu/packages/tex.scm gnu/packages/video.scm gnu/packages/vulkan.scm gnu/packages/web.scm gnu/packages/webkit.scm gnu/packages/wm.scm Maxim Cournoyer
2023-04-07gnu: Purge pre-1.3.0 deprecated packages....* gnu/packages/bioinformatics.scm (deeptools): Remove variable. * gnu/packages/efi.scm (efi_analyzer): Ditto. * gnu/packages/guile.scm (guile-2.2/bug-fix, guile-json): Ditto. * gnu/packages/image.scm (libjpeg): Ditto. * gnu/packages/kde.scm (kdevplatform): Ditto * gnu/packages/linphone.scm (linphoneqt): Ditto. * gnu/packages/maths.scm (blis-sandybridge, blis-haswell, blis-knl): Ditto. * gnu/packages/mpi.scm (hwloc-2.0): Ditto. * gnu/packages/music.scm (python-abjad, zlfo): Ditto. * gnu/packages/perl.scm (perl-base, perl-parent): Ditto. * gnu/packages/tryton.scm (python-trytond): Ditto. * gnu/packages/video.scm (gnome-mpv): Ditto. * tests/graph.scm: Use guile-json-1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-04-05gnu: guile-3.0: Skip OOM test on powerpc-linux....* gnu/packages/guile.scm (guile-3.0)[arguments]: Skip the OOM test on powerpc-linux also. Efraim Flashner
2023-03-30gnu: guile: Skip OOM test on powerpc64le-linux....* gnu/packages/guile/scm (guile-3.0)[arguments]: Add phase when building for powerpc64le-linux disabling the OOM test. Efraim Flashner
2023-03-30gnu: guile: Fix 'posix_spawn' usage for GNU/Hurd....* gnu/packages/guile.scm (guile-3.0)[arguments]: Add 'patch-posix-spawn-usage' phase. * gnu/packages/patches/guile-hurd-posix-spawn.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Ludovic Courtès
2023-03-30gnu: guile-readline: Switch to gexps....* gnu/packages/guile.scm (make-guile-readline): Switch to gexps. Ludovic Courtès
2023-03-30gnu: guile: Switch to gexps....* gnu/packages/guile.scm (guile-3.0)[arguments]: Switch to gexps. (guile-next)[arguments]: Likewise. Ludovic Courtès