about summary refs log tree commit diff
path: root/pkgs/development/ruby-modules/bundled-common
diff options
context:
space:
mode:
authorJudson <nyarly@gmail.com>2017-06-27 10:56:36 -0700
committerJudson <nyarly@gmail.com>2017-06-27 10:56:36 -0700
commit70e7e543c5493761cf065dc96ec8c8cbafe40aba (patch)
tree41980a5b1a0eb801ee889baf9cf4d0ab41e2a530 /pkgs/development/ruby-modules/bundled-common
parent603e84caefe2be319263ad6f83637af533834cc9 (diff)
downloadnixlib-70e7e543c5493761cf065dc96ec8c8cbafe40aba.tar
nixlib-70e7e543c5493761cf065dc96ec8c8cbafe40aba.tar.gz
nixlib-70e7e543c5493761cf065dc96ec8c8cbafe40aba.tar.bz2
nixlib-70e7e543c5493761cf065dc96ec8c8cbafe40aba.tar.lz
nixlib-70e7e543c5493761cf065dc96ec8c8cbafe40aba.tar.xz
nixlib-70e7e543c5493761cf065dc96ec8c8cbafe40aba.tar.zst
nixlib-70e7e543c5493761cf065dc96ec8c8cbafe40aba.zip
A few cleanups and renames. One feature remains...
Diffstat (limited to 'pkgs/development/ruby-modules/bundled-common')
-rw-r--r--pkgs/development/ruby-modules/bundled-common/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/ruby-modules/bundled-common/default.nix b/pkgs/development/ruby-modules/bundled-common/default.nix
index 354353ffab11..6e7bd7a898bd 100644
--- a/pkgs/development/ruby-modules/bundled-common/default.nix
+++ b/pkgs/development/ruby-modules/bundled-common/default.nix
@@ -82,8 +82,6 @@ let
 
     name = if name == null then pname else name;
 
-    #name = pname;
-
     paths = envPaths;
     pathsToLink = [ "/lib" ];