aerc: Fix store references in default config

This commit is contained in:
Tadeo Kondrak
2019-11-05 13:45:33 +02:00
committed by Vladyslav M
parent ce6364a5ba
commit 44efab627f
2 changed files with 47 additions and 0 deletions
@@ -18,6 +18,10 @@ buildGoModule rec {
python3.pkgs.wrapPython
];
patches = [
./runtime-sharedir.patch
];
pythonPath = [
python3.pkgs.colorama
];