8 buildPythonPackage rec {
14 inherit pname version;
15 hash = "sha256-dai5nCil2tUN1/jM3UR6Eh3bOJLanlPRylzKMQbVjWU=";
18 nativeBuildInputs = [ flit-core ];
20 propagatedBuildInputs = [ pygments ];
26 homepage = "https://github.com/bitprophet/alabaster";
27 description = "A Sphinx theme";
28 license = licenses.bsd3;