mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -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")
|
(name "qemu-with-multiple-smb-shares")
|
||||||
(source (origin (inherit (package-source qemu-headless))
|
(source (origin (inherit (package-source qemu-headless))
|
||||||
(patches
|
(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
|
(define-public qemu
|
||||||
;; QEMU with GUI support.
|
;; QEMU with GUI support.
|
||||||
|
|
Loading…
Reference in a new issue