aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRutger Helling <rhelling@mykolab.com>2018-06-15 09:09:39 +0200
committerRutger Helling <rhelling@mykolab.com>2018-06-15 09:10:35 +0200
commit056402220e54d6942a622331c8a66e983e7d7356 (patch)
tree0bb06cb36148648f992981b0853df29733a80c3a /scripts
parent6ffdfe6a0121f6e9e6029ef16d1653afc49628d8 (diff)
downloadguix-056402220e54d6942a622331c8a66e983e7d7356.tar.gz
guix-056402220e54d6942a622331c8a66e983e7d7356.zip
gnu: innoextract: Update to 1.7.
* gnu/packages/compression.scm (innoextract): Update to 1.7.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
0'>2020-09-19gremlin: 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