Skip to content

Instantly share code, notes, and snippets.

@jficz
Created February 14, 2019 17:47
Show Gist options
  • Save jficz/636c4d31ab4cea1a3c9c9ffcf9cb63c7 to your computer and use it in GitHub Desktop.
Save jficz/636c4d31ab4cea1a3c9c9ffcf9cb63c7 to your computer and use it in GitHub Desktop.
self: super:
{
claws-mail = super.claws-mail.overrideAttrs (oldAttrs: rec {
override = { enablePluginVcalendar = true;};
buildInputs = oldAttrs.buildInputs ++ [ super.libical ];
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment