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
commit 33e87b06d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ]