Created
October 25, 2019 15:07
-
-
Save worldofpeace/18035639eab00bd7457ee020b3f1fbcd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nixpkgs.overlays = [ | |
(self: super: { | |
open-vm-tools = super.open-vm-tools.overrideAttrs (oldAttrs: { | |
NIX_CFLAGS_COMPILE = [ "-DGLIB_DISABLE_DEPRECATION_WARNINGS" ]; | |
}); | |
}) | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment