aerc: added PREFIX to makeFlags

This commit is contained in:
Victor Freire 2022-04-14 16:03:36 -03:00
parent 1a0addc799
commit 50a3da21cc

View file

@ -40,6 +40,8 @@ buildGoModule rec {
substituteAllInPlace doc/aerc-config.5.scd
'';
makeFlags = [ "PREFIX=$out" ];
pythonPath = [
python3.pkgs.colorama
];