Note that shader-slang is now a dependency

This commit is contained in:
Kovid Goyal
2026-06-28 09:08:37 +05:30
parent 219566d2ed
commit d2fe7d56da
2 changed files with 2 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ Run-time dependencies:
* ``liblcms2`` * ``liblcms2``
* ``libxxhash`` * ``libxxhash``
* ``openssl`` * ``openssl``
* ``shader-slang`` (for the slangc compiler)
* ``pixman`` (not needed on macOS) * ``pixman`` (not needed on macOS)
* ``cairo`` (not needed on macOS) * ``cairo`` (not needed on macOS)
* ``freetype`` (not needed on macOS) * ``freetype`` (not needed on macOS)

View File

@@ -15,6 +15,7 @@ in
simde simde
go go
matplotlib matplotlib
shader-slang
] ]
++ optionals stdenv.isDarwin [ ++ optionals stdenv.isDarwin [
libpng libpng