mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-28 21:37:28 -04:00
update cjson dep in doc
This commit is contained in:
parent
e9f80791a3
commit
a8ebec9aeb
4 changed files with 11 additions and 0 deletions
|
|
@ -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/>
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue