diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-06-12 11:12:33 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-06-12 11:16:06 +0300 |
commit | c71cc133ecdb314fc4862739e615c08aca429746 (patch) | |
tree | 92397bbc6cff0f248c3a008f581f9ba97f13e00d | |
parent | 261348e20d25be2e8e4997ceb21811dd821df367 (diff) | |
download | guix-c71cc133ecdb314fc4862739e615c08aca429746.tar.gz guix-c71cc133ecdb314fc4862739e615c08aca429746.zip |
gnu: vim-syntastic: Update to 3.9.0.
* gnu/packages/vim.scm (vim-syntastic): Update to 3.9.0.
[source]: Switch to git checkout.
-rw-r--r-- | gnu/packages/qemu.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm index 791aa715c8..8efde67595 100644 --- a/gnu/packages/qemu.scm +++ b/gnu/packages/qemu.scm @@ -135,4 +135,5 @@ server and embedded PowerPC, and S390 guests.") (package (inherit qemu) (name "qemu-with-multiple-smb-shares") (source (origin (inherit (package-source qemu)) - (patches (search-patch "qemu-multiple-smb-shares.patch")))))) + (patches + (list (search-patch "qemu-multiple-smb-shares.patch"))))))) |