aerc: fix strict deps build

wip/yesman
Jörg Thalheim 4 years ago
parent f545f92f72
commit b5144456cc
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92
  1. 4
      pkgs/applications/networking/mailreaders/aerc/default.nix

@ -17,10 +17,8 @@ in buildGoModule rec {
modSha256 = "127xrah6xxrvc224g5dxn432sagrssx8v7phzapcsdajsnmagq6x";
nativeBuildInputs = [
go
scdoc
python3.pkgs.wrapPython
notmuch
];
patches = [
@ -31,7 +29,7 @@ in buildGoModule rec {
python3.pkgs.colorama
];
buildInputs = [ python3 perl ];
buildInputs = [ python3 notmuch ];
GOFLAGS="-tags=notmuch";

Loading…
Cancel
Save