Carlo Zancanaro
d6449c362b
gnu: Add emacs-erlang.
...
* gnu/packages/erlang.scm (emacs-erlang): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-04-07 22:23:52 +02:00
Brian Leung
48b58245a7
gnu: emacs-wgrep: Update to 2.3.0.
...
* gnu/packages/emacs-xyz.scm (emacs-wgrep): Update to 2.3.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-04-07 22:23:51 +02:00
Brian Leung
96c822a3ea
gnu: emacs-evil-matchit: Update to 2.2.9.
...
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.2.9.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-04-07 22:23:51 +02:00
Brian Leung
b8a5c1080e
gnu: emacs-js2-mode: Update to 20190219.
...
* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20190219.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-04-07 22:23:51 +02:00
Diego Nicola Barbato
f7d011d2a5
gnu: emacs-exwm: Provide absolute file name in '.desktop' file.
...
Previously GDM would crash when selecting EXWM.
* gnu/packages/emacs-xyz.scm (emacs-exwm)[arguments]: Rewrite
'install-xsession' phase such that .desktop file contains an absolute file
name.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-04-07 22:23:51 +02:00
Ludovic Courtès
5a663d87eb
install: Tweak motd.
...
* gnu/system/install.scm (%installation-services): Tweak motd.
2019-04-07 22:23:51 +02:00
Ludovic Courtès
6fb6dd13b5
install: Remove "GuixSD".
...
* gnu/system/install.scm (%installation-services): Remove "Guix System
Distribution" from motd.
2019-04-07 22:23:51 +02:00
Ludovic Courtès
a886eedfae
installer: Adjust welcome page message.
...
* gnu/installer/newt/welcome.scm (run-welcome-page): Make the message
less scary.
2019-04-07 22:23:51 +02:00
Ludovic Courtès
62b0f044f1
installer: 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_'.
2019-04-07 22:23:51 +02:00
Ludovic Courtès
2e55f37c0c
installer: 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.
2019-04-07 22:23:50 +02:00
Ricardo Wurmus
ecfbc51faa
gnu: Add clp.
...
* gnu/packages/maths.scm (clp): New variable.
2019-04-07 21:33:03 +02:00
Ricardo Wurmus
93880e5786
gnu: guitarix: Update to 0.38.0.
...
* gnu/packages/audio.scm (guitarix): Update to 0.38.0.
2019-04-07 21:33:00 +02:00
Efraim Flashner
8a3bb34c5e
gnu: 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.
2019-04-07 21:10:26 +03:00
Ludovic Courtès
71b4974a40
gnu: libssh2@1.8.0: Move to ssh.scm.
...
This fixes a top-level circular dependency introduced in
c1f4e6491c
.
* gnu/packages/curl.scm (libssh2-1.8.0): Move to...
* gnu/packages/ssh.scm (libssh2-1.8.0): ... here.
2019-04-07 18:04:34 +02:00
Ludovic Courtès
3613ce46dc
services: dropbear: Add default value.
...
* gnu/services/ssh.scm (dropbear-service-type)[default-value]: New
field.
2019-04-07 18:04:08 +02:00
Ludovic Courtès
7d1030a635
installer: 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.
2019-04-07 18:02:39 +02:00
Ludovic Courtès
75988317b2
installer: 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.
2019-04-07 17:18:04 +02:00
Ludovic Courtès
e8aa4e9511
installer: Remove SLiM-specific instructions.
...
* gnu/installer/newt/services.scm (run-desktop-environments-cbt-page):
Remove "with F1".
2019-04-07 16:25:07 +02:00
Ludovic Courtès
d155777452
installer: Fix wording for "Internet access."
...
* gnu/installer/newt/network.scm (run-technology-page): Fix wording for
"Internet access."
2019-04-07 16:21:52 +02:00
Ludovic Courtès
cbd01cff79
installer: Use the normalized codeset in the 'locale' field.
...
* gnu/installer/locale.scm (normalize-codeset): New procedure.
(locale->locale-string): Use it.
2019-04-07 16:19:09 +02:00
Ludovic Courtès
850ddf94e8
installer: Move the 'locale' step before the 'welcome' step.
...
* gnu/installer.scm (installer-steps): Move the 'locale step before
'welcome.
2019-04-07 16:16:14 +02:00
Ludovic Courtès
04d0aa9905
installer: 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.
2019-04-07 12:11:55 +02:00
Efraim Flashner
32c055fd32
gnu: 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.
2019-04-07 10:49:30 +03:00
Efraim Flashner
31d663a14b
gnu: terminology: Update to 1.4.0.
...
* gnu/packages/enlightenment.scm (terminology): Update to 1.4.0.
2019-04-07 10:49:30 +03:00
宋文武
412e6396bb
services: 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-07 14:18:01 +08:00
Katherine Cox-Buday
d3715a30d1
gnu: Add clack.
...
* gnu/packages/lisp.scm (sbcl-clack, cl-clack): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
7e2404a56b
gnu: Add ningle.
...
* gnu/packages/lisp.scm (sbcl-ningle, cl-ningle): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
77a5b9fed8
gnu: Add lack.
...
* gnu/packages/lisp.scm (sbcl-lack, cl-lack): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
dba5005848
gnu: 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>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
ac99157f42
gnu: Add trivial-mimes.
...
* gnu/packages/lisp.scm (sbcl-trivial-mimes, cl-trivial-mimes): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
d3da4b37cf
gnu: 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>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
08295e6fc0
gnu: Add lack-util.
...
* gnu/packages/lisp.scm (sbcl-lack-util, cl-lack-util): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
3583ba0429
gnu: Add lack-component.
...
* gnu/packages/lisp.scm (sbcl-lack-component, cl-lack-component): New
variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
fb38366827
gnu: Add lack-response.
...
* gnu/packages/lisp.scm (sbcl-lack-response, cl-lack-response): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
ffc1d945d0
gnu: Add local-time.
...
* gnu/packages/lisp.scm (sbcl-local-time, cl-local-time): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
d98d148567
gnu: Add lack-request.
...
* gnu/packages/lisp.scm (sbcl-lack-request, cl-lack-request): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
a2c4a05567
gnu: Add circular-streams.
...
* gnu/packages/lisp.scm (sbcl-circular-streams, cl-circular-streams): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
5ca7143fdc
gnu: Add http-body.
...
* gnu/packages/lisp.scm (sbcl-http-body, cl-http-body): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
宋文武
3f3dfd8459
gnu: 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-07 14:10:04 +08:00
Katherine Cox-Buday
0fecb86cc4
gnu: Add jonathan.
...
* gnu/packages/lisp.scm (sbcl-jonathan, cl-jonathan): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
4a290afbba
gnu: Add fast-io.
...
* gnu/packages/lisp.scm (sbcl-fast-io, cl-fast-io): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
e7dcdd9fea
gnu: Add checkl.
...
* gnu/packages/lisp.scm (sbcl-checkl, cl-checkl): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
135984ef15
gnu: Add marshal.
...
* gnu/packages/lisp.scm (sbcl-marshal, cl-marshal): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
6ae60f04c1
gnu: Add static-vectors.
...
* gnu/packages/lisp.scm (sbcl-static-vectors, cl-static-vectors): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
d75d5dd5a3
gnu: Add fast-http.
...
* gnu/packages/lisp.scm (sbcl-fast-http, cl-fast-http): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
1f2dd0dacf
gnu: Add smart-buffer.
...
* gnu/packages/lisp.scm (sbcl-smart-buffer, cl-smart-buffer): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
Katherine Cox-Buday
b45acc342e
gnu: Add xsubseq.
...
* gnu/packages/lisp.scm (sbcl-xsubseq, cl-xsubseq): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 14:10:04 +08:00
Ricardo Wurmus
0eb306d39b
gnu: r-sandwich: Update to 2.5-1.
...
* gnu/packages/cran.scm (r-sandwich): Update to 2.5-1.
2019-04-07 06:22:01 +02:00
Katherine Cox-Buday
33a5855614
gnu: Add myway.
...
* gnu/packages/lisp.scm (sbcl-myway, cl-myway): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 11:23:14 +08:00
Katherine Cox-Buday
5a4b0f633b
gnu: Add quri.
...
* gnu/packages/lisp.scm (sbcl-quri, cl-quri): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 11:23:14 +08:00
Katherine Cox-Buday
9e005948c1
gnu: Add map-set.
...
* gnu/packages/lisp.scm (sbcl-map-set, cl-map-set): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 11:23:14 +08:00
Katherine Cox-Buday
a7b1ae38d3
gnu: Add cl-utilities.
...
* gnu/packages/lisp.scm (sbcl-utilities, cl-utilities): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 11:23:14 +08:00
Katherine Cox-Buday
2005104eb2
gnu: Add cl-syntax-annot.
...
* gnu/packages/lisp.scm (sbcl-syntax-annot, cl-syntax-annot): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 11:23:14 +08:00
Katherine Cox-Buday
7408b219bf
gnu: Add cl-annot.
...
* gnu/packages/lisp.scm (sbcl-annot, cl-annot): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 11:23:14 +08:00
Katherine Cox-Buday
85d1c70573
gnu: Add cl-syntax.
...
* gnu/packages/lisp.scm (sbcl-syntax, cl-syntax): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 11:23:14 +08:00
Katherine Cox-Buday
47a8aaa810
gnu: Add trivial-types.
...
* gnu/packages/lisp.scm (sbcl-trivial-types, cl-trivial-types): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 11:23:14 +08:00
Katherine Cox-Buday
155fc43695
gnu: Add hunchentoot.
...
* gnu/packages/lisp.scm (sbcl-hunchentoot, cl-hunchentoot): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 11:23:14 +08:00
Katherine Cox-Buday
5ceb1492d4
gnu: Add drakma.
...
* gnu/packages/lisp.scm (sbcl-drakma, cl-drakma): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 11:23:14 +08:00
Katherine Cox-Buday
50fe395d1e
gnu: Add chipz.
...
* gnu/packages/lisp.scm (sbcl-chipz, cl-chipz): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 11:23:14 +08:00
Katherine Cox-Buday
a4aefc1b2f
gnu: Add cl-who.
...
* gnu/packages/lisp.scm (sbcl-cl-who, cl-cl-who): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 11:23:14 +08:00
Katherine Cox-Buday
990724c882
gnu: Add chunga.
...
* gnu/packages/lisp.scm (sbcl-chunga, cl-chunga): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 11:23:14 +08:00
Katherine Cox-Buday
9945a17023
gnu: Add cl-base64.
...
* gnu/packages/lisp.scm (sbcl-cl-base64, cl-base64): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 10:09:02 +08:00
Katherine Cox-Buday
610ee80a9c
gnu: Add kmrcl.
...
* gnu/packages/lisp.scm (sbcl-kmrcl, cl-kmrcl): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 09:59:23 +08:00
Katherine Cox-Buday
66c84d20c3
gnu: Add sbcl-md5.
...
* gnu/packages/lisp.scm (sbcl-md5, cl-md5): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 09:50:11 +08:00
Katherine Cox-Buday
d213718208
gnu: Add rfc2388.
...
* gnu/packages/lisp.scm (sbcl-rfc2388, cl-rfc2388): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 09:45:27 +08:00
Katherine Cox-Buday
977b0db4c0
gnu: Add trivial-backtrace.
...
* gnu/packages/lisp.scm (sbcl-trivial-backtrace, cl-trivial-backtrace): New
variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 09:42:11 +08:00
Katherine Cox-Buday
d1ae5a1215
gnu: Add cl+ssl.
...
* gnu/packages/lisp.scm (sbcl-cl+ssl, cl-cl+ssl): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 09:36:04 +08:00
Katherine Cox-Buday
5914489dab
gnu: cl-ansi-text: Correct license to LLGPL.
...
* gnu/packages/lisp.scm (cl-ansi-text)[license]: Correct to LLGPL.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 09:21:17 +08:00
Katherine Cox-Buday
31b898ec5e
gnu: sbcl: Update to 1.5.1.
...
* gnu/packages/lisp.scm (sbcl): Update to 1.5.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-04-07 09:02:01 +08:00
Ricardo Wurmus
2da8588ebc
gnu: r-mlinterfaces: Update to 1.62.1.
...
* gnu/packages/bioconductor.scm (r-mlinterfaces): Update to 1.62.1.
2019-04-06 23:13:26 +02:00
Ricardo Wurmus
bb94f7257e
gnu: r-inspect: Update to 1.12.2.
...
* gnu/packages/bioconductor.scm (r-inspect): Update to 1.12.2.
2019-04-06 23:13:26 +02:00
Ricardo Wurmus
f613f9ae26
gnu: r-ldblock: Update to 1.12.1.
...
* gnu/packages/bioinformatics.scm (r-ldblock): Update to 1.12.1.
2019-04-06 23:13:26 +02:00
Ricardo Wurmus
8f30d38238
gnu: r-ensembldb: Update to 2.6.8.
...
* gnu/packages/bioinformatics.scm (r-ensembldb): Update to 2.6.8.
2019-04-06 23:13:26 +02:00
Ricardo Wurmus
f2f89e9a4c
gnu: r-rjava: Update to 0.9-11.
...
* gnu/packages/cran.scm (r-rjava): Update to 0.9-11.
2019-04-06 23:13:25 +02:00
Ricardo Wurmus
b85a5f3bcc
gnu: r-optparse: Update to 1.6.2.
...
* gnu/packages/cran.scm (r-optparse): Update to 1.6.2.
2019-04-06 23:13:25 +02:00
Ricardo Wurmus
24be014e0a
gnu: r-spdep: Update to 1.1-2.
...
* gnu/packages/cran.scm (r-spdep): Update to 1.1-2.
2019-04-06 23:13:25 +02:00
Ricardo Wurmus
3c18fb1314
gnu: r-bedr: Update to 1.0.7.
...
* gnu/packages/cran.scm (r-bedr): Update to 1.0.7.
2019-04-06 23:13:25 +02:00
Ricardo Wurmus
9e896d389d
gnu: r-rspectra: Update to 0.14-0.
...
* gnu/packages/cran.scm (r-rspectra): Update to 0.14-0.
2019-04-06 23:13:25 +02:00
Ricardo Wurmus
30918ce8fc
gnu: r-flextable: Update to 0.5.2.
...
* gnu/packages/cran.scm (r-flextable): Update to 0.5.2.
[propagated-inputs]: Add r-base64enc; remove r-magick.
2019-04-06 23:13:24 +02:00
Ricardo Wurmus
55a3da9246
gnu: r-insight: Update to 0.2.0.
...
* gnu/packages/cran.scm (r-insight): Update to 0.2.0.
2019-04-06 23:13:24 +02:00
Ricardo Wurmus
20a485794e
gnu: r-network: Update to 1.15.
...
* gnu/packages/cran.scm (r-network): Update to 1.15.
2019-04-06 23:13:24 +02:00
Ricardo Wurmus
a2befb3751
gnu: r-xfun: Update to 0.6.
...
* gnu/packages/cran.scm (r-xfun): Update to 0.6.
2019-04-06 23:13:24 +02:00
Ricardo Wurmus
987b080469
gnu: r-extremes: Update to 2.0-10.
...
* gnu/packages/cran.scm (r-extremes): Update to 2.0-10.
[propagated-inputs]: Remove r-car.
2019-04-06 23:13:24 +02:00
Ricardo Wurmus
5686da7608
gnu: r-distillery: Update to 1.0-6.
...
* gnu/packages/cran.scm (r-distillery): Update to 1.0-6.
2019-04-06 23:13:23 +02:00
Ricardo Wurmus
b15c5c0ef9
gnu: r-circlize: Update to 0.4.6.
...
* gnu/packages/cran.scm (r-circlize): Update to 0.4.6.
2019-04-06 23:13:23 +02:00
Ricardo Wurmus
0b8ef65555
gnu: r-httpuv: Update to 1.5.1.
...
* gnu/packages/cran.scm (r-httpuv): Update to 1.5.1.
2019-04-06 23:13:23 +02:00
Ricardo Wurmus
0a2c188cc5
gnu: r-gdtools: Update to 0.1.8.
...
* gnu/packages/statistics.scm (r-gdtools): Update to 0.1.8.
[native-inputs]: Move r-rcpp from here...
[propagated-inputs]: ...to here.
2019-04-06 23:13:23 +02:00
Ricardo Wurmus
fa7e82acd9
gnu: r-rlang: Update to 0.3.3.
...
* gnu/packages/statistics.scm (r-rlang): Update to 0.3.3.
2019-04-06 23:13:23 +02:00
Ricardo Wurmus
f1434d80d6
gnu: r-survival: Update to 2.44-1.1.
...
* gnu/packages/statistics.scm (r-survival): Update to 2.44-1.1.
2019-04-06 23:13:23 +02:00
Ricardo Wurmus
6b56ce6db5
gnu: r-mass: Update to 7.3-51.3.
...
* gnu/packages/statistics.scm (r-mass): Update to 7.3-51.3.
2019-04-06 23:13:23 +02:00
Ricardo Wurmus
45197401df
gnu: r-cluster: Update to 2.0.8.
...
* gnu/packages/statistics.scm (r-cluster): Update to 2.0.8.
2019-04-06 23:13:22 +02:00
Efraim Flashner
3b5671a3fa
gnu: python-certifi: Update to 2019.3.9.
...
* gnu/packages/python-crypto.scm (python-certifi): Update to 2019.3.9.
2019-04-06 22:50:39 +03:00
Ludovic Courtès
177bc62d63
services: wpa-supplicant: Log to syslog.
...
* gnu/services/networking.scm (wpa-supplicant-shepherd-service): Pass
"-s" to 'wpa_supplicant'. Add 'syslogd' to 'requirement'.
2019-04-05 17:55:51 +02:00
Ludovic Courtès
1361584983
services: localed: Do nothing for unconfigured keyboards.
...
* gnu/services/xorg.scm (localed-service-type)[package]: Return the
empty list when the 'keyboard-layout' field is #f.
[compose]: Use 'find' instead of 'first'.
2019-04-05 17:55:51 +02:00
Ludovic Courtès
3ef3bdf1cd
services: localed: Properly handle lack of a 'keyboard-layout'.
...
Fixes a type error when KEYBOARD-LAYOUT is #f.
* gnu/services/xorg.scm (localed-dbus-service): Return the empty list
when KEYBOARD-LAYOUT is #f.
2019-04-05 17:55:50 +02:00
Ludovic Courtès
0cf981a606
services: gdm: Properly handle empty extensions lists.
...
Fixes a bug whereby not extending GDM would lead us to do:
(first '())
in the 'compose' method.
Regression introduced in 305a732a0a
.
* gnu/services/xorg.scm (gdm-service-type)[compose]: Handle the case
where EXTENSIONS is empty.
[extend]: Handle the case where XORG-CONFIGURATION is #f.
2019-04-05 17:55:50 +02:00
Oleg Pykhalov
37aaf9a8c7
gnu: emacs-undohist-el: Apply 'emacs-undohist-ignored.patch'.
...
This commit follows 3dbd240937
.
* gnu/packages/emacs-xyz.scm (emacs-undohist-el)[source]: Add
'emacs-undohist-ignored.patch'.
2019-04-05 18:52:30 +03:00
Brian Leung
3dbd240937
gnu: Add emacs-undohist-el.
...
* gnu/packages/patches/emacs-undohist-ignored.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add this.
* gnu/packages/emacs-xyz.scm (emacs-undohist-el): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-04-05 18:44:05 +03:00
Ludovic Courtès
3a665637af
services: console-keymap: Deprecate.
...
* gnu/services/base.scm (console-keymap-service): Mark as deprecated.
* doc/guix.texi (Base Services): Remove its documentation.
2019-04-05 15:39:35 +02:00
Ludovic Courtès
305a732a0a
services: xorg: Add 'set-xorg-configuration'.
...
* gnu/services/xorg.scm (gdm-service-type)[compose, extend]: New fields.
(set-xorg-configuration): New procedure.
* doc/guix.texi (Keyboard Layout): Use it.
(X Window): Document it.
* gnu/system/examples/desktop.tmpl: Add 'keyboard-layout' fields.
2019-04-05 15:39:35 +02:00