Skip to content

Instantly share code, notes, and snippets.

@betaboon
Last active June 16, 2020 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save betaboon/75318ef2e97c218f17143ea2f1aa0509 to your computer and use it in GitHub Desktop.
Save betaboon/75318ef2e97c218f17143ea2f1aa0509 to your computer and use it in GitHub Desktop.
self: super: {
discord = super.discord.overrideAttrs(oldAttrs: {
nativeBuildInputs = assert (! builtins.elem super.libuuid oldAttrs.nativeBuildInputs);
oldAttrs.nativeBuildInputs ++ [ super.libuuid ];
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment