diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-04-09 11:36:56 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-04-09 14:01:31 +0200 |
commit | e1f88ff0ab1c5bb6c234d27ab0887a73a496073e (patch) | |
tree | 0ab164dea68ee6aa588fe6bb4b218c47f165f7b6 /gnu-system.am | |
parent | 57e544e8f7f0c907bb1ea3b4432a9a3d3da57365 (diff) | |
download | patches-e1f88ff0ab1c5bb6c234d27ab0887a73a496073e.tar patches-e1f88ff0ab1c5bb6c234d27ab0887a73a496073e.tar.gz |
gnu: qemu: Upgrade to 1.7.1; add virtfs support.
* gnu/packages/qemu.scm (qemu-headless): Upgrade to 1.7.1.
[source]: Remove 'patches' field.
[arguments]: Add --enable-virtfs configure flag.
[inputs]: Add libcap and attr.
* gnu/packages/patches/qemu-make-4.0.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 2c257ba9eb..6d29f7c37c 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -319,7 +319,6 @@ dist_patch_DATA = \ gnu/packages/patches/procps-make-3.82.patch \ gnu/packages/patches/python-fix-tests.patch \ gnu/packages/patches/python-libffi-mips-n32-fix.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/ratpoison-shell.patch \ |