fix build on macos

This commit is contained in:
Jörg Thalheim
2024-04-12 16:34:33 +02:00
committed by Johannes Kirschbauer
parent 43102906aa
commit 30663d563d
2 changed files with 0 additions and 4 deletions

View File

@@ -9,9 +9,6 @@ pkgs.stdenv.mkDerivation {
++ (with pkgs.python3Packages; [ ++ (with pkgs.python3Packages; [
mkdocs mkdocs
mkdocs-material mkdocs-material
mkdocs-drawio-exporter
mkdocs-swagger-ui-tag
plantuml-markdown
]); ]);
buildPhase = '' buildPhase = ''

View File

@@ -17,7 +17,6 @@ markdown_extensions:
- pymdownx.highlight: - pymdownx.highlight:
use_pygments: true use_pygments: true
- pymdownx.superfences - pymdownx.superfences
- plantuml_markdown
- toc: - toc:
title: On this page title: On this page