gnu: mesa: Switch back to Python 2.

* gnu/packages/xorg.scm (mesa): Switch back to Python 2.
This commit is contained in:
Andreas Enge 2013-09-04 19:03:14 +02:00
parent f82cfaac71
commit 98e4829c4b
1 changed files with 1 additions and 1 deletions

View File

@ -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