diff options
author | Andreas Enge <andreas@enge.fr> | 2023-03-20 16:59:27 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-03-20 16:59:27 +0100 |
commit | 098bd280f82350073e8280e37d56a14162eed09c (patch) | |
tree | b0a56906d9d136969e69945b79deb28669c64e5a /gnu/local.mk | |
parent | f774aa2d17add128b88af8298a8aa183885df1a2 (diff) | |
download | guix-098bd280f82350073e8280e37d56a14162eed09c.tar.gz |
gnu: procps: Fix test failure on i686.
* gnu/packages/patches/procps-strtod-test.patch: New file. * gnu/packages/linux.scm (procps): Add patch. * gnu/local.mk (dist_patch_DATA): Register patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 43b7e4ceb3..045d5cb1ee 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1635,6 +1635,7 @@ dist_patch_DATA = \ %D%/packages/patches/pocketfft-cpp-prefer-preprocessor-if.patch \ %D%/packages/patches/pokerth-boost.patch \ %D%/packages/patches/ppsspp-disable-upgrade-and-gold.patch \ + %D%/packages/patches/procps-strtod-test.patch \ %D%/packages/patches/pthreadpool-system-libraries.patch \ %D%/packages/patches/python-chai-drop-python2.patch \ %D%/packages/patches/python-feedparser-missing-import.patch \ |