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>
This commit is contained in:
Douglas Deslauriers 2025-01-22 08:47:58 -05:00 committed by Sharlatan Hellseher
parent a102022c1b
commit 9c3e27dd17
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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"