aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* vm: Pass -smp to QEMU to allow use of multiple cores.load-in-linux-vm-use-multiple-coresChristopher Baines2019-04-27
| | | | | * gnu/build/vm.scm (load-in-linux-vm): Pass (parallel-job-count) to QEMU with -smp to allow using multiple cores.
* gnu: r-ggbio: Fix build.Ricardo Wurmus2019-04-27
| | | | | * gnu/packages/bioinformatics.scm (r-ggbio)[arguments]: Add build phase to patch out typo.
* gnu: r-sjplot: Update to 2.6.3.Ricardo Wurmus2019-04-27
| | | | | * gnu/packages/cran.scm (r-sjplot): Update to 2.6.3. [propagated-inputs]: Add r-bayestestr, r-insight, and r-performance.
* gnu: Add r-performance.Ricardo Wurmus2019-04-27
| | | | * gnu/packages/cran.scm (r-performance): New variable.
* gnu: Add r-bayestestr.Ricardo Wurmus2019-04-27
| | | | * gnu/packages/cran.scm (r-bayestestr): New variable.
* installer: Add missing i18n in the partitioning pages.Ludovic Courtès2019-04-27
| | | | | | | * gnu/installer/newt/partition.scm (run-scheme-page): Add missing 'G_' for ITEMS. (run-partioning-page): Likewise. (run-partition-page): Move misplaced call to 'G_'.
* doc: Remove outdated paragraph in "Binary Installation".Ludovic Courtès2019-04-27
| | | | | | | This is a followup to e9926f80c6553fde50ce1fcfd38d6370f841efd2. * doc/guix.texi (Binary Installation): Remove paragraph about not removing 'guix' from root's profile.
* gnu: guix: Update to 0c329bf.Ludovic Courtès2019-04-27
| | | | * gnu/packages/package-management.scm (guix): Update to 0c329bf.
* gnu: ocaml-qtest: Update to 2.9.Julien Lepiller2019-04-27
| | | | | | * gnu/packages/ocaml.scm (ocaml-qtest): Update to 2.9. [source]: Use git-fetch. [build-system]: Use dune-build-system.
* gnu: ocaml-ezjsonm: Update to 1.1.0.Julien Lepiller2019-04-27
| | | | * gnu/packages/ocaml.scm (ocaml-ezjsonm): Update to 1.1.0.
* gnu: ocaml-re: Update to 1.9.0.Julien Lepiller2019-04-27
| | | | | * gnu/packages/ocaml.scm (ocaml-re): Update to 1.9.0. (ocaml-uri): Fix build.
* gnu: ocaml-csv: Update to 2.2.Julien Lepiller2019-04-27
| | | | | | * gnu/packages/ocaml.scm (ocaml-csv): Update to 2.2. [source]: Use git-fetch. [build-system]: Use dune-build-system.
* gnu: ocaml-spawn: Update to 0.13.0.Julien Lepiller2019-04-27
| | | | * gnu/packages/ocaml.scm (ocaml-spawn): Update to 0.13.0.
* self: Rebuild translated manuals.Julien Lepiller2019-04-27
| | | | | | | * 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.
* tests: Adjust accounts test to shell-as-config change.Ludovic Courtès2019-04-27
| | | | | | | This is a followup to 504a0fc636ec591e65b4a229a37e522e425d8a0c. * tests/accounts.scm ("allocate-passwd with previous state"): Change expected 'shell' for "alice" to "/bin/sh".
* gnu: knot: Fix typos.Julien Lepiller2019-04-27
| | | | * gnu/services/dns.scm: Fix typos.
* gnu: bubblewrap: Fix Texinfo markup in description.Ludovic Courtès2019-04-27
| | | | | | | Fixes a regression introduced in 7ecd1761a236a2256e420032d561aa6c372d95a8. * gnu/packages/virtualization.scm (bubblewrap): Fix typo.
* vm-image: Allow for password-less sudo.Ludovic Courtès2019-04-27
| | | | * gnu/system/examples/vm-image.tmpl (sudoers-file): New field.
* doc: Suggest 1G of RAM for the VM image.Ludovic Courtès2019-04-27
| | | | * doc/guix.texi (Running Guix in a VM): Suggest -m 1024.
* vm-image: Mention 'info guix' in the MOTD.Ludovic Courtès2019-04-27
| | | | * gnu/system/examples/vm-image.tmpl (vm-image-motd): Mention 'info guix'.
* vm-image: Add a font to the global profile.Ludovic Courtès2019-04-27
| | | | | * gnu/system/examples/vm-image.tmpl (packages): Add FONT-BITSTREAM-VERA, for use by xfce-terminal, IceCat, etc.
* doc: Update bit about SSH in the VM.Ludovic Courtès2019-04-27
| | | | | | | * 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'.
* doc: Recommend virtio-blk to access the VM image.Ludovic Courtès2019-04-27
| | | | | * doc/guix.texi (Running Guix in a VM): Recommend virtio-blk to access the image.
* maint: Pass '--image-size=30G' to 'guix system vm-image'.Ludovic Courtès2019-04-27
| | | | | * Makefile.am (GUIX_SYSTEM_VM_IMAGE_FLAGS): New variable. (release): Use it.
* gnu: knot: Add configuration fields.Julien Lepiller2019-04-27
| | | | | | | | * 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.
* gnu: gajim: Update to 1.1.3.Clément Lassieur2019-04-27
| | | | * gnu/packages/messaging.scm (gajim): Update to 1.1.3.
* gnu: python-nbxmpp: Update to 0.6.10.Clément Lassieur2019-04-27
| | | | * gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.10.
* gnu: r-quadprog: Update to 1.5-6.Ricardo Wurmus2019-04-27
| | | | * gnu/packages/maths.scm (r-quadprog): Update to 1.5-6.
* gnu: r-caret: Update to 6.0-84.Ricardo Wurmus2019-04-27
| | | | * gnu/packages/statistics.scm (r-caret): Update to 6.0-84.
* gnu: r-fpc: Update to 2.1-11.2.Ricardo Wurmus2019-04-27
| | | | * gnu/packages/statistics.scm (r-fpc): Update to 2.1-11.2.
* gnu: r-rngtools: Update to 1.3.1.1.Ricardo Wurmus2019-04-27
| | | | * gnu/packages/statistics.scm (r-rngtools): Update to 1.3.1.1.
* gnu: r-mass: Update to 7.3-51.4.Ricardo Wurmus2019-04-27
| | | | * gnu/packages/statistics.scm (r-mass): Update to 7.3-51.4.
* gnu: r-boot: Update to 1.3-22.Ricardo Wurmus2019-04-27
| | | | * gnu/packages/statistics.scm (r-boot): Update to 1.3-22.
* gnu: r-sf: Update to 0.7-4.Ricardo Wurmus2019-04-27
| | | | * gnu/packages/cran.scm (r-sf): Update to 0.7-4.
* gnu: r-classint: Update to 0.3-3.Ricardo Wurmus2019-04-27
| | | | | * gnu/packages/cran.scm (r-classint): Update to 0.3-3. [propagated-inputs]: Add r-kernsmooth.
* gnu: r-survey: Update to 3.36.Ricardo Wurmus2019-04-27
| | | | | * gnu/packages/cran.scm (r-survey): Update to 3.36. [propagated-inputs]: Add r-mitools.
* gnu: r-ordinal: Update to 2019.4-25.Ricardo Wurmus2019-04-27
| | | | * gnu/packages/cran.scm (r-ordinal): Update to 2019.4-25.
* gnu: Add r-mitools.Ricardo Wurmus2019-04-27
| | | | * gnu/packages/cran.scm (r-mitools): New variable.
* gnu: mozjs-38: Fix URI.Clément Lassieur2019-04-27
| | | | * gnu/packages/gnuzilla.scm (mozjs-38): Fix URI.
* gnu: wine-staging: Update to 4.7.Rutger Helling2019-04-27
| | | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.7. * gnu/packages/wine.scm (wine-staging): Update to 4.7.
* nls: Fix wrong include name.Clément Lassieur2019-04-27
| | | | * po/doc/guix-manual.zh_CN.po: Fix wrong include name.
* services: knot: Fix configuration file generation.Ludovic Courtès2019-04-27
| | | | | | | | Fixes a regression introduced in 92eb600f8a94afa36142f8f145efaa485b632433. * gnu/services/dns.scm (knot-config-file): Add ungexp around call to 'knot-configuration-includes'.
* system: Add boot file systems to /etc/fstab.Ludovic Courtès2019-04-27
| | | | | * gnu/system.scm (essential-services): Pass FSTAB-SERVICE-TYPE the list of file systems that match 'file-system-needed-for-boot?'.
* services: file-system: Filter what goes to /etc/fstab.Ludovic Courtès2019-04-27
| | | | | | | | | | 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.
* nls: Update 'zh_CN' translation.Julien Lepiller2019-04-27
| | | | Refer to the right version.*.texi to prevent errors in Makefile.am.
* gnu: ocaml-ppxlib: Update to 0.6.0.Julien Lepiller2019-04-26
| | | | | * gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.6.0. (dune): Update to 1.9.1.
* gnu: ocaml-migrate-parsetree: Add upstream-name.Julien Lepiller2019-04-26
| | | | | * gnu/packages/ocaml.scm (ocaml-migrate-parsetree)[properties]: New field.
* gnu: ocaml-ppx-expect: Update to 0.12.0.Julien Lepiller2019-04-26
| | | | | * gnu/packages/ocaml.scm (ocaml-ppx-inline-test): Update to 0.12.0. (ocaml-ppx-expect): Update to 0.12.0.
* gnu: ocaml-frontc: Add upstream-name.Julien Lepiller2019-04-26
| | | | * gnu/packages/ocaml.scm (ocaml-frontc)[properties]: New field.
* gnu: ocaml-ppx-tools: Add upstream-name.Julien Lepiller2019-04-26
| | | | * gnu/packages/ocaml.scm (ocaml-ppx-tools)[properties]: New field.