mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
f774aa2d17
commit
098bd280f8
3 changed files with 39 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue