mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: virt-manager: Fix qemu path substitution.
* gnu/packages/virtualization.scm (virt-manager)[arguments]<#:phases>: Adjust ‘fix-default-uri’ according to source change. Change-Id: Ic5085841db4759096b844d6f92f81d90554709d1
This commit is contained in:
parent
e6814d6c34
commit
e1a084f1a8
1 changed files with 2 additions and 2 deletions
|
@ -1645,8 +1645,8 @@ (define-public virt-manager
|
|||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
;; Xen is not available for now - so only patch qemu.
|
||||
(substitute* "virtManager/createconn.py"
|
||||
(("/usr(/bin/qemu-system-[a-zA-Z0-9_-]+)" _ suffix)
|
||||
(search-input-file inputs suffix)))))
|
||||
(("/usr(/bin/qemu-system-\\*)" _ suffix)
|
||||
(string-append #$(this-package-input "qemu") suffix)))))
|
||||
(add-before 'wrap 'wrap-with-GI_TYPELIB_PATH
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(let* ((bin (string-append #$output "/bin"))
|
||||
|
|
Loading…
Reference in a new issue