gnu: utox: Make CHECK a native-input.
This is a followup to commit 907ab9e8cbab10413848dfc8982cfc851e03903f. * gnu/packages/messaging.scm (utox)[inputs]: Move CHECK ... [native-inputs]: ... here.
This commit is contained in:
parent
a93ac4cbdf
commit
1e0ea1d8df
@ -831,7 +831,6 @@ messenger protocol.")
|
|||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
("libsodium" ,libsodium)
|
("libsodium" ,libsodium)
|
||||||
("c-toxcore" ,c-toxcore)
|
("c-toxcore" ,c-toxcore)
|
||||||
("check" ,check)
|
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("libvpx" ,libvpx)
|
("libvpx" ,libvpx)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
@ -839,7 +838,9 @@ messenger protocol.")
|
|||||||
("libxrender" ,libxrender)
|
("libxrender" ,libxrender)
|
||||||
("openal" ,openal)
|
("openal" ,openal)
|
||||||
("v4l-utils" ,v4l-utils)))
|
("v4l-utils" ,v4l-utils)))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs
|
||||||
|
`(("check" ,check)
|
||||||
|
("pkg-config" ,pkg-config)))
|
||||||
(synopsis "Lightweight Tox client")
|
(synopsis "Lightweight Tox client")
|
||||||
(description
|
(description
|
||||||
"Utox is a lightweight Tox client. Tox is a distributed and secure
|
"Utox is a lightweight Tox client. Tox is a distributed and secure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user