tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fireplace: nix-darwin bugfix
fmt
Ólafur Bjarki Bogason
1 year ago
b32fbba3
9f6e7677
+2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
fi
fireplace
package.nix
+2
pkgs/by-name/fi/fireplace/package.nix
···
25
hash = "sha256-2NUE/zaFoGwkZxgvVCYXxToiL23aVUFwFNlQzEq9GEc=";
26
};
27
0
0
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";