alot: Use bundled theme files

wip/yesman
Kirill Elagin 4 years ago committed by Jon
parent 7220de19cd
commit be04d5337e
  1. 4
      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 = [

Loading…
Cancel
Save