diff options
Diffstat (limited to 'gnu/packages/virtualization.scm')
| -rw-r--r-- | gnu/packages/virtualization.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index d4a6016f08a..c47fe8348bd 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm | |||
| @@ -638,7 +638,7 @@ server and embedded PowerPC, and S390 guests.") | |||
| 638 | (synopsis | 638 | (synopsis |
| 639 | "Machine emulator and virtualizer (without GUI or docs) for the host architecture") | 639 | "Machine emulator and virtualizer (without GUI or docs) for the host architecture") |
| 640 | (arguments | 640 | (arguments |
| 641 | (substitute-keyword-arguments (package-arguments qemu) | 641 | (substitute-keyword-arguments arguments |
| 642 | ((#:configure-flags configure-flags #~'()) | 642 | ((#:configure-flags configure-flags #~'()) |
| 643 | ;; Restrict to the host's architecture. | 643 | ;; Restrict to the host's architecture. |
| 644 | (let* ((system (or (%current-target-system) | 644 | (let* ((system (or (%current-target-system) |
| @@ -2083,7 +2083,7 @@ client desktops. | |||
| 2083 | libxrender | 2083 | libxrender |
| 2084 | libxtst))) | 2084 | libxtst))) |
| 2085 | (arguments | 2085 | (arguments |
| 2086 | (substitute-keyword-arguments (package-arguments vmware-open-vm-tools) | 2086 | (substitute-keyword-arguments arguments |
| 2087 | ((#:configure-flags flags) | 2087 | ((#:configure-flags flags) |
| 2088 | #~(delete "--without-x" #$flags)))) | 2088 | #~(delete "--without-x" #$flags)))) |
| 2089 | (description "This package provides a GTK+ support for @code{open-vm-tools}."))) | 2089 | (description "This package provides a GTK+ support for @code{open-vm-tools}."))) |
| @@ -3786,7 +3786,7 @@ disks, resizing disks, and much more.") | |||
| 3786 | (package/inherit libguestfs-minimal | 3786 | (package/inherit libguestfs-minimal |
| 3787 | (name "libguestfs") | 3787 | (name "libguestfs") |
| 3788 | (arguments | 3788 | (arguments |
| 3789 | (substitute-keyword-arguments (package-arguments libguestfs-minimal) | 3789 | (substitute-keyword-arguments arguments |
| 3790 | ((#:configure-flags flags) | 3790 | ((#:configure-flags flags) |
| 3791 | #~(append | 3791 | #~(append |
| 3792 | (filter | 3792 | (filter |
