weechat: Fix build on Darwin

gstqt5
Jason Felice 2019-12-16 10:32:41 -05:00
parent c3186349b7
commit 67bed0c696
1 changed files with 2 additions and 2 deletions

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 ]