aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2019-07-31 15:02:22 -0400
committerMark H Weaver <mhw@netris.org>2019-07-31 15:02:22 -0400
commitfd9832e624c65287552152b2e0b52a001dc9a1d2 (patch)
treeb333414b7200da341ce9aec3b7a56c0ca418ab1a /bootstrap
parentaf825b11f7b7f0367019331c2654547795105191 (diff)
downloadguix-fd9832e624c65287552152b2e0b52a001dc9a1d2.tar.gz
guix-fd9832e624c65287552152b2e0b52a001dc9a1d2.zip
gnu: linux-libre@4.14: Update to 4.14.135.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.135. (linux-libre-4.14-pristine-source)[hash]: Update hash.
Diffstat (limited to 'bootstrap')
0 files changed, 0 insertions, 0 deletions
100'>2019-01-17installer: Move everything to the build side....* gnu/installer.scm: Rename to ... * gnu/installer/record.scm: ... this. * gnu/installer/build-installer.scm: Move everything to the build side and rename to gnu/installer.scm. * gnu/installer/newt.scm: Remove all the gexps and add depencies to newt modules as this code will only be used on the build side by now. * gnu/local.mk (GNU_SYSTEM_MODULES): Adapt it, (dist_installer_DATA): New rule to install installer's aux-files. * gnu/system/install.scm (%installation-services): Use only 'installer-program' from (gnu installer). The installer is now choosen on the build side. * guix/self.scm (*system-modules*): Restore previous behaviour and add all installer files to #:extra-files field of the scheme-node. * po/guix/POTFILES.in: Adapt it. Mathieu Othacehe