Use the loaded deps, not the path.
This commit is contained in:
parent
4c5662ea1e
commit
83a88ce4d8
|
@ -19,7 +19,7 @@ let
|
||||||
'';
|
'';
|
||||||
|
|
||||||
deps = callPackage clj-deps { };
|
deps = callPackage clj-deps { };
|
||||||
classpath = clj-deps.makeClasspaths { };
|
classpath = deps.makeClasspaths { };
|
||||||
|
|
||||||
uberjar-script = writeScript "uberjar-builder.rb" ''
|
uberjar-script = writeScript "uberjar-builder.rb" ''
|
||||||
${ruby}/bin/ruby
|
${ruby}/bin/ruby
|
||||||
|
|
Loading…
Reference in New Issue