mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: qemu: Install all required info files.
* gnu/packages/qemu.scm (qemu)[arguments]: Adjust 'install-info' phase to find all info files (including "*.info-N").
This commit is contained in:
parent
8f528bd442
commit
1e34721435
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ (define-public qemu
|
|||
(let ((infodir (string-append out "/share/info")))
|
||||
(for-each (lambda (info)
|
||||
(install-file info infodir))
|
||||
(find-files "." "\\.info$"))
|
||||
(find-files "." "\\.info"))
|
||||
#t))))))
|
||||
(add-before 'check 'make-gtester-verbose
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue