Merge pull request #168647 from ratsclub/aerc-0.8

aerc: added PREFIX to makeFlags
This commit is contained in:
Thiago Kenji Okada
2022-04-14 22:29:07 +01:00
committed by GitHub
@@ -40,6 +40,8 @@ buildGoModule rec {
substituteAllInPlace doc/aerc-config.5.scd
'';
makeFlags = [ "PREFIX=$out" ];
pythonPath = [
python3.pkgs.colorama
];