nixpkgs/pkgs/development/tools/misc/clojure-lsp
Thiago Kenji Okada e1c79ccfe4 clojure-lsp: fix build on macOS
Instead of setting the environment variable using Nix, use `preBuild`
hook to inject the value `DTLV_LIB_EXTRACT_DIR` on directly to
`nativeImageBuildArgs`. This will allow us to use a dynamically value
generated with `mktemp -d`.

Fix issue #153765.
2022-01-06 19:50:25 -03:00
..
default.nix clojure-lsp: fix build on macOS 2022-01-06 19:50:25 -03:00