diff options
| author | Douglas Deslauriers <Douglas.Deslauriers@vector.com> | 2025-01-22 08:47:58 -0500 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-07 19:16:38 +0100 |
| commit | 9c3e27dd17726e1e82dc23fd6b0fc572b8db41de (patch) | |
| tree | fccd86a6593d4d79f179c65f7de4a101666072eb /gnu/packages | |
| parent | a102022c1b37b06bde140f24fa4e9b3f2cd9c68d (diff) | |
gnu: vmware-open-vm-tools: Resolve poweron script failure.
* gnu/packages/virtualization.scm (vmware-open-vm-tools)[phases] <patch-paths>:
Fix the path to the store for running the power-on script.
Change-Id: I35bcacedb0ed0e17a1535ec84d1a987cda6a262d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/virtualization.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 5863364bb8b..5ce6133669d 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -41,6 +41,7 @@ ;;; Copyright © 2024, 2025 Giacomo Leidi <goodoldpaul@autistici.org> ;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com> ;;; Copyright © 2025 Karl Hallsby <karl@hallsby.com> +;;; Copyright © 2025 Douglas Deslauriers <Douglas.Deslauriers@vector.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1895,6 +1896,9 @@ domains, their live performance and resource utilization statistics.") (("/bin/fusermount3") (string-append #$(this-package-input "fuse") "/bin/fusermount3"))) + (substitute* "lib/guestApp/guestApp.c" + (("/etc/vmware-tools") + (string-append #$output "/etc/vmware-tools"))) ;; XXX: This part might need more testing with shutdown and halt ;; commands provided by Shepherd. (substitute* "lib/system/systemLinux.c" |
