Merge pull request #30718 from NixOS/vmtools-reboot

open-vm-tools: Fix rebooting on NixOS
wip/yesman
Wout Mertens 7 years ago committed by GitHub
commit 2df6923eff
  1. 3
      pkgs/applications/virtualization/open-vm-tools/default.nix

@ -36,6 +36,9 @@ stdenv.mkDerivation rec {
# Avoid a glibc >= 2.25 deprecation warning that gets fatal via -Werror.
sed 1i'#include <sys/sysmacros.h>' -i lib/wiper/wiperPosix.c
# Make reboot work, shutdown is not in /sbin on NixOS
sed -i 's,/sbin/shutdown,shutdown,' lib/system/systemLinux.c
'';
configureFlags = [ "--without-kernel-modules" "--without-xmlsecurity" ]

Loading…
Cancel
Save