diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-14 18:16:21 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-14 18:16:21 +0200 |
commit | 2737c7fe8a24f18a7f1495781dbe34c4b8af5bed (patch) | |
tree | 2013d7f2014d94c74ce9e3ce14e40db1bc4e52da /gnu/packages/gl.scm | |
parent | 531b63eba77e40ac65ed89bdba48f6174adf12d0 (diff) | |
download | guix-2737c7fe8a24f18a7f1495781dbe34c4b8af5bed.tar.gz |
gnu: mesa: Fix test failure on 32-bit systems.
* gnu/packages/patches/mesa-timespec-test-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gl.scm (mesa)[source](patches): Add it.
Diffstat (limited to 'gnu/packages/gl.scm')
-rw-r--r-- | gnu/packages/gl.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 81f808017d..63e12efe06 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -243,7 +243,8 @@ also known as DXTn or DXTC) for Mesa.") (base32 "1s81kwcjkkahnf5y5mshmd3q9j057hhsai7awpq6yb6im2hkriac")) (patches - (search-patches "mesa-skip-disk-cache-test.patch")))) + (search-patches "mesa-skip-disk-cache-test.patch" + "mesa-timespec-test-32bit.patch")))) (build-system meson-build-system) (propagated-inputs `(;; The following are in the Requires.private field of gl.pc. |