summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-09-04 19:13:41 +0200
committerAndreas Enge <andreas@enge.fr>2013-09-04 19:13:41 +0200
commit66ed0c314646c66d5f9ec586a8e5a1d079a927b0 (patch)
tree6c978c876edf67ceb6e7e679bb2a9fdb98802d27
parent78fed0648fe5e1db0ee302fc548755422c80359b (diff)
downloadpatches-66ed0c314646c66d5f9ec586a8e5a1d079a927b0.tar
patches-66ed0c314646c66d5f9ec586a8e5a1d079a927b0.tar.gz
gnu: qemu: Switch back to Python 2.
* gnu/packages/qemu.scm (qemu): Switch back to Python 2.
-rw-r--r--gnu/packages/qemu.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm
index 2ca34ad9c7..6330fabcf9 100644
--- a/gnu/packages/qemu.scm
+++ b/gnu/packages/qemu.scm
@@ -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)