diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-02-14 17:42:41 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-14 18:34:02 +0100 |
commit | 5edad6c75ae86a1e57010d7b4dce253f72ab3860 (patch) | |
tree | a674f1c5463dea61489eaa784e3990d3664612df /gnu/packages/graphics.scm | |
parent | 7f8c5111fc5d6c1f27e7aaf4a1c2369e77f5f50d (diff) | |
download | patches-5edad6c75ae86a1e57010d7b4dce253f72ab3860.tar patches-5edad6c75ae86a1e57010d7b4dce253f72ab3860.tar.gz |
gnu: mesa: Update to 19.3.4.
* gnu/packages/gl.scm (mesa): Update to 19.3.4.
(mesa-19.3.3): Remove variable.
* gnu/packages/graphics.scm (opensubdiv)[inputs]: Remove MESA-19.3.3.
Diffstat (limited to 'gnu/packages/graphics.scm')
-rw-r--r-- | gnu/packages/graphics.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index a7ea6192fb..c49ba69475 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -1061,10 +1061,7 @@ requirements.") (native-inputs `(("xorg-server" ,xorg-server-for-tests))) (inputs - `(;; The test suite fails when using Mesa 19.3.2, so we provide this newer - ;; version. Remove this input when the 'mesa' package is updated. - ("mesa" ,mesa-19.3.3) - ("glew" ,glew) + `(("glew" ,glew) ("libxrandr" ,libxrandr) ("libxcursor" ,libxcursor) ("libxinerama" ,libxinerama) |