mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: qemu/smb-shares: Keep the original patches.
* gnu/packages/qemu.scm (qemu/smb-shares): Keep the patches from QEMU-HEADLESS.
This commit is contained in:
parent
c1897890ea
commit
b455a11868
1 changed files with 2 additions and 1 deletions
|
@ -136,7 +136,8 @@ (define-public qemu/smb-shares
|
|||
(name "qemu-with-multiple-smb-shares")
|
||||
(source (origin (inherit (package-source qemu-headless))
|
||||
(patches
|
||||
(list (search-patch "qemu-multiple-smb-shares.patch")))))))
|
||||
(cons (search-patch "qemu-multiple-smb-shares.patch")
|
||||
(origin-patches (package-source qemu-headless))))))))
|
||||
|
||||
(define-public qemu
|
||||
;; QEMU with GUI support.
|
||||
|
|
Loading…
Reference in a new issue