weechat: Fix build on Darwin
This commit is contained in:
parent
c3186349b7
commit
67bed0c696
1 changed files with 2 additions and 2 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue