diff options
author | Andreas Enge <andreas@enge.fr> | 2023-03-18 10:36:22 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-03-18 10:36:22 +0100 |
commit | 483124bc484d65b4036c098a700681656e6b69fb (patch) | |
tree | 82abb1736aa1e0f1d91f2ffa660d7f56617dc0db /gnu/packages/linux.scm | |
parent | f9bff8614be32f9c2c1a54da80eaed1365b49be3 (diff) | |
download | guix-483124bc484d65b4036c098a700681656e6b69fb.tar.gz |
gnu: libaio: Fix tests on 32 bit systems.
* gnu/packages/patches/libaio-32bit-test.patch: New file. * gnu/packages/linux.scm (libaio): 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 9da2e62c07..e95e771bf2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5535,7 +5535,8 @@ Linux Device Mapper multipathing driver: name "-" version ".tar.gz"))) (sha256 (base32 - "02r0g2vfv6kfljplm3ga93w4xw13q2wixbn9hwi7ahqdzp2x2i1c")))) + "02r0g2vfv6kfljplm3ga93w4xw13q2wixbn9hwi7ahqdzp2x2i1c")) + (patches (search-patches "libaio-32bit-test.patch")))) (build-system gnu-build-system) (arguments (list #:make-flags |