gittyup: Fix generation of HTML docs from Markdown files

`cmark` is needed to generate documentation at build time.
This commit is contained in:
Philipp Joram
2025-01-09 11:33:48 +02:00
parent 55e5cc89e5
commit ddccad3800
@@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
cmark
ninja
pkg-config
wrapQtAppsHook