mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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 @@ (define-public knot-resolver
|
|||
(inputs
|
||||
`(("fstrm" ,fstrm)
|
||||
("gnutls" ,gnutls)
|
||||
("knot" ,knot)
|
||||
("knot:lib" ,knot "lib")
|
||||
("libuv" ,libuv)
|
||||
("lmdb" ,lmdb)
|
||||
("luajit" ,luajit)
|
||||
|
|
Loading…
Reference in a new issue