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
@ -986,7 +986,7 @@ synthesis, and on-the-fly re-configuration.")
|
||||
(inputs
|
||||
`(("fstrm" ,fstrm)
|
||||
("gnutls" ,gnutls)
|
||||
("knot" ,knot)
|
||||
("knot:lib" ,knot "lib")
|
||||
("libuv" ,libuv)
|
||||
("lmdb" ,lmdb)
|
||||
("luajit" ,luajit)
|
||||
|
Loading…
Reference in New Issue
Block a user