diff options
author | Andreas Enge <andreas@enge.fr> | 2013-09-04 19:03:14 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-09-04 19:03:14 +0200 |
commit | 98e4829c4bda0b0a3bffad6ac6da8307f58ea5f9 (patch) | |
tree | 9027d684b401cf62ed38cf1aa1f5a4bcfb48f8a2 /gnu/packages/xorg.scm | |
parent | f82cfaac716f2ffc15f56338b98b99d42fb0ef86 (diff) | |
download | patches-98e4829c4bda0b0a3bffad6ac6da8307f58ea5f9.tar patches-98e4829c4bda0b0a3bffad6ac6da8307f58ea5f9.tar.gz |
gnu: mesa: Switch back to Python 2.
* gnu/packages/xorg.scm (mesa): Switch back to Python 2.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index bc9e05fdb5..b7ce8ad8aa 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4169,7 +4169,7 @@ tracking.") ("libxml2" ,libxml2) ("makedepend" ,makedepend) ("pkg-config" ,pkg-config) - ("python" ,python-wrapper))) + ("python" ,python-2))) ; incompatible with Python 3 (print syntax) (arguments `(#:configure-flags `("--with-gallium-drivers=r600,svga,swrast") ; drop r300 from the default list as it requires llvm |