Skip to content

Commit

Permalink
deps-lock binary: add jdk to runtimeInputs
Browse files Browse the repository at this point in the history
fixes #130
  • Loading branch information
jlesquembre committed Sep 8, 2024
1 parent f909443 commit 44bccbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/depsLock.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

common.writeCljApplication {
name = "deps-lock";
runtimeInputs = [ jq leiningen ];
runtimeInputs = [ jdk jq leiningen ];
clj-main = "cljnix.core";
classpath = "${../src}:${common.internal-deps-classpath}";

Expand Down

0 comments on commit 44bccbc

Please sign in to comment.