gnu: qemu: Switch back to Python 2.

* gnu/packages/qemu.scm (qemu): Switch back to Python 2.
This commit is contained in:
Andreas Enge 2013-09-04 19:13:41 +02:00
parent 78fed0648f
commit 66ed0c3146
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
`(;; ("mesa" ,mesa)
;; ("libaio" ,libaio)
("glib" ,glib)
("python" ,python-wrapper)
("python" ,python-2) ; incompatible with Python 3 according to error message
("ncurses" ,ncurses)
("libpng" ,libpng)
("libjpeg" ,libjpeg-8)