@@ -20,8 +20,8 @@
|
||||
{ lib, fetchurl, writeScript, ruby, kerberos, libxml2, libxslt, python, stdenv, which
|
||||
, libiconv, postgresql, v8_3_16_14, clang, sqlite, zlib, imagemagick
|
||||
, pkgconfig , ncurses, xapian_1_2_22, gpgme, utillinux, fetchpatch, tzdata, icu, libffi
|
||||
, cmake, libssh2, openssl, mysql, darwin, git, perl, gecode_3, curl
|
||||
, libmsgpack, qt48, libsodium, snappy, libossp_uuid, lxc, libpcap, buildRubyGem
|
||||
, cmake, libssh2, openssl, mysql, darwin, git, perl, pcre, gecode_3, curl
|
||||
, libmsgpack, qt48, libsodium, snappy, libossp_uuid, lxc, libpcap, xlibs, gtk2, buildRubyGem
|
||||
}@args:
|
||||
|
||||
let
|
||||
@@ -38,6 +38,8 @@ let
|
||||
in
|
||||
|
||||
{
|
||||
atk = attrs: { buildInputs = [ gtk2 pcre pkgconfig ]; };
|
||||
|
||||
bundler = attrs:
|
||||
let
|
||||
templates = "${attrs.ruby.gemPath}/gems/${attrs.gemName}-${attrs.version}/lib/bundler/templates/";
|
||||
@@ -53,6 +55,10 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
cairo = attrs: {
|
||||
buildInputs = [ gtk2 pcre pkgconfig xlibs.libpthreadstubs xlibs.libXdmcp];
|
||||
};
|
||||
|
||||
capybara-webkit = attrs: {
|
||||
buildInputs = [ qt48 ];
|
||||
};
|
||||
@@ -81,6 +87,18 @@ in
|
||||
buildInputs = [ gpgme ];
|
||||
};
|
||||
|
||||
gio2 = attrs: { buildInputs = [ gtk2 pcre pkgconfig ]; };
|
||||
|
||||
glib2 = attrs: { buildInputs = [ gtk2 pcre pkgconfig ]; };
|
||||
|
||||
gtk2 = attrs: {
|
||||
buildInputs = [ gtk2 pcre pkgconfig xlibs.libpthreadstubs xlibs.libXdmcp];
|
||||
# CFLAGS must be set for this gem to detect gdkkeysyms.h correctly
|
||||
CFLAGS = "-I${gtk2.dev}/include/gtk-2.0 -I/non-existent-path";
|
||||
};
|
||||
|
||||
gobject-introspection = attrs: { buildInputs = [ gtk2 pcre pkgconfig ]; };
|
||||
|
||||
hitimes = attrs: {
|
||||
buildInputs =
|
||||
stdenv.lib.optionals stdenv.isDarwin
|
||||
@@ -140,6 +158,10 @@ in
|
||||
] ++ lib.optional stdenv.isDarwin "--with-iconv-dir=${libiconv}";
|
||||
};
|
||||
|
||||
pango = attrs: {
|
||||
buildInputs = [ gtk2 xlibs.libXdmcp pcre pkgconfig xlibs.libpthreadstubs ];
|
||||
};
|
||||
|
||||
patron = attrs: {
|
||||
buildInputs = [ curl ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user