0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

open-vm-tools: 11.2.5 -> 11.3.0 (#129978)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Jeremy Kolb 2021-07-13 21:26:58 -04:00 committed by GitHub
parent e85e671dee
commit f96ee10c88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 31 deletions

View file

@ -56,5 +56,7 @@ in
${open-vm-tools}/bin/vmware-user-suid-wrapper
'';
};
services.udev.packages = [ open-vm-tools ];
};
}