tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
yash: fix build on darwin
Mario Rodas
2 years ago
7b1777b1
b3dacf0b
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
shells
yash
default.nix
+1
-1
pkgs/shells/yash/default.nix
···
13
13
14
14
strictDeps = true;
15
15
nativeBuildInputs = [ asciidoc gettext ];
16
16
-
buildInputs = [ ncurses ];
16
16
+
buildInputs = [ ncurses ] ++ lib.optionals stdenv.isDarwin [ gettext ];
17
17
18
18
meta = with lib; {
19
19
homepage = "https://yash.osdn.jp/index.html.en";