aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-11-14 15:21:42 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-11-14 15:21:42 +0200
commita2250d17936460e7159fa2d25a585e405b50f2cc (patch)
tree3d5e4efb0909e5d2194cb5fa8f723fd4a9cee228 /etc
parent4d9b8ef3916964136e4b9fac3b0a775d6dade113 (diff)
downloadguix-a2250d17936460e7159fa2d25a585e405b50f2cc.tar.gz
guix-a2250d17936460e7159fa2d25a585e405b50f2cc.zip
gnu: python-readability-lxml: Add source file-name.
* gnu/packages/python-xyz.scm (python-readability-lxml)[source]: Add file-name field.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions
installer/timezone.scm (posix-tz->configuration): New exported procedure. * gnu/installer/steps.scm (installer-step): Rename configuration-proc field to configuration-formatter. (%installer-configuration-file): New exported parameter, (%installer-target-dir): ditto, (%configuration-file-width): ditto, (format-configuration): new exported procedure, (configuration->file): new exported procedure. 2019-01-17installer: Move everything to the build side.Mathieu Othacehe * 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.