mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
a102022c1b
commit
9c3e27dd17
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue