about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorJason "Don" O'Conal <lovek323@gmail.com>2013-11-21 03:27:57 +0000
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-11-27 23:17:51 +0100
commita54e4d39667cf3e4e7668172fe01fcd4345a7a61 (patch)
treefa20cca8ca8ab0e014b14f1a4f6fc3349f21eced /pkgs/development/interpreters
parent72214690f409450c7afb869d03238b8cac289b9a (diff)
downloadnixlib-a54e4d39667cf3e4e7668172fe01fcd4345a7a61.tar
nixlib-a54e4d39667cf3e4e7668172fe01fcd4345a7a61.tar.gz
nixlib-a54e4d39667cf3e4e7668172fe01fcd4345a7a61.tar.bz2
nixlib-a54e4d39667cf3e4e7668172fe01fcd4345a7a61.tar.lz
nixlib-a54e4d39667cf3e4e7668172fe01fcd4345a7a61.tar.xz
nixlib-a54e4d39667cf3e4e7668172fe01fcd4345a7a61.tar.zst
nixlib-a54e4d39667cf3e4e7668172fe01fcd4345a7a61.zip
rubyLibs.coderay: add expression
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/ruby/generated.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/ruby/generated.nix b/pkgs/development/interpreters/ruby/generated.nix
index ddb7f4d8d314..b370e6aac095 100644
--- a/pkgs/development/interpreters/ruby/generated.nix
+++ b/pkgs/development/interpreters/ruby/generated.nix
@@ -24,6 +24,7 @@ g: # Get dependencies from patched gems
     celluloid = g.celluloid_0_15_2;
     childprocess = g.childprocess_0_3_9;
     chronic = g.chronic_0_10_1;
+    classifier = g.classifier_1_3_3;
     coderay = g.coderay_1_0_9;
     coffee_rails = g.coffee_rails_4_0_1;
     coffee_script = g.coffee_script_2_2_0;
@@ -482,6 +483,18 @@ for those one-off tasks, with a language that's a joy to use.
       requiredGems = [  ];
       sha256 = ''0kspaxpfy7yvyk1lvpx31w852qfj8wb9z04mcj5bzi70ljb9awqk'';
     };
+    classifier_1_3_3 = {
+      basename = ''classifier'';
+      meta = {
+        description = ''A general classifier module to allow Bayesian and other types of classifications.'';
+        homepage = ''http://classifier.rufy.com/'';
+        longDescription = ''   A general classifier module to allow Bayesian and other types of classifications.
+'';
+      };
+      name = ''classifier-1.3.3'';
+      requiredGems = [ g.fast_stemmer_1_0_2 ];
+      sha256 = ''1kq1cd8fq6wvyxbjy3r6ya3d3sk3rcp1b560xlqvflpsirm47r9g'';
+    };
     chronic_0_10_1 = {
       basename = ''chronic'';
       meta = {