me
/
guix
Archived
1
0
Fork 0

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.
master
Tobias Geerinckx-Rice 2019-06-25 14:20:02 +02:00
parent 591464e365
commit d7463e0125
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 6 deletions

View File

@ -518,14 +518,14 @@ compromised.")
#:test-target "test"))
(native-inputs
`(("googletest-source" ,(package-source googletest))
("pkg-config" ,pkg-config)
("perl" ,perl)
("python" ,python)))
("pkg-config" ,pkg-config)))
(inputs
`(("openssl" ,openssl)
("zlib" ,zlib)
`(("cyrus-sasl" ,cyrus-sasl)
("icu4c" ,icu4c)
("cyrus-sasl" ,cyrus-sasl)))
("openssl" ,openssl)
("perl" ,perl)
("python" ,python)
("zlib" ,zlib)))
(home-page "https://znc.in")
(synopsis "IRC network bouncer")
(description "ZNC is an @dfn{IRC network bouncer} or @dfn{BNC}. It can