1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

add python dependencies

This commit is contained in:
Alejandro Sanchez Medina 2023-10-10 13:14:37 +01:00
parent 957bda73d4
commit 5ede808e39

View file

@ -16,11 +16,13 @@
src = self; src = self;
buildInputs = with pkgs.python310Packages; [ buildInputs = with pkgs.python310Packages; [
livereload livereload
linkify-it-py
myst-parser myst-parser
sphinx sphinx
sphinx-book-theme sphinx-book-theme
sphinx-copybutton sphinx-copybutton
sphinx-design sphinx-design
sphinx-notfound-page
black black
]; ];
buildPhase = '' buildPhase = ''