10 buildPythonPackage rec {
11 pname = "sphinxemoji";
20 src = fetchFromGitHub {
21 owner = "sphinx-contrib";
24 hash = "sha256-TLhjpJpUIoDAe3RZ/7sjTgdW+5s7OpMEd1/w0NyCQ3A=";
32 propagatedBuildInputs = [
34 # sphinxemoji.py imports pkg_resources directly
38 pythonImportsCheck = [ "sphinxemoji" ];
41 description = "Extension to use emoji codes in your Sphinx documentation";
42 homepage = "https://github.com/sphinx-contrib/emojicodes";
43 license = licenses.mit;
44 maintainers = with maintainers; [ kaction ];