aboutsummaryrefslogtreecommitdiff
path: root/doc/images
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-05-06 09:47:58 +0200
committerRicardo Wurmus <rekado@elephly.net>2022-05-06 10:15:04 +0200
commita2fb35e43db8913a26377d19f4cab5759774240c (patch)
tree30954a4c5c262938558fddfa2dd30ab565ced26c /doc/images
parentce1746819b76fa65d058467c81bd52287a1165f2 (diff)
downloadguix-a2fb35e43db8913a26377d19f4cab5759774240c.tar.gz
guix-a2fb35e43db8913a26377d19f4cab5759774240c.zip
gnu: python-ipython: Add missing input.
* gnu/packages/python-xyz.scm (python-ipython)[propagated-inputs]: Add python-decorator.
Diffstat (limited to 'doc/images')
0 files changed, 0 insertions, 0 deletions
. Pass the result of 'fetch-releases-or-tags' to 'vector->list'. * guix/import/launchpad.scm (latest-released-version): Likewise. Ludovic Courtès 2019-06-07Add (gnu build locale)....* gnu/build/locale.scm: New file. * gnu/local.mk (MODULES_NOT_COMPILED): Add it. * gnu/installer/locale.scm (normalize-codeset): Remove. * gnu/system/locale.scm (localedef-command): Remove. (single-locale-directory): Use (gnu build locale). (glibc-supported-locales)[build]: Likewise, and remove 'read-supported-locales'. Ludovic Courtès 2019-05-13installer: Use 'glibc-supported-locales'....The list of locales supported by glibc is now built from source. * gnu/installer/locale.scm (locale-string->locale): Add optional 'codeset' parameter and honor it. (supported-locales->locales): Rewrite to 'read' from SUPPORTED-LOCALES. * gnu/installer.scm (compute-locale-step): Pass the result of 'glibc-supported-locales' instead of the "aux-files/SUPPORTED" file. * gnu/installer/aux-files/SUPPORTED: Remove. * gnu/local.mk (dist_installer_DATA): Remove it. Ludovic Courtès