A few cleanups and renames. One feature remains...

This commit is contained in:
Judson 2017-06-27 10:56:36 -07:00
parent 603e84caef
commit 70e7e543c5
No known key found for this signature in database
GPG Key ID: 1817B08954BF0B7D
4 changed files with 3 additions and 5 deletions

View File

@ -82,8 +82,6 @@ let
name = if name == null then pname else name;
#name = pname;
paths = envPaths;
pathsToLink = [ "/lib" ];

View File

@ -1,7 +1,7 @@
{ lib, rubyTool }:
rubyTool {
name = "corundum-0.6.2";
bundlerApp {
pname = "corundum";
gemdir = ./.;
exes = [ "corundum-skel" ];

View File

@ -6161,7 +6161,7 @@ with pkgs;
bundix = callPackage ../development/ruby-modules/bundix { };
bundler = callPackage ../development/ruby-modules/bundler { };
bundlerEnv = callPackage ../development/ruby-modules/bundler-env { };
rubyTool = callPackage ../development/ruby-modules/tool { };
bundlerApp = callPackage ../development/ruby-modules/bundler-app { };
inherit (callPackage ../development/interpreters/ruby {})
ruby_2_0_0