Age | Commit message (Expand) | Author |
2019-04-27 | self: Rebuild translated manuals....* guix/self.scm (info-manual): Run po4a and related commands to generate
translated texi files before building translated manuals.
* guix/build/po.scm: New file.
* Makefile.am (MODULES_NOT_COMPILED): Add it.
| Julien Lepiller |
2019-04-27 | tests: Adjust accounts test to shell-as-config change....This is a followup to 504a0fc636ec591e65b4a229a37e522e425d8a0c.
* tests/accounts.scm ("allocate-passwd with previous state"): Change
expected 'shell' for "alice" to "/bin/sh".
| Ludovic Courtès |
2019-04-27 | gnu: knot: Fix typos....* gnu/services/dns.scm: Fix typos.
| Julien Lepiller |
2019-04-27 | gnu: bubblewrap: Fix Texinfo markup in description....Fixes a regression introduced in
7ecd1761a236a2256e420032d561aa6c372d95a8.
* gnu/packages/virtualization.scm (bubblewrap): Fix typo.
| Ludovic Courtès |
2019-04-27 | vm-image: Allow for password-less sudo....* gnu/system/examples/vm-image.tmpl (sudoers-file): New field.
| Ludovic Courtès |
2019-04-27 | doc: Suggest 1G of RAM for the VM image....* doc/guix.texi (Running Guix in a VM): Suggest -m 1024.
| Ludovic Courtès |
2019-04-27 | vm-image: Mention 'info guix' in the MOTD....* gnu/system/examples/vm-image.tmpl (vm-image-motd): Mention 'info guix'.
| Ludovic Courtès |
2019-04-27 | vm-image: Add a font to the global profile....* gnu/system/examples/vm-image.tmpl (packages): Add FONT-BITSTREAM-VERA,
for use by xfce-terminal, IceCat, etc.
| Ludovic Courtès |
2019-04-27 | doc: Update bit about SSH in the VM....* doc/guix.texi (Running Guix in a VM): Remove mentions of 'lsh-server';
mention 'openssh-service-type' and add a cross-reference.
* gnu/system/examples/vm-image.tmpl (services): Add a commented-out line
for 'openssh-service-type'.
| Ludovic Courtès |
2019-04-27 | doc: Recommend virtio-blk to access the VM image....* doc/guix.texi (Running Guix in a VM): Recommend virtio-blk to access
the image.
| Ludovic Courtès |
2019-04-27 | maint: Pass '--image-size=30G' to 'guix system vm-image'....* Makefile.am (GUIX_SYSTEM_VM_IMAGE_FLAGS): New variable.
(release): Use it.
| Ludovic Courtès |
2019-04-27 | gnu: knot: Add configuration fields....* gnu/services/dns.scm (knot-zone-configuration)[zonefile-load]
[journal-content, max-journal-usage, max-journal-depth, max-zone-size]:
New fields.
(knot-zone-config): Serialize them.
* doc/guix.texi (DNS Services): Document them.
| Julien Lepiller |
2019-04-27 | gnu: gajim: Update to 1.1.3....* gnu/packages/messaging.scm (gajim): Update to 1.1.3.
| Clément Lassieur |
2019-04-27 | gnu: python-nbxmpp: Update to 0.6.10....* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.10.
| Clément Lassieur |
2019-04-27 | gnu: r-quadprog: Update to 1.5-6....* gnu/packages/maths.scm (r-quadprog): Update to 1.5-6.
| Ricardo Wurmus |
2019-04-27 | gnu: r-caret: Update to 6.0-84....* gnu/packages/statistics.scm (r-caret): Update to 6.0-84.
| Ricardo Wurmus |
2019-04-27 | gnu: r-fpc: Update to 2.1-11.2....* gnu/packages/statistics.scm (r-fpc): Update to 2.1-11.2.
| Ricardo Wurmus |
2019-04-27 | gnu: r-rngtools: Update to 1.3.1.1....* gnu/packages/statistics.scm (r-rngtools): Update to 1.3.1.1.
| Ricardo Wurmus |
2019-04-27 | gnu: r-mass: Update to 7.3-51.4....* gnu/packages/statistics.scm (r-mass): Update to 7.3-51.4.
| Ricardo Wurmus |
2019-04-27 | gnu: r-boot: Update to 1.3-22....* gnu/packages/statistics.scm (r-boot): Update to 1.3-22.
| Ricardo Wurmus |
2019-04-27 | gnu: r-sf: Update to 0.7-4....* gnu/packages/cran.scm (r-sf): Update to 0.7-4.
| Ricardo Wurmus |
2019-04-27 | gnu: r-classint: Update to 0.3-3....* gnu/packages/cran.scm (r-classint): Update to 0.3-3.
[propagated-inputs]: Add r-kernsmooth.
| Ricardo Wurmus |
2019-04-27 | gnu: r-survey: Update to 3.36....* gnu/packages/cran.scm (r-survey): Update to 3.36.
[propagated-inputs]: Add r-mitools.
| Ricardo Wurmus |
2019-04-27 | gnu: r-ordinal: Update to 2019.4-25....* gnu/packages/cran.scm (r-ordinal): Update to 2019.4-25.
| Ricardo Wurmus |
2019-04-27 | gnu: Add r-mitools....* gnu/packages/cran.scm (r-mitools): New variable.
| Ricardo Wurmus |
2019-04-27 | gnu: mozjs-38: Fix URI....* gnu/packages/gnuzilla.scm (mozjs-38): Fix URI.
| Clément Lassieur |
2019-04-27 | gnu: wine-staging: Update to 4.7....* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.7.
* gnu/packages/wine.scm (wine-staging): Update to 4.7.
| Rutger Helling |
2019-04-27 | nls: Fix wrong include name....* po/doc/guix-manual.zh_CN.po: Fix wrong include name.
| Clément Lassieur |
2019-04-27 | services: knot: Fix configuration file generation....Fixes a regression introduced in
92eb600f8a94afa36142f8f145efaa485b632433.
* gnu/services/dns.scm (knot-config-file): Add ungexp around call to
'knot-configuration-includes'.
| Ludovic Courtès |
2019-04-27 | system: Add boot file systems to /etc/fstab....* gnu/system.scm (essential-services): Pass FSTAB-SERVICE-TYPE the list
of file systems that match 'file-system-needed-for-boot?'.
| Ludovic Courtès |
2019-04-27 | services: file-system: Filter what goes to /etc/fstab....Fixes a longstanding issue whereby, due to our long fstab that included
pseudo file systems like cgroup mounts, graphical file managers would
display all of these. Initially reported at
<https://lists.gnu.org/archive/html/help-guix/2017-11/msg00084.html>.
* gnu/services/base.scm (file-system-fstab-entries): New procedure.
(file-system-service-type): Use it to extend FSTAB-SERVICE-TYPE.
| Ludovic Courtès |
2019-04-27 | nls: Update 'zh_CN' translation....Refer to the right version.*.texi to prevent errors in Makefile.am.
| Julien Lepiller |
2019-04-26 | gnu: ocaml-ppxlib: Update to 0.6.0....* gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.6.0.
(dune): Update to 1.9.1.
| Julien Lepiller |
2019-04-26 | gnu: ocaml-migrate-parsetree: Add upstream-name....* gnu/packages/ocaml.scm (ocaml-migrate-parsetree)[properties]: New
field.
| Julien Lepiller |
2019-04-26 | gnu: ocaml-ppx-expect: Update to 0.12.0....* gnu/packages/ocaml.scm (ocaml-ppx-inline-test): Update to 0.12.0.
(ocaml-ppx-expect): Update to 0.12.0.
| Julien Lepiller |
2019-04-26 | gnu: ocaml-frontc: Add upstream-name....* gnu/packages/ocaml.scm (ocaml-frontc)[properties]: New field.
| Julien Lepiller |
2019-04-26 | gnu: ocaml-ppx-tools: Add upstream-name....* gnu/packages/ocaml.scm (ocaml-ppx-tools)[properties]: New field.
| Julien Lepiller |
2019-04-26 | gnu: ocaml-lwt-log: Add upstream-name....* gnu/packages/ocaml.scm (ocaml-lwt-log)[properties]: New field.
| Julien Lepiller |
2019-04-26 | gnu: ocaml-ppx-tools-versioned: Add upstream-name....* gnu/packages/ocaml.scm (ocaml-ppx-tools-versioned)[properties]: New
field.
| Julien Lepiller |
2019-04-26 | gnu: ocaml-compiler-libs: Add upstream name....* gnu/packages/ocaml.scm (ocaml-compiler-libs)[properties]: New field.
| Julien Lepiller |
2019-04-26 | gnu: ocaml-ppx-derivers: Update to 1.2.1....* gnu/packages/ocaml.scm (ocaml-ppx-derivers): Update to 1.2.1.
| Julien Lepiller |
2019-04-26 | gnu: ocaml-pcre: Update to 7.4.1....* gnu/packages/ocaml.scm (ocaml-pcre): Update to 7.4.1.
[build-system]: Use dune-build-system.
[source]: Use git-fetch.
| Julien Lepiller |
2019-04-26 | gnu: ocaml-stringext: Update to 1.5.0....* gnu/packages/ocaml.scm (ocaml-stringext): Update to 1.5.0.
[source]: Use git-fetch.
[build-system]: Use dune-build-system.
| Julien Lepiller |
2019-04-26 | gnu: ocaml-zarith: Update to 1.7....* gnu/packages/ocaml.scm (ocaml-zarith): Update to 1.7.
[source]: Use git-fetch.
| Julien Lepiller |
2019-04-26 | gnu: ocaml-topkg: Update to 1.0.0....* gnu/packages/ocaml.scm (ocaml-topkg): Update to 1.0.0.
| Julien Lepiller |
2019-04-26 | gnu: ocaml-mtime: Update to 1.1.0....* gnu/packages/ocaml.scm (ocaml-mtime): Update to 1.1.0.
| Julien Lepiller |
2019-04-26 | gnu: ocaml-qcheck: Update to 0.9....* gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.9.
| Julien Lepiller |
2019-04-26 | gnu: r-with-tests: Update to 3.6.0....* gnu/packages/statistics.scm (r-with-tests): Update to 3.6.0.
[arguments]: Adjust "build-reproducibly" phase.
[native-inputs]: Add a texlive-union consisting of texlive-fonts-amsfonts,
texlive-fonts-ec, texlive-latex-amsfonts, texlive-latex-base,
texlive-latex-fancyvrb, texlive-latex-graphics, texlive-latex-hyperref,
texlive-latex-oberdiek, texlive-latex-tools, texlive-latex-upquote, and
texlive-latex-url.
| Ricardo Wurmus |
2019-04-26 | gnu: Add umi-tools....* gnu/packages/bioinformatics.scm (umi-tools): New variable.
| Ricardo Wurmus |
2019-04-26 | gnu: gdm: Install a placeholder desktop entry....This fixes <https://bugs.gnu.org/35068>.
* gnu/packages/gnome.scm (gdm)[arguments]: Add a phase that installs a
placeholder desktop entry file.
Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org>
| Timothy Sample |