Unverified Commit 173a44dd authored by Mathew Polzin's avatar Mathew Polzin Committed by GitHub
Browse files

fireplace: nix-darwin bugfix (#348547)

parents ea86438a b32fbba3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";