mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: qemu: Use 'install-file' instead of 'copy-file'.
* gnu/packages/qemu.scm (qemu)[arguments]: Use 'install-file'.
This commit is contained in:
parent
05051e8bb1
commit
8489d79d1b
1 changed files with 1 additions and 3 deletions
|
@ -102,9 +102,7 @@ (define-public qemu
|
|||
(let ((infodir (string-append out "/share/info")))
|
||||
(mkdir-p infodir)
|
||||
(for-each (lambda (info)
|
||||
(copy-file
|
||||
info
|
||||
(string-append infodir "/" info)))
|
||||
(install-file info infodir))
|
||||
(find-files "." "\\.info$"))
|
||||
#t))))))
|
||||
(add-before 'check 'disable-test-qga
|
||||
|
|
Loading…
Reference in a new issue