update cjson dep in doc

This commit is contained in:
DreamMaoMao 2026-05-25 13:02:57 +08:00
parent e9f80791a3
commit a8ebec9aeb
4 changed files with 11 additions and 0 deletions

View file

@ -93,6 +93,12 @@ Thanks to everyone who has sponsored this project:
<table>
<tr>
<!-- add new sponsors here: copy the <td>...</td> block below -->
<td align="center">
<a href="https://github.com/dl09r">
<img src="https://unavatar.io/github/dl09r" width="48" style="border-radius:50%"/><br/>
<sub>dl09r</sub>
</a>
</td>
<td align="center">
<a href="https://github.com/tonybanters">
<img src="https://unavatar.io/github/tonybanters" width="48" style="border-radius:50%"/><br/>

View file

@ -273,6 +273,7 @@ If your distribution isn't listed above, or you want the latest unreleased chang
> - `hwdata`
> - `seatd`
> - `pcre2`
> - `cjson`
> - `pixman`
> - `xorg-xwayland`
> - `libxcb`

View file

@ -10,6 +10,7 @@
#:use-module (gnu packages pciutils)
#:use-module (gnu packages admin)
#:use-module (gnu packages pcre)
#:use-module (gnu packages cjson)
#:use-module (gnu packages xorg)
#:use-module (gnu packages build-tools)
#:use-module (gnu packages ninja)
@ -53,6 +54,7 @@
hwdata
seatd
pcre2
cjson
libxcb
pixman
xcb-util-wm

View file

@ -5,6 +5,7 @@
libxcb,
libxkbcommon,
pcre2,
cjson,
pixman,
pkg-config,
stdenv,
@ -48,6 +49,7 @@ stdenv.mkDerivation {
libxcb
libxkbcommon
pcre2
cjson
pixman
wayland
wayland-protocols