mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #75785 from eraserhd/weechat-darwin-fix
weechat: Fix build on Darwin
This commit is contained in:
commit
33e87b06d3
@ -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 New Issue
Block a user