summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-09-04 19:03:14 +0200
committerAndreas Enge <andreas@enge.fr>2013-09-04 19:03:14 +0200
commit98e4829c4bda0b0a3bffad6ac6da8307f58ea5f9 (patch)
tree9027d684b401cf62ed38cf1aa1f5a4bcfb48f8a2
parentf82cfaac716f2ffc15f56338b98b99d42fb0ef86 (diff)
downloadpatches-98e4829c4bda0b0a3bffad6ac6da8307f58ea5f9.tar
patches-98e4829c4bda0b0a3bffad6ac6da8307f58ea5f9.tar.gz
gnu: mesa: Switch back to Python 2.
* gnu/packages/xorg.scm (mesa): Switch back to Python 2.
-rw-r--r--gnu/packages/xorg.scm2
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