mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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:
parent
1bf139947e
commit
fb71e5a83d
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue