3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +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:
Tobias Geerinckx-Rice 2020-10-15 02:40:38 +02:00
parent 8154df5307
commit a97ea4ff2a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)