Age | Commit message (Expand) | Author |
2022-09-06 | gnu: dejagnu: Avoid non-deterministic test failure....I cannot reproduce the test failure locally myself.
* gnu/packages/dejagnu.scm (dejagnu)[arguments]: Add #:out-of-source?.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Maxime Devos |
2022-06-30 | gnu: dejagnu: Use G-expressions....* gnu/packages/dejagnu.scm (dejagnu)[arguments]: Use gexp and remove label usage.
| Marius Bakke |
2022-06-30 | gnu: dejagnu: Fix test failure....This is a follow-up to commit 0b65cb03b3ce04e0f0f1ad9e2eb7bfeff7f42b8e.
* gnu/packages/dejagnu.scm (dejagnu)[inputs]: Add BASH-MINIMAL.
[arguments]: Add phase to patch /bin/sh references.
| Marius Bakke |
2022-06-26 | gnu: dejagnu: Update to 1.6.3....* gnu/packages/dejagnu.scm (dejagnu): Update to 1.6.3.
| Marius Bakke |
2022-01-24 | gnu: dejagnu: Honor tests? flag....* gnu/packages/dejagnu.scm (dejagnu)[arguments]: Adjust custom 'check
phase to honor the #:tests? flag.
| Efraim Flashner |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |