fireplace: nix-darwin bugfix

fmt

+2
+2
pkgs/by-name/fi/fireplace/package.nix
··· 25 hash = "sha256-2NUE/zaFoGwkZxgvVCYXxToiL23aVUFwFNlQzEq9GEc="; 26 }; 27 28 meta = { 29 description = "Cozy fireplace in your terminal"; 30 homepage = "https://github.com/Wyatt915/fireplace";
··· 25 hash = "sha256-2NUE/zaFoGwkZxgvVCYXxToiL23aVUFwFNlQzEq9GEc="; 26 }; 27 28 + makeFlags = lib.optional stdenv.hostPlatform.isDarwin [ "CC=cc" ]; 29 + 30 meta = { 31 description = "Cozy fireplace in your terminal"; 32 homepage = "https://github.com/Wyatt915/fireplace";