From 50a3da21cced929670c8942b116b1749bdb2a95f Mon Sep 17 00:00:00 2001 From: Victor Freire Date: Thu, 14 Apr 2022 16:03:36 -0300 Subject: [PATCH] aerc: added PREFIX to makeFlags --- pkgs/applications/networking/mailreaders/aerc/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/networking/mailreaders/aerc/default.nix b/pkgs/applications/networking/mailreaders/aerc/default.nix index 6b5ad03366dc..10ea35ebc69b 100644 --- a/pkgs/applications/networking/mailreaders/aerc/default.nix +++ b/pkgs/applications/networking/mailreaders/aerc/default.nix @@ -40,6 +40,8 @@ buildGoModule rec { substituteAllInPlace doc/aerc-config.5.scd ''; + makeFlags = [ "PREFIX=$out" ]; + pythonPath = [ python3.pkgs.colorama ];