gnu: znc: Don't refer to native-inputs.
* gnu/packages/messaging.scm (znc)[native-inputs]: Move run-time perl & python… [inputs]: …here, in alphabetical order.
This commit is contained in:
parent
591464e365
commit
d7463e0125
|
@ -518,14 +518,14 @@ compromised.")
|
||||||
#:test-target "test"))
|
#:test-target "test"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("googletest-source" ,(package-source googletest))
|
`(("googletest-source" ,(package-source googletest))
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)))
|
||||||
("perl" ,perl)
|
|
||||||
("python" ,python)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("openssl" ,openssl)
|
`(("cyrus-sasl" ,cyrus-sasl)
|
||||||
("zlib" ,zlib)
|
|
||||||
("icu4c" ,icu4c)
|
("icu4c" ,icu4c)
|
||||||
("cyrus-sasl" ,cyrus-sasl)))
|
("openssl" ,openssl)
|
||||||
|
("perl" ,perl)
|
||||||
|
("python" ,python)
|
||||||
|
("zlib" ,zlib)))
|
||||||
(home-page "https://znc.in")
|
(home-page "https://znc.in")
|
||||||
(synopsis "IRC network bouncer")
|
(synopsis "IRC network bouncer")
|
||||||
(description "ZNC is an @dfn{IRC network bouncer} or @dfn{BNC}. It can
|
(description "ZNC is an @dfn{IRC network bouncer} or @dfn{BNC}. It can
|
||||||
|
|
Loading…
Reference in New Issue