aerc: fix strict deps build

This commit is contained in:
Jörg Thalheim 2020-03-17 17:50:41 +00:00
parent f545f92f72
commit b5144456cc
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -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";