mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 11:53:51 +00:00
remove depsPath
This commit is contained in:
parent
4a5e725a00
commit
020b204767
@ -12,7 +12,6 @@
|
||||
|
||||
let
|
||||
rubygems = rubygemsFun ruby;
|
||||
depsPath = lib.concatStringsSep ":" (map (g: "${g}/${ruby.gemPath}") gemPath);
|
||||
|
||||
in ruby.stdenv.mkDerivation (attrs // {
|
||||
inherit doCheck;
|
||||
|
Loading…
Reference in New Issue
Block a user