diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-05-20 10:28:46 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-05-21 09:10:33 +0300 |
commit | e50fc5380ea0f875790e5cd924b4048cae55df3c (patch) | |
tree | aed01815f0f01c041e450a3b0379cb03ffc65475 /gnu/local.mk | |
parent | 24db97c10d93d9e650810a35c405eaa524401b8f (diff) | |
download | guix-e50fc5380ea0f875790e5cd924b4048cae55df3c.tar guix-e50fc5380ea0f875790e5cd924b4048cae55df3c.tar.gz |
gnu: abseil-cpp-20200923.3: Fix test suite on some architectures.
* gnu/packages/cpp.scm (abseil-cpp-20200923.3)[source]: Add patches.
* gnu/packages/patches/abseil-cpp-20200923.3-adjust-sysinfo.patch,
gnu/packages/patches/abseil-cpp-20200923.3-duration-test.patch: New
files.
* gnu/local.mk (dist_patch_DATA): Register them.
Change-Id: I3a0a6c3396a7c2854236c68ec77a68bbdd6af1f4
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 89839f799e..3624d6a2a8 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -911,6 +911,8 @@ dist_patch_DATA = \ %D%/packages/patches/abcl-fix-build-xml.patch \ %D%/packages/patches/ableton-link-system-libraries-debian.patch \ %D%/packages/patches/abiword-explictly-cast-bools.patch \ + %D%/packages/patches/abseil-cpp-20200923.3-adjust-sysinfo.patch \ + %D%/packages/patches/abseil-cpp-20200923.3-duration-test.patch \ %D%/packages/patches/abseil-cpp-fix-strerror_test.patch \ %D%/packages/patches/adb-add-libraries.patch \ %D%/packages/patches/adb-libssl_11-compatibility.patch \ |