]> Git — Sourcephile - sourcephile-nix.git/blob - nixpkgs/overlays/notmuch.nix
linux: fbcon=rotate_all does not work as kernel parameter
[sourcephile-nix.git] / nixpkgs / overlays / notmuch.nix
1 self: super: {
2 notmuch = super.notmuch.overrideAttrs (oldAttrs: {
3 doCheck = false;
4 });
5 }