gnu: inetutils: Do not refer to canonical coreutils.
authorMathieu Othacehe <othacehe@gnu.org>
Thu, 27 Aug 2020 14:18:31 +0000 (16:18 +0200)
committerMathieu Othacehe <othacehe@gnu.org>
Thu, 27 Aug 2020 14:20:21 +0000 (16:20 +0200)
commit61560d4bef05711db86320794437e1b261f4b5aa
tree36169a6d55be150e07b4ce64bbb5467653254a6a
parent17f168fcadcae78284d2b88accb4250a2e0d43fa
gnu: inetutils: Do not refer to canonical coreutils.

Make sure not to retain a reference to the canonical coreutils package.  The
Guix System closure size would otherwise be increased by including references
to both canonical and non-canonical version of those packages.

* gnu/packages/admin.scm (inetutils)[inputs]: Add "coreutils",
[arguments]: and point to it with PATHDEF_CP variable.
gnu/packages/admin.scm