forked from mirrors/nixpkgs
alot: Use bundled theme files
This commit is contained in:
parent
7220de19cd
commit
be04d5337e
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue