yash: fix build on darwin

+1 -1
+1 -1
pkgs/shells/yash/default.nix
··· 13 13 14 14 strictDeps = true; 15 15 nativeBuildInputs = [ asciidoc gettext ]; 16 - buildInputs = [ ncurses ]; 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";