clojure-lsp: add smoke test

This commit is contained in:
Jörg Thalheim 2020-04-01 13:16:23 +01:00
parent f615df5c6e
commit deb5e89c33
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -16,6 +16,9 @@ stdenv.mkDerivation rec {
sed -i -e '1 s!java!${jre}/bin/java!' $out/bin/clojure-lsp
'';
# verify shebang patch
installCheckPhase = "PATH= clojure-lsp --version";
meta = with stdenv.lib; {
description = "Language Server Protocol (LSP) for Clojure";
homepage = "https://github.com/snoe/clojure-lsp";