aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2024-09-08 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2024-09-08 02:00:00 +0200
commit25976e30267536c9500342d4cd41626bee8907cd (patch)
treeb356ea651aeb0a7984e623efcf19791291b9929c /README
parent9b998a8d63c0855ebec7d01010d2f1f66607b033 (diff)
downloadguix-25976e30267536c9500342d4cd41626bee8907cd.tar.gz
guix-25976e30267536c9500342d4cd41626bee8907cd.zip
gnu: aardvark-dns: Expand substandard description.
* gnu/packages/rust-apps.scm (aardvark-dns)[synopsis, description]: It's difficult, but write a wee bit more. Change-Id: I158079df1df75cf1e24c3ce3142af1745a7865a1
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions
: Add 'set-file-runpath', 'file-runpath', and 'file-needed'....* guix/build/gremlin.scm (file-dynamic-info, file-runpath, file-needed): New procedures. (&missing-runpath-error, &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