sup: update to latest version
This commit is contained in:
@@ -105,6 +105,7 @@ g: # Get dependencies from patched gems
|
||||
uuidtools = g.uuidtools_2_1_3;
|
||||
websocket = g.websocket_1_0_7;
|
||||
xapian_full_alaveteli = g.xapian_full_alaveteli_1_2_9_5;
|
||||
xapian_ruby = g.xapian_ruby_1_2_15_1;
|
||||
xml_simple = g.xml_simple_1_1_1;
|
||||
yajl_ruby = g.yajl_ruby_1_1_0;
|
||||
};
|
||||
@@ -1570,6 +1571,16 @@ specify.'';
|
||||
requiredGems = [ ];
|
||||
sha256 = ''0qg1jkx5lr4a5v7l3f9gq7f07al6qaxxzma230zrzs48bz3qnhxm'';
|
||||
};
|
||||
xapian_ruby_1_2_15_1 = {
|
||||
basename = ''xapian_ruby'';
|
||||
meta = {
|
||||
description = ''xapian libraries and ruby bindings'';
|
||||
homepage = ''https://github.com/garaio/xapian-ruby'';
|
||||
};
|
||||
name = ''xapian-ruby-1.2.15.1'';
|
||||
requiredGems = [ ];
|
||||
sha256 = ''02v3l931246asbcivkr4j0x99pl4i4fjvfsr8ga8v6lkvz0ls1xp'';
|
||||
};
|
||||
xml_simple_1_1_1 = {
|
||||
basename = ''xml_simple'';
|
||||
meta = {
|
||||
|
||||
@@ -101,6 +101,10 @@ in
|
||||
buildInputs = [ zlib libuuid ];
|
||||
};
|
||||
|
||||
xapian_ruby = {
|
||||
buildInputs = [ zlib libuuid ];
|
||||
};
|
||||
|
||||
rjb = {
|
||||
buildInputs = [ jdk ];
|
||||
JAVA_HOME = jdk;
|
||||
|
||||
Reference in New Issue
Block a user