system: Stop using canonical-package.
authorMathieu Othacehe <m.othacehe@gmail.com>
Tue, 31 Dec 2019 08:56:51 +0000 (09:56 +0100)
committerMathieu Othacehe <m.othacehe@gmail.com>
Tue, 11 Feb 2020 12:54:45 +0000 (13:54 +0100)
commitdfc8ccbf5da96a67eb1cade499f0def21e7fdb02
tree82aa7b635b05fb03051b33669829a2fd5a83af58
parent7bfb7a596493346ca2c2ba993e871e92537c2956
system: Stop using canonical-package.

Usage of canonical-package outside of thunked fields breaks cross-compilation,
see: https://lists.gnu.org/archive/html/guix-devel/2019-12/msg00410.html.

* gnu/installer.scm (installer-program): Remove canonical-package.
* gnu/services/base.scm (<nscd-cache>): Ditto,
(%base-services): ditto.
* gnu/services/xorg.scm: Remove useless canonical-package import.
* gnu/system.scm (%base-packages): Remove canonical-package.
* gnu/system/install.scm (%installation-services): Ditto,
(installation-os): ditto.
* gnu/system/locale.scm (single-locale-directory): Ditto.
gnu/installer.scm
gnu/services/base.scm
gnu/services/xorg.scm
gnu/system.scm
gnu/system/install.scm
gnu/system/locale.scm