mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: qemu-with-multiple-smb-shares: Fix typo.
* gnu/packages/qemu.scm (qemu/smb-shares): Turn 'patches' into a list.
This commit is contained in:
parent
b421cebd6a
commit
b646c3dd37
1 changed files with 2 additions and 1 deletions
|
@ -135,4 +135,5 @@ (define-public qemu/smb-shares
|
|||
(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")))))))
|
||||
|
|
Loading…
Reference in a new issue