Hello, guix-comm...@gnu.org skribis:
> mothacehe pushed a commit to branch wip-newt-installer > in repository guix. > > commit 7b4729ad9eeb83280626af95881746d0072e14e8 > Author: Mathieu Othacehe <m.othac...@gmail.com> > Date: Fri Nov 23 11:22:35 2018 +0900 > > guix: self: Do not install (gnu system install). > > As we do not want to add a dependency to newt and the graphical installer > in (guix self), do not install (gnu system install). > > * guix/self.scm (*system-modules*): Remove (gnu system install) from > "guix-system" scheme-node. On the branch (gnu system install) uses (gnu installer …) only for ‘installer-program’. We could instead make (gnu installer …) a ‘with-imported-modules’ dependency only. Does that make sense? Thanks, Ludo’.