aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/store-api.cc
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-04-28 09:33:03 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-04-28 09:33:03 +0800
commitaecc6e70587f8412cbbb9b2c13141de4f534518e (patch)
tree8536a8e85076048335543626246125c6d607be43 /nix/libstore/store-api.cc
parente42117bfc9afd7650f14efd2b2def68fcbfd4e36 (diff)
downloadguix-aecc6e70587f8412cbbb9b2c13141de4f534518e.tar.gz
guix-aecc6e70587f8412cbbb9b2c13141de4f534518e.zip
gnu: dovecot: Fix build.
* gnu/packages/mail.scm (dovecot)[source]: Add patch for OpenSSL v3. * gnu/packages/patches/dovecot-opensslv3.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'nix/libstore/store-api.cc')
0 files changed, 0 insertions, 0 deletions
c 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