open-vm-tools: temp fix for https://github.com/NixOS/nixpkgs/issues/9262
This commit is contained in:
@@ -26,6 +26,8 @@ in stdenv.mkDerivation {
|
||||
sed -i 's,etc/vmware-tools,''${prefix}/etc/vmware-tools,' services/vmtoolsd/Makefile.am
|
||||
'';
|
||||
|
||||
patches = [ ./recognize_nixos.patch ];
|
||||
|
||||
preConfigure = "autoreconf";
|
||||
configureFlags = "--without-kernel-modules --without-xmlsecurity";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user