Skip to content

Commit

Permalink
alot: Use bundled theme files
Browse files Browse the repository at this point in the history
  • Loading branch information
kirelagin authored and Jon committed Aug 5, 2020
1 parent 7220de1 commit be04d53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/alot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit be04d53

Please sign in to comment.