Loading pkgs/shells/yash/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { strictDeps = true; nativeBuildInputs = [ asciidoc gettext ]; buildInputs = [ ncurses ]; buildInputs = [ ncurses ] ++ lib.optionals stdenv.isDarwin [ gettext ]; meta = with lib; { homepage = "https://yash.osdn.jp/index.html.en"; Loading Loading
pkgs/shells/yash/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { strictDeps = true; nativeBuildInputs = [ asciidoc gettext ]; buildInputs = [ ncurses ]; buildInputs = [ ncurses ] ++ lib.optionals stdenv.isDarwin [ gettext ]; meta = with lib; { homepage = "https://yash.osdn.jp/index.html.en"; Loading