Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created September 26, 2019 19:31
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 exarkun/8762dbc616aa7e87d59f73f3f6fe7737 to your computer and use it in GitHub Desktop.
Save exarkun/8762dbc616aa7e87d59f73f3f6fe7737 to your computer and use it in GitHub Desktop.
{ twisted }:
twisted.overrideAttrs (old: {
version = old.version + "-0";
prePatch = old.patchPhase;
patchPhase = null;
patches = (if old ? "patches" then old.patches else []) ++ [ ./twisted.patch ];
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment