Commit 7b1777b1 authored by Mario Rodas's avatar Mario Rodas
Browse files

yash: fix build on darwin

parent b3dacf0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";