diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-11-26 23:55:04 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-11-26 23:55:04 +0100 |
commit | 079fd3ec63a93e096d7a7cdcf8b9e7a7d6ec041d (patch) | |
tree | 21c579c6ce572ea16e72b0ad3e9f2b955186f921 /gnu-system.am | |
parent | df8a09c70870e5a949a83735589d5b829f3d2629 (diff) | |
download | guix-079fd3ec63a93e096d7a7cdcf8b9e7a7d6ec041d.tar guix-079fd3ec63a93e096d7a7cdcf8b9e7a7d6ec041d.tar.gz |
gnu: qemu: Upgrade to 1.6.1.
* gnu/packages/patches/qemu-make-4.0.patch: New file.
* gnu/packages/qemu.scm (qemu-headless): Use it. Upgrade to 1.6.1.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index fcaaced228..cd46753dcc 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -265,6 +265,7 @@ dist_patch_DATA = \ gnu/packages/patches/pspp-tests.patch \ gnu/packages/patches/pulseaudio-test-timeouts.patch \ gnu/packages/patches/python-fix-dbm.patch \ + gnu/packages/patches/qemu-make-4.0.patch \ gnu/packages/patches/qemu-multiple-smb-shares.patch \ gnu/packages/patches/qt4-tests.patch \ gnu/packages/patches/readline-link-ncurses.patch \ |