about summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 91be9d85cdb5..b98e083128ef 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -489,6 +489,10 @@ rec {
     inherit fetchurl stdenv zlib;
   };
 
+  ruby = (import ../development/interpreters/ruby) {
+    inherit fetchurl stdenv;
+  };
+
   dylan = (import ../development/compilers/gwydion-dylan) {
     inherit fetchurl stdenv perl boehmgc yacc flex readline;
     dylan =