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