gnu: inspircd: Make most inputs non-native.

* gnu/packages/irc.scm (inspircd)[native-inputs]: Reduce to pkg-config.
Move the rest…
[inputs]: …here.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-21 13:41:31 +01:00
parent 1bf139947e
commit fb71e5a83d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -549,15 +549,16 @@ (define-public inspircd
(string-append "--config-dir=" out-etc name)))
#t)))))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
`(("gnutls" ,gnutls)
("libmaxminddb" ,libmaxminddb)
("mysql" ,mysql)
("mbedtls-apache" ,mbedtls-apache)
("mysql" ,mysql)
("openldap" ,openldap)
("openssl" ,openssl)
("pcre" ,pcre "bin")
("perl" ,perl)
("pkg-config" ,pkg-config)
("postgresql" ,postgresql)
("re2" ,re2)
("sqlite" ,sqlite)