aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/speech.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-07-29 13:43:49 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-08-03 17:38:10 +0800
commita95eaf4ebe85836567599faf3313e29c4417f69f (patch)
tree4a5d002fb2cbb8886308131439af0cfbde8b0d26 /gnu/packages/speech.scm
parentd2e0a4c54a3fadaa45b0558c3e2fdf9a26c63bf9 (diff)
downloadguix-a95eaf4ebe85836567599faf3313e29c4417f69f.tar.gz
guix-a95eaf4ebe85836567599faf3313e29c4417f69f.zip
gnu: ktorrent: Update to 23.04.3.
* gnu/packages/kde-internet.scm (ktorrent): Update to 23.04.3.
Diffstat (limited to 'gnu/packages/speech.scm')
0 files changed, 0 insertions, 0 deletions
ile-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