yash: fix build on darwin
This commit is contained in:
parent
b3dacf0b74
commit
7b1777b1e4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue