1 { lib, fetchPypi, buildPythonApplication }:
3 buildPythonApplication rec {
4 pname = "fortran-language-server";
9 sha256 = "7Dkh7yPX4rULkzfJFxg47YxrCaxuHk+k3TOINHS9T5A=";
12 checkPhase = "$out/bin/fortls --help 1>/dev/null";
13 pythonImportsCheck = [ "fortls" ];
16 description = "FORTRAN Language Server for the Language Server Protocol";
17 mainProgram = "fortls";
18 homepage = "https://pypi.org/project/fortran-language-server/";
19 license = [ licenses.mit ];
20 maintainers = [ maintainers.sheepforce ];