From 098bd280f82350073e8280e37d56a14162eed09c Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 20 Mar 2023 16:59:27 +0100 Subject: 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. --- gnu/packages/linux.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/linux.scm') 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) -- cgit v1.2.3