fireplace: nix-darwin bugfix (#348547)

This commit is contained in:
Mathew Polzin
2024-10-21 10:44:13 -05:00
committed by GitHub
+2
View File
@@ -25,6 +25,8 @@ stdenv.mkDerivation {
hash = "sha256-2NUE/zaFoGwkZxgvVCYXxToiL23aVUFwFNlQzEq9GEc=";
};
makeFlags = lib.optional stdenv.hostPlatform.isDarwin [ "CC=cc" ];
meta = {
description = "Cozy fireplace in your terminal";
homepage = "https://github.com/Wyatt915/fireplace";