9 version = "0-unstable-2020-02-02";
11 buildInputs = [ ncurses ];
16 install -Dm555 fireplace -t $out/bin
21 src = fetchFromGitHub {
24 rev = "aa2070b73be9fb177007fc967b066d88a37e3408";
25 hash = "sha256-2NUE/zaFoGwkZxgvVCYXxToiL23aVUFwFNlQzEq9GEc=";
28 makeFlags = lib.optional stdenv.hostPlatform.isDarwin [ "CC=cc" ];
31 description = "Cozy fireplace in your terminal";
32 homepage = "https://github.com/Wyatt915/fireplace";
33 license = lib.licenses.mit;
34 maintainers = with lib.maintainers; [
37 mainProgram = "fireplace";
38 platforms = lib.platforms.all;