aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/alot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/alot/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/alot/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/alot/default.nix b/nixpkgs/pkgs/development/python-modules/alot/default.nix
index a2012132024..c3b624a7bce 100644
--- a/nixpkgs/pkgs/development/python-modules/alot/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/alot/default.nix
@@ -19,6 +19,10 @@ buildPythonPackage rec {
sha256 = "0s94m17yph1gq9f2svipb3bbwbw1s4j3zf2xkg5h91006v8286r6";
};
+ postPatch = ''
+ substituteInPlace alot/settings/manager.py --replace /usr/share "$out/share"
+ '';
+
nativeBuildInputs = lib.optional withManpage sphinx;
propagatedBuildInputs = [
@@ -61,6 +65,6 @@ buildPythonPackage rec {
description = "Terminal MUA using notmuch mail";
license = licenses.gpl3;
platforms = platforms.linux;
- maintainers = with maintainers; [ aepsil0n ];
+ maintainers = with maintainers; [ edibopp ];
};
}