This commit is contained in:
Arseniy Seroka
2015-08-21 20:29:09 +03:00
parent 6a54ca7990
commit 3ebe6fa802
2 changed files with 48 additions and 0 deletions
@@ -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";