Merge pull request #75785 from eraserhd/weechat-darwin-fix

weechat: Fix build on Darwin
This commit is contained in:
Mario Rodas
2019-12-20 18:49:20 -05:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl, lib
, ncurses, openssl, aspell, gnutls
, ncurses, openssl, aspell, gnutls, gettext
, zlib, curl, pkgconfig, libgcrypt
, cmake, makeWrapper, libobjc, libresolv, libiconv
, asciidoctor # manpages
@@ -49,7 +49,7 @@ let
;
buildInputs = with stdenv.lib; [
ncurses openssl aspell gnutls zlib curl pkgconfig
ncurses openssl aspell gnutls gettext zlib curl pkgconfig
libgcrypt makeWrapper cmake asciidoctor
]
++ optionals stdenv.isDarwin [ libobjc libresolv ]