Skip to content

Instantly share code, notes, and snippets.

@livnev
Created January 7, 2019 16:56
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 livnev/772e6180710a73114ef7b3c32836e0da to your computer and use it in GitHub Desktop.
Save livnev/772e6180710a73114ef7b3c32836e0da to your computer and use it in GitHub Desktop.
nixpkgs.overlays = [ (self: super: {
mu = with self; stdenv.lib.overrideDerivation
(super.mu.override { gmime = gmime3; }) (attrs: rec {
src = super.fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = "53c1b0a06956a151b9176cb8cce26261c1420c76";
sha256 = "02x7fqv3xdjsw44ks5z1z764hpsx645gjljh824cbvf6macksilj";
};
});
}) ];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment