1 { lib, buildPythonPackage, fetchPypi
4 buildPythonPackage rec {
10 hash = "sha256-onpKCE1eaQ4W4B4DrSsuVSxhplRpQZuQckMZPeGoSuI=";
13 propagatedBuildInputs = [ pygments ];
19 homepage = "https://github.com/bitprophet/alabaster";
20 description = "A Sphinx theme";
21 license = licenses.bsd3;