summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-07installer: Internationalize service "names"....* gnu/installer/services.scm (%system-services): Mark networking service names with 'G_'. * gnu/installer/newt/services.scm (run-networking-cbt-page): Pass 'system-service-name' through 'G_'. Ludovic Courtès
2019-04-07installer: Offer NM, Connman, and DHCP to non-desktop installs....* gnu/installer/services.scm (%system-services): Add NetworkManager, Connman, and the DHCP client. * gnu/installer/newt/services.scm (run-networking-cbt-page): Add 'network-management?' parameter and honor it. (run-services-page): Adjust call accordingly. Ludovic Courtès
2019-04-07gnu: Add clp....* gnu/packages/maths.scm (clp): New variable. Ricardo Wurmus
2019-04-07gnu: guitarix: Update to 0.38.0....* gnu/packages/audio.scm (guitarix): Update to 0.38.0. Ricardo Wurmus
2019-04-07gnu: lcms: Fix CVE-2018-16435....* gnu/packages/ghostscript.scm (lcms)[replacement]: New field. (lcms/fixed): New variable. * gnu/packages/patches/lcms-CVE-2018-16435.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner
2019-04-07gnu: libssh2@1.8.0: Move to ssh.scm....This fixes a top-level circular dependency introduced in c1f4e6491cecc5d121ef371a8fb2aa0a07030d36. * gnu/packages/curl.scm (libssh2-1.8.0): Move to... * gnu/packages/ssh.scm (libssh2-1.8.0): ... here. Ludovic Courtès
2019-04-07services: dropbear: Add default value....* gnu/services/ssh.scm (dropbear-service-type)[default-value]: New field. Ludovic Courtès
2019-04-07installer: Add dialog to select networking services....* gnu/installer/newt/services.scm (run-networking-cbt-page): New procedure. (run-services-page): Call it. * gnu/installer/services.scm (%system-services): Add OpenSSH and Tor. (networking-system-service?): New procedure. * gnu/installer/steps.scm (format-configuration): Add 'networking' and 'ssh' to the service modules. Ludovic Courtès
2019-04-07installer: Generalize desktop environments to system services....* gnu/installer/services.scm (<desktop-environment>): Rename to... (<system-service>): ... this. Add a 'type' field. (%desktop-environments): Rename to... (%system-services): ... this. (desktop-system-service?): New procedure. (desktop-environments->configuration): Rename to... (system-services->configuration): ... this. Determine the base list of services based on whether SERVICES contains at least one "desktop" service. * gnu/installer/newt/services.scm (run-desktop-environments-cbt-page): Adjust accordingly. * gnu/installer.scm (installer-steps): Likewise. Ludovic Courtès
2019-04-07installer: Remove SLiM-specific instructions....* gnu/installer/newt/services.scm (run-desktop-environments-cbt-page): Remove "with F1". Ludovic Courtès
2019-04-07installer: Fix wording for "Internet access."...* gnu/installer/newt/network.scm (run-technology-page): Fix wording for "Internet access." Ludovic Courtès
2019-04-07installer: Use the normalized codeset in the 'locale' field....* gnu/installer/locale.scm (normalize-codeset): New procedure. (locale->locale-string): Use it. Ludovic Courtès
2019-04-07installer: Move the 'locale' step before the 'welcome' step....* gnu/installer.scm (installer-steps): Move the 'locale step before 'welcome. Ludovic Courtès
2019-04-07installer: Simplify locale dialogs....* 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. Ludovic Courtès
2019-04-07doc: Fix syntax of cross-manual references....This is a followup to 412e6396bbb8b398e8a94427db50271e47db610f. * doc/guix.texi (Mail Services): Fix syntax of cross-references to the Mailutils manual. Ludovic Courtès
2019-04-07size: Optimize dependency size computation....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'. Ludovic Courtès
2019-04-07gnu: terminology: Run test suite....* gnu/packages/enlightenment.scm (terminology)[arguments]: Add configure-flag to build the test binary. Use custom 'check phase. Add phase to remove test binary. Efraim Flashner
2019-04-07gnu: terminology: Update to 1.4.0....* gnu/packages/enlightenment.scm (terminology): Update to 1.4.0. Efraim Flashner
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....* gnu/packages/lisp.scm (sbcl-clack, cl-clack): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add ningle....* gnu/packages/lisp.scm (sbcl-ningle, cl-ningle): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add lack....* gnu/packages/lisp.scm (sbcl-lack, cl-lack): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add lack-middleware-static....* gnu/packages/lisp.scm (sbcl-lack-middleware-static) (cl-lack-middleware-static): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add trivial-mimes....* gnu/packages/lisp.scm (sbcl-trivial-mimes, cl-trivial-mimes): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add lack-middleware-backtrace....* gnu/packages/lisp.scm (sbcl-lack-middleware-backtrace) (cl-lack-middleware-backtrace): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add lack-util....* gnu/packages/lisp.scm (sbcl-lack-util, cl-lack-util): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add lack-component....* gnu/packages/lisp.scm (sbcl-lack-component, cl-lack-component): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add lack-response....* gnu/packages/lisp.scm (sbcl-lack-response, cl-lack-response): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add local-time....* gnu/packages/lisp.scm (sbcl-local-time, cl-local-time): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add lack-request....* gnu/packages/lisp.scm (sbcl-lack-request, cl-lack-request): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add circular-streams....* gnu/packages/lisp.scm (sbcl-circular-streams, cl-circular-streams): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add http-body....* gnu/packages/lisp.scm (sbcl-http-body, cl-http-body): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
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....* gnu/packages/lisp.scm (sbcl-jonathan, cl-jonathan): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add fast-io....* gnu/packages/lisp.scm (sbcl-fast-io, cl-fast-io): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add checkl....* gnu/packages/lisp.scm (sbcl-checkl, cl-checkl): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add marshal....* gnu/packages/lisp.scm (sbcl-marshal, cl-marshal): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add static-vectors....* gnu/packages/lisp.scm (sbcl-static-vectors, cl-static-vectors): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add fast-http....* gnu/packages/lisp.scm (sbcl-fast-http, cl-fast-http): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add smart-buffer....* gnu/packages/lisp.scm (sbcl-smart-buffer, cl-smart-buffer): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add xsubseq....* gnu/packages/lisp.scm (sbcl-xsubseq, cl-xsubseq): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: r-sandwich: Update to 2.5-1....* gnu/packages/cran.scm (r-sandwich): Update to 2.5-1. Ricardo Wurmus
2019-04-07gnu: Add myway....* gnu/packages/lisp.scm (sbcl-myway, cl-myway): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add quri....* gnu/packages/lisp.scm (sbcl-quri, cl-quri): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add map-set....* gnu/packages/lisp.scm (sbcl-map-set, cl-map-set): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add cl-utilities....* gnu/packages/lisp.scm (sbcl-utilities, cl-utilities): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add cl-syntax-annot....* gnu/packages/lisp.scm (sbcl-syntax-annot, cl-syntax-annot): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add cl-annot....* gnu/packages/lisp.scm (sbcl-annot, cl-annot): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add cl-syntax....* gnu/packages/lisp.scm (sbcl-syntax, cl-syntax): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday
2019-04-07gnu: Add trivial-types....* gnu/packages/lisp.scm (sbcl-trivial-types, cl-trivial-types): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Katherine Cox-Buday