me
/
guix
Archived
1
0
Fork 0

gnu: qemu-with-multiple-smb-shares: Fix typo.

* gnu/packages/qemu.scm (qemu/smb-shares): Turn 'patches' into a list.
master
Ludovic Courtès 2013-10-12 22:28:59 +02:00
parent b421cebd6a
commit b646c3dd37
1 changed files with 2 additions and 1 deletions

View File

@ -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")))))))