gnu: knot-resolver: Build with only knot:lib.
This saves 13.9 MiB (~7.5%) of total ‘guix size’. * gnu/packages/dns.scm (knot-resolver)[inputs]: Replace knot with knot:lib.
This commit is contained in:
parent
8154df5307
commit
a97ea4ff2a
1 changed files with 1 additions and 1 deletions
|
@ -986,7 +986,7 @@ synthesis, and on-the-fly re-configuration.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("fstrm" ,fstrm)
|
`(("fstrm" ,fstrm)
|
||||||
("gnutls" ,gnutls)
|
("gnutls" ,gnutls)
|
||||||
("knot" ,knot)
|
("knot:lib" ,knot "lib")
|
||||||
("libuv" ,libuv)
|
("libuv" ,libuv)
|
||||||
("lmdb" ,lmdb)
|
("lmdb" ,lmdb)
|
||||||
("luajit" ,luajit)
|
("luajit" ,luajit)
|
||||||
|
|
Reference in a new issue