aboutsummaryrefslogtreecommitdiff

ackages/guile.scm?id=8fab58221558be162632468cddb6d8623e33d2ae'>guile.scm
4 case.
AgeCommit message (Expand)Author
2023-10-13gnu: guile-next: Update to 3.0.9-0.79e836b....* gnu/packages/guile.scm (guile-next): Update to 3.0.9-0.79e836b. David Thompson
2023-09-01gnu: guile-next: Update to c2cba86....* gnu/packages/guile.scm (guile-next): Update to c2cba86. Janneke Nieuwenhuizen
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
Efraim Flashner
2018-01-30etc: Add installation script....* etc/guix-install.sh: New file. * Makefile.am (EXTRA_DIST): Add it. * doc/guix.texi (Binary Installation): Mention it. Co-authored-by: sharlatan <sharlatanus@gmail.com> Ricardo Wurmus