- Apr 15, 2017
-
-
Ludovic Courtès authored
* guix/ui.scm (report-load-error, warn-about-load-error) (read/eval): Add special-case for SRFI-35 &message conditions.
-
Ludovic Courtès authored
* gnu/services.scm (<service>)[parameters]: Rename to... [value]: ... this. Change calls to 'service-parameters' to 'service-value'. * gnu/system.scm, gnu/tests/base.scm, guix/scripts/system.scm, tests/services.scm: Likewise. * doc/guix.texi (Service Reference): Adjust accordingly.
-
Arun Isaac authored
* gnu/packages/scheme.scm (racket): Update to 6.8.
-
Danny Milosavljevic authored
* gnu/system/grub.scm: Remove boot-parameters->menu-entry. (grub-configuration): Don't use boot-parameters->menu-entry. * gnu/system.scm (operating-system-bootcfg): Use menu-entry. * guix/scripts/system.scm (reinstall-grub): Use profile-grub-entries. (perform-action): Use profile-grub-entries.
-
Nicolas Goaziou authored
* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-37. Signed-off-by:
Marius Bakke <mbakke@fastmail.com>
-
Nicolas Goaziou authored
* gnu/packages/plotutils.scm (asymptote): Update to 2.41. Signed-off-by:
Marius Bakke <mbakke@fastmail.com>
-
Peter Mikkelsen authored
* gnu/packages/idris.scm (idris-default-arguments): Don't set IDRIS_LIBRARY_PATH before building and change --install to --build. Signed-off-by:
Marius Bakke <mbakke@fastmail.com>
-
Peter Mikkelsen authored
* gnu/packages/idris.scm (idris): Update to 1.0. Signed-off-by:
Marius Bakke <mbakke@fastmail.com>
-
Mathieu Othacehe authored
* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.3. Signed-off-by:
Marius Bakke <mbakke@fastmail.com>
-
Danny Milosavljevic authored
* guix/scripts/system.scm (profile-boot-parameters): New variable. (reinstall-grub): Use profile-boot-parameters. (perform-action): Use profile-boot-parameters. Follow-up to 2e58e05b.
-
Marius Bakke authored
* gnu/packages/patches/ceph-disable-unittest-throttle.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/storage.scm (ceph)[source]: Use it.
-
Marius Bakke authored
* gnu/packages/databases.scm (rocksdb)[arguments]<#:phases>: Add new Makefile substitution. Remove 'delete-static-library' phase. Adjust 'build-release-libraries' phase to match. <#:make-flags>: Remove redundant flag.
-
Marius Bakke authored
* gnu/packages/databases.scm (rocksdb)[arguments]<#:phases>: Add one more test to 'disable-failing-tests' phase.
-
Marius Bakke authored
* gnu/packages/algebra.scm (bc): Update to 1.07.1. [native-inputs]: Add ED and TEXINFO. [arguments]<#:phases>: Remove.
-
Marius Bakke authored
Also delete two stray patches that were added in 92ae98e2 and lost in a subsequent merge (mupdf/fixed was already gone at e90e0fad). * gnu/packages/patches/mupdf-CVE-2017-5896.patch, gnu/packages/patches/mupdf-CVE-2017-5991.patch, gnu/packages/patches/mupdf-mujs-CVE-2016-10132.patch, gnu/packages/patches/mupdf-mujs-CVE-2016-10133.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/patches/mupdf-build-with-openjpeg-2.1.patch: Adjust. * gnu/packages/pdf.scm (mupdf): Update to 1.11. [source]: Remove mujs patches. Adjust snippet to source rename.
-
Marius Bakke authored
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-5-b57abe2.
-
Marius Bakke authored
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-2-478d306. [arguments]<#:configure-flags>: Remove obsolete flag.
-
Mathieu Othacehe authored
* gnu/system.scm (operating-system-bootcfg): Pass boot-parameters. * gnu/system/grub.scm (boot-parameters->menu-entry): New variable. (grub-configuration-file): Use boot-parameters->menu-entry. Signed-off-by:
Danny Milosavljevic <dannym@scratchpost.org>
-
Danny Milosavljevic authored
* gnu/system/grub.scm (grub-configuration-file): Use (first all-entries) instead of (first entries).
-
Danny Milosavljevic authored
* gnu/tests/web.scm: Remove unused import.
-
Mathieu Othacehe authored
* guix/scripts/system.scm (perform-action): Rename grub? to bootloader, (%options): rename install-grub? to install-bootloader?, (%default-options): ditto, (process-action): reindent and rename grub? to bootloader?.
-
Mathieu Othacehe authored
* gnu/system.scm (grub-device): Rename to... (fs->boot-device): ... this. (operating-system-grub.cfg): Adapt. (operating-system-parameters-file): Adapt. Signed-off-by:
Danny Milosavljevic <dannym@scratchpost.org>
-
Mathieu Othacehe authored
* gnu/build/vm.scm (register-grub.cfg-root): Reword grub.cfg to bootcfg, (initialize-hard-disk): ditto, * gnu/system/vm.scm (system-disk-image): ditto, (system-qemu-image): ditto, (system-qemu-image/shared-store): ditto. Signed-off-by:
Danny Milosavljevic <dannym@scratchpost.org>
-
Mathieu Othacehe authored
* gnu/system.scm (operating-system-grub.cfg): Rename to... (operating-system-bootcfg): ... this. * gnu/system/vm.scm (system-disk-image): Use operating-system-bootcfg. (system-qemu-image): Use operating-system-bootcfg. (system-qemu-image/shared-store): Use operating-system-bootcfg. * guix/scripts/system.scm (perform-action): Use operating-system-bootcfg. Signed-off-by:
Danny Milosavljevic <dannym@scratchpost.org>
-
Danny Milosavljevic authored
Follow-up to 475e2ce2. * guix/scripts/system.scm (perform-action): Back out operating-system-bootcfg change.
-
Nicolas Goaziou authored
* gnu/packages/networking.scm (wireshark): Update to 2.2.6. Signed-off-by:
Arun Isaac <arunisaac@systemreboot.net>
-
Danny Milosavljevic authored
* guix/scripts/system.scm (save-load-path-excursion, save-environment-excursion): Move definitions to the top of the file. It allows to use them in the whole file. Signed-off-by:
Danny Milosavljevic <dannym@scratchpost.org>
-
Mathieu Othacehe authored
* gnu/system.scm (kernel->grub-label): Rename to kernel->boot-label. (operating-system-grub.cfg): Adapt. (operating-system-parameters-file): Ditto. Signed-off-by:
Danny Milosavljevic <dannym@scratchpost.org>
-
Mathieu Othacehe authored
* guix/scripts/system.scm (save-load-path-excursion, save-environment-excursion): Move definitions to the top of the file. It allows to use them in the whole file. Signed-off-by:
Danny Milosavljevic <dannym@scratchpost.org>
-
Sou Bunnbu (宋文武) authored
* gnu/packages/gnome.scm (orca): New package.
-
Sou Bunnbu (宋文武) authored
* gnu/packages/gnome.scm (python-pyatspi): New package.
-
Sou Bunnbu (宋文武) authored
* gnu/packages/speech.scm (speech-dispatcher)[inputs]: Add espeak, pulseaudio and python.
-
- Apr 14, 2017
-
-
Leo Famulari authored
This fixes a regression introduced by the security fixes for CVE-2017-2619. * gnu/packages/samba.scm (samba): Update to 4.5.8.
-
Leo Famulari authored
* gnu/packages/mail.scm (mutt): Update to 1.8.1. [source]: Use HTTPS URL.
-
Leo Famulari authored
* gnu/packages/gnupg.scm (gpgme): Update to 1.9.0.
-
Leo Famulari authored
* gnu/packages/mpd.scm (ncmpc): Update to 0.27.
-
Leo Famulari authored
* gnu/packages/mpd.scm (libmpdclient): Update to 2.11.
-
Leo Famulari authored
* gnu/packages/databases.scm (mysql): Update to 5.7.18.
-
Tobias Geerinckx-Rice authored
* gnu/packages/video.scm (youtube-dl): Update to 2017.04.14.
-
Tobias Geerinckx-Rice authored
* gnu/packages/ldc.scm (dub)[synopsis, description]: Actually explain what dub is and does.
-