darwin purity: weechat
This commit is contained in:
parent
a8c52d0958
commit
c0e1f2e34f
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, ncurses, openssl, perl, python, aspell, gnutls
|
{ stdenv, fetchurl, ncurses, openssl, perl, python, aspell, gnutls
|
||||||
, zlib, curl , pkgconfig, libgcrypt, ruby, lua5, tcl, guile
|
, zlib, curl , pkgconfig, libgcrypt, ruby, lua5, tcl, guile
|
||||||
, pythonPackages, cacert, cmake, makeWrapper
|
, pythonPackages, cacert, cmake, makeWrapper, libobjc
|
||||||
, extraBuildInputs ? [] }:
|
, extraBuildInputs ? [] }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
[ ncurses perl python openssl aspell gnutls zlib curl pkgconfig
|
[ ncurses perl python openssl aspell gnutls zlib curl pkgconfig
|
||||||
libgcrypt ruby lua5 tcl guile pythonPackages.pycrypto makeWrapper
|
libgcrypt ruby lua5 tcl guile pythonPackages.pycrypto makeWrapper
|
||||||
cacert cmake ]
|
cacert cmake ]
|
||||||
|
++ stdenv.lib.optionals stdenv.isDarwin [ pythonPackages.pync libobjc ]
|
||||||
++ extraBuildInputs;
|
++ extraBuildInputs;
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-I${python}/include/${python.libPrefix} -DCA_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt";
|
NIX_CFLAGS_COMPILE = "-I${python}/include/${python.libPrefix} -DCA_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||||
|
@ -12834,7 +12834,9 @@ let
|
|||||||
graphicsSupport = false;
|
graphicsSupport = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
weechat = callPackage ../applications/networking/irc/weechat { };
|
weechat = callPackage ../applications/networking/irc/weechat {
|
||||||
|
inherit (darwin) libobjc;
|
||||||
|
};
|
||||||
|
|
||||||
westonLite = callPackage ../applications/window-managers/weston {
|
westonLite = callPackage ../applications/window-managers/weston {
|
||||||
pango = null;
|
pango = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user