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>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<!-- add new sponsors here: copy the <td>...</td> block below -->
|
<!-- 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">
|
<td align="center">
|
||||||
<a href="https://github.com/tonybanters">
|
<a href="https://github.com/tonybanters">
|
||||||
<img src="https://unavatar.io/github/tonybanters" width="48" style="border-radius:50%"/><br/>
|
<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`
|
> - `hwdata`
|
||||||
> - `seatd`
|
> - `seatd`
|
||||||
> - `pcre2`
|
> - `pcre2`
|
||||||
|
> - `cjson`
|
||||||
> - `pixman`
|
> - `pixman`
|
||||||
> - `xorg-xwayland`
|
> - `xorg-xwayland`
|
||||||
> - `libxcb`
|
> - `libxcb`
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
#:use-module (gnu packages pciutils)
|
#:use-module (gnu packages pciutils)
|
||||||
#:use-module (gnu packages admin)
|
#:use-module (gnu packages admin)
|
||||||
#:use-module (gnu packages pcre)
|
#:use-module (gnu packages pcre)
|
||||||
|
#:use-module (gnu packages cjson)
|
||||||
#:use-module (gnu packages xorg)
|
#:use-module (gnu packages xorg)
|
||||||
#:use-module (gnu packages build-tools)
|
#:use-module (gnu packages build-tools)
|
||||||
#:use-module (gnu packages ninja)
|
#:use-module (gnu packages ninja)
|
||||||
|
|
@ -53,6 +54,7 @@
|
||||||
hwdata
|
hwdata
|
||||||
seatd
|
seatd
|
||||||
pcre2
|
pcre2
|
||||||
|
cjson
|
||||||
libxcb
|
libxcb
|
||||||
pixman
|
pixman
|
||||||
xcb-util-wm
|
xcb-util-wm
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
libxcb,
|
libxcb,
|
||||||
libxkbcommon,
|
libxkbcommon,
|
||||||
pcre2,
|
pcre2,
|
||||||
|
cjson,
|
||||||
pixman,
|
pixman,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
stdenv,
|
stdenv,
|
||||||
|
|
@ -48,6 +49,7 @@ stdenv.mkDerivation {
|
||||||
libxcb
|
libxcb
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
pcre2
|
pcre2
|
||||||
|
cjson
|
||||||
pixman
|
pixman
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue