Skip to content

Commit

Permalink
rubyLibs.fast_steamer: add expression
Browse files Browse the repository at this point in the history
  • Loading branch information
lovek323 authored and bjornfor committed Nov 27, 2013
1 parent 49213d5 commit 18013d4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/development/interpreters/ruby/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ g: # Get dependencies from patched gems
fakes3 = g.fakes3_0_1_5;
faraday = g.faraday_0_8_8;
faraday_middleware = g.faraday_middleware_0_9_0;
fast_stemmer = g.fast_stemmer_1_0_2;
ffi = g.ffi_1_9_0;
file_tail = g.file_tail_1_0_12;
foreman = g.foreman_0_63_0;
Expand Down Expand Up @@ -826,6 +827,17 @@ using TCP/IP, especially if custom protocols are required.'';
requiredGems = [ g.faraday_0_8_8 ];
sha256 = ''1kwvi2sdxd6j764a7q5iir73dw2v6816zx3l8cgfv0wr2m47icq2'';
};
fast_stemmer_1_0_2 = {
basename = ''fast_stemmer'';
meta = {
description = ''Fast Porter stemmer based on a C version of algorithm'';
homepage = ''http://github.com/romanbsd/fast-stemmer'';
longDescription = ''Fast Porter stemmer based on a C version of algorithm'';
};
name = ''fast-stemmer-1.0.2'';
requiredGems = [ ];
sha256 = ''0688clyk4xxh3kdb18vi089k90mca8ji5fwaknh3da5wrzcrzanh'';
};
ffi_1_9_0 = {
basename = ''ffi'';
meta = {
Expand Down

0 comments on commit 18013d4

Please sign in to comment.