darwin.text_cmds: fix build

This commit is contained in:
Dmitry Kalinkin 2022-01-23 08:18:46 -05:00
parent 8d5200b415
commit d3ec14f6cb
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -20,6 +20,8 @@ appleDerivation {
done
'';
NIX_CFLAGS_COMPILE=[ "-Wno-error=format-security" ]; # hardeningDisable doesn't cut it
meta = {
platforms = lib.platforms.darwin;
maintainers = with lib.maintainers; [ matthewbauer ];