Merge pull request #270783 from emilytrau/neomutt-x86_64-darwin

neomutt: fix build on x86_64-darwin
This commit is contained in:
Weijia Wang 2023-11-30 00:05:53 +01:00 committed by GitHub
commit a32e8d5acb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34023,7 +34023,7 @@ with pkgs;
n8n = callPackage ../applications/networking/n8n { };
neomutt = callPackage ../applications/networking/mailreaders/neomutt { };
neomutt = darwin.apple_sdk_11_0.callPackage ../applications/networking/mailreaders/neomutt { };
neosay = callPackage ../applications/networking/instant-messengers/neosay { };