summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-07installer: Remove SLiM-specific instructions.Ludovic Courtès
* gnu/installer/newt/services.scm (run-desktop-environments-cbt-page): Remove "with F1".
2019-04-07installer: Fix wording for "Internet access."Ludovic Courtès
* gnu/installer/newt/network.scm (run-technology-page): Fix wording for "Internet access."
2019-04-07installer: Use the normalized codeset in the 'locale' field.Ludovic Courtès
* gnu/installer/locale.scm (normalize-codeset): New procedure. (locale->locale-string): Use it.
2019-04-07installer: Move the 'locale' step before the 'welcome' step.Ludovic Courtès
* gnu/installer.scm (installer-steps): Move the 'locale step before 'welcome.
2019-04-07installer: Simplify locale dialogs.Ludovic Courtès
* gnu/installer/newt/locale.scm (run-language-page): Simplify text. (run-territory-page): Likewise. (run-codeset-page): Likewise. (run-locale-page): Don't call 'run-codeset-page' when "UTF-8" is among the codesets of LOCALES.
2019-04-07doc: Fix syntax of cross-manual references.Ludovic Courtès
This is a followup to 412e6396bbb8b398e8a94427db50271e47db610f. * doc/guix.texi (Mail Services): Fix syntax of cross-references to the Mailutils manual.
2019-04-07size: Optimize dependency size computation.Ludovic Courtès
This reduces 'guix size' run time by ~4% here: items="$(guix build icecat inkscape emacs libreoffice)" guix size $items * guix/scripts/size.scm (store-profile): Define 'size-table' and use it to lookup the size of ITEM in 'dependency-size'.
2019-04-07gnu: terminology: Run test suite.Efraim Flashner
* gnu/packages/enlightenment.scm (terminology)[arguments]: Add configure-flag to build the test binary. Use custom 'check phase. Add phase to remove test binary.
2019-04-07gnu: terminology: Update to 1.4.0.Efraim Flashner
* gnu/packages/enlightenment.scm (terminology): Update to 1.4.0.
2019-04-07services: Add 'imap4d-service-type'.宋文武
* gnu/services/mail.scm (<imap4d-configuration>): New record type. (imap4d-shepherd-service): New procedure. (%default-imap4d-config-file, imap4d-service-type): New variables. * gnu/services/mail.scm (Mail Services): Document it.
2019-04-07gnu: Add clack.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-clack, cl-clack): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add ningle.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-ningle, cl-ningle): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add lack.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-lack, cl-lack): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add lack-middleware-static.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-lack-middleware-static) (cl-lack-middleware-static): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add trivial-mimes.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-trivial-mimes, cl-trivial-mimes): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add lack-middleware-backtrace.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-lack-middleware-backtrace) (cl-lack-middleware-backtrace): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add lack-util.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-lack-util, cl-lack-util): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add lack-component.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-lack-component, cl-lack-component): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add lack-response.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-lack-response, cl-lack-response): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add local-time.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-local-time, cl-local-time): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add lack-request.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-lack-request, cl-lack-request): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add circular-streams.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-circular-streams, cl-circular-streams): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add http-body.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-http-body, cl-http-body): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Keep the 'cl-' name prefix for sbcl packages.宋文武
* gnu/packages/lisp.scm: Rename 'sbcl-syntax' to 'sbcl-cl-syntax', 'sbcl-annot' to 'sbcl-cl-annot', 'sbcl-syntax-annot' to 'sbcl-cl-syntax-annot' and 'sbcl-utilities' to 'sbcl-cl-utilities'.
2019-04-07gnu: Add jonathan.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-jonathan, cl-jonathan): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add fast-io.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-fast-io, cl-fast-io): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add checkl.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-checkl, cl-checkl): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add marshal.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-marshal, cl-marshal): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add static-vectors.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-static-vectors, cl-static-vectors): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add fast-http.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-fast-http, cl-fast-http): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add smart-buffer.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-smart-buffer, cl-smart-buffer): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add xsubseq.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-xsubseq, cl-xsubseq): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: r-sandwich: Update to 2.5-1.Ricardo Wurmus
* gnu/packages/cran.scm (r-sandwich): Update to 2.5-1.
2019-04-07gnu: Add myway.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-myway, cl-myway): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add quri.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-quri, cl-quri): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add map-set.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-map-set, cl-map-set): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add cl-utilities.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-utilities, cl-utilities): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add cl-syntax-annot.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-syntax-annot, cl-syntax-annot): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add cl-annot.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-annot, cl-annot): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add cl-syntax.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-syntax, cl-syntax): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add trivial-types.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-trivial-types, cl-trivial-types): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add hunchentoot.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-hunchentoot, cl-hunchentoot): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add drakma.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-drakma, cl-drakma): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add chipz.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-chipz, cl-chipz): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add cl-who.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-cl-who, cl-cl-who): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add chunga.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-chunga, cl-chunga): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add cl-base64.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-cl-base64, cl-base64): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add kmrcl.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-kmrcl, cl-kmrcl): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add sbcl-md5.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-md5, cl-md5): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07gnu: Add rfc2388.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-rfc2388, cl-rfc2388): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>