diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-15 02:40:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-16 02:03:23 +0200 |
commit | a97ea4ff2a407ec4c5bd3ffe55c9c59a1e8c37ea (patch) | |
tree | 96122df9e952678bc5a92b3ce70d37f3a13774f6 /gnu/packages/dns.scm | |
parent | 8154df5307bc3d27326e4a94c5b505a18c2723eb (diff) | |
download | guix-a97ea4ff2a407ec4c5bd3ffe55c9c59a1e8c37ea.tar.gz |
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.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index c5a6c98cb9..a27b670d8c 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -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) |