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/packages/linux.scm | |
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/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 7f00afc9d3..f956b274d6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2248,7 +2248,8 @@ parameters.") "procps-ng-" version ".tar.xz")) (sha256 (base32 - "14ms9mkqr1mgl3h5yl6w8m57cf39k382nv7qms78vqbaz728wg1h")))) + "14ms9mkqr1mgl3h5yl6w8m57cf39k382nv7qms78vqbaz728wg1h")) + (patches (search-patches "procps-strtod-test.patch")))) (build-system gnu-build-system) (arguments (list #:modules '((guix build utils) |