9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-dai5nCil2tUN1/jM3UR6Eh3bOJLanlPRylzKMQbVjWU=";
19 nativeBuildInputs = [ flit-core ];
21 propagatedBuildInputs = [ pygments ];
27 homepage = "https://github.com/bitprophet/alabaster";
28 description = "Sphinx theme";
29 license = licenses.bsd3;