forked from mirrors/nixpkgs
aerc: added PREFIX to makeFlags
This commit is contained in:
parent
1a0addc799
commit
50a3da21cc
|
@ -40,6 +40,8 @@ buildGoModule rec {
|
|||
substituteAllInPlace doc/aerc-config.5.scd
|
||||
'';
|
||||
|
||||
makeFlags = [ "PREFIX=$out" ];
|
||||
|
||||
pythonPath = [
|
||||
python3.pkgs.colorama
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue