aboutsummaryrefslogtreecommitdiff
path: root/tests/egg.scm
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2023-08-19 01:05:22 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2023-08-19 01:05:22 +0200
commit1fcf9c0d7de956e7029090bdcc5b921932e95082 (patch)
treee0abd00a08a7ccc1456f6c1d0f6c98cd6257e554 /tests/egg.scm
parent5a989fc417de48b64cb2ee6a5228c3af391acc25 (diff)
downloadguix-1fcf9c0d7de956e7029090bdcc5b921932e95082.tar.gz
guix-1fcf9c0d7de956e7029090bdcc5b921932e95082.zip
gnu: emacs-helpful: Update to 0.21.
* gnu/packages/patches/emacs-helpful-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.21. [source]<patches>: Use it here.
Diffstat (limited to 'tests/egg.scm')
0 files changed, 0 insertions, 0 deletions
mp;runpath-too-long-error): New condition types. (set-file-runpath): New procedure. * tests/gremlin.scm ("set-file-runpath + file-runpath"): New test. Ludovic Courtès 2019-05-18gremlin: Adjust tests for foreign distros....Fixes <https://bugs.gnu.org/35775>. * tests/gremlin.scm ("elf-dynamic-info-needed, executable"): Expect only libguile and libc among NEEDED. ("strip-runpath"): Pass '--enable-new-dtags' to get RUNPATH, not RPATH. Ting-Wei Lan 2018-08-25Merge branch 'staging' into core-updatesMarius Bakke 2018-08-21gremlin: 'elf-dynamic-info-needed' test is no longer skipped....* tests/gremlin.scm (%guile-executable): Use /proc/self/exe instead of (command-line). For a while now, the first element of (command-line) was "./build-aux/test-driver.scm"; consequently the test was always skipped. Ludovic Courtès 2018-05-07gremlin: Add 'strip-runpath'....* guix/build/gremlin.scm (strip-runpath): New procedure. * tests/gremlin.scm (c-compiler): New variable. ("strip-runpath"): New test. Ludovic Courtès