Skip to content

Commit

Permalink
report clj build failures to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
bendlas committed Sep 9, 2024
1 parent 44bccbc commit dd9b117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/cljBuilder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ common.writeCljApplication {
runtimeInputs = [ leiningen jdk ] ++ extra-runtime-inputs;
clj-main = "cljnix.builder-cli";
classpath = "${../src}:${common.internal-deps-classpath}";
inherit java-opts preBuild postBuild;
inherit preBuild postBuild;
java-opts = [ "-Dclojure.main.report=stderr" ] ++ java-opts;
}

0 comments on commit dd9b117

Please sign in to comment.