Unverified Commit 69610538 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #252659 from marsam/fix-yash-darwin

yash: fix build on darwin
parents fd895ebf 7b1777b1
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";