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
commit 82d10b5b61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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