42 buildPythonPackage rec {
45 disabled = pythonOlder "3.7";
48 inherit pname version;
49 sha256 = "sha256-c8eadkmYWS88nGwi6QwPqHg7FBXlkdazKSrbWDMw/UA=";
52 propagatedBuildInputs = [
93 substituteInPlace setup.cfg \
94 --replace "--cov nikola --cov-report term-missing" ""
99 "test_compiling_markdown"
102 pythonImportsCheck = [ "nikola" ];
105 description = "Static website and blog generator";
106 homepage = "https://getnikola.com/";
107 license = licenses.mit;
108 maintainers = with maintainers; [ jluttine ];
110 broken = stdenv.isDarwin;