Skip to content

Instantly share code, notes, and snippets.

@worldofpeace
Created October 25, 2019 15:07
Show Gist options
  • Save worldofpeace/18035639eab00bd7457ee020b3f1fbcd to your computer and use it in GitHub Desktop.
Save worldofpeace/18035639eab00bd7457ee020b3f1fbcd to your computer and use it in GitHub Desktop.
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