- Jun 13, 2017
-
-
Ludovic Courtès authored
* guix/ui.scm (package->recutils): Add #:extra-fields and honor it.
-
nikita authored
* gnu/packages/enlightenment.scm (enlightenment): Add new 'fix-keyboard' phase. (inputs): Add 'xkeyboard-config'. Signed-off-by:
Efraim Flashner <efraim@flashner.co.il>
-
Kei Kebreau authored
The old URL redirects to https://abisource.com. * gnu/packages/abiword.scm (abiword)[source]: Change URL. [home-page]: Change URL.
-
Danny Milosavljevic authored
* gnu/packages/ldc.scm (ldc-bootstrap): Update ldc to 0.17.4.
-
- Jun 12, 2017
-
-
Ludovic Courtès authored
* gnu/build/marionette.scm (wait-for-file): New procedure. * gnu/tests/base.scm (run-mcron-test)[test](wait-for-file): Remove. Pass second argument in 'wait-for-file' calls. * gnu/tests/ssh.scm (run-ssh-test)[test](wait-for-file): Remove. Pass second argument in 'wait-for-file' calls. * gnu/tests/messaging.scm (run-xmpp-test)[test](guest-wait-for-file): Remove. Use 'wait-for-file' instead, with second argument.
-
Ludovic Courtès authored
* gnu/services/cuirass.scm (cuirass-log-rotations): New procedure. (cuirass-service-type): Use it to extend ROTTLOG-SERVICE-TYPE.
-
Ludovic Courtès authored
* gnu/services/admin.scm (rottlog-service-type)[compose, extend]: New fields. * doc/guix.texi (Log Rotation): Mention extension.
-
Ludovic Courtès authored
* gnu/services/admin.scm (<log-rotation>): New record type. (syslog-rotation-config, simple-rotation-config): Remove. (%default-rotations): Define as a list of <log-rotation> objects. (log-rotation->config, log-rotations->/etc-entries): New procedures. (<rottlog-configuration>)[periodic-rotations]: Remove. [rotations]: New field. (rottlog-etc): Use 'log-rotations->/etc-entries'. * doc/guix.texi (Log Rotation): Update accordingly.
-
Kyle Meyer authored
* gnu/packages/emacs.scm (emacs-markdown-mode): Update to 2.2. Signed-off-by:
Arun Isaac <arunisaac@systemreboot.net>
-
Kyle Meyer authored
* gnu/packages/emacs.scm (emacs-iedit): Update to 0.9.9.9. Signed-off-by:
Arun Isaac <arunisaac@systemreboot.net>
-
Kyle Meyer authored
* gnu/packages/emacs.scm (emacs-helm): Update to 2.7.1. Signed-off-by:
Arun Isaac <arunisaac@systemreboot.net>
-
Kyle Meyer authored
* gnu/packages/emacs.scm (emacs-yaml-mode): Update to 0.0.13. Signed-off-by:
Arun Isaac <arunisaac@systemreboot.net>
-
Kyle Meyer authored
* gnu/packages/emacs.scm (emacs-elfeed): Update to 2.1.1. Signed-off-by:
Arun Isaac <arunisaac@systemreboot.net>
-
Muriithi Frederick Muriuki authored
* gnu/packages/python.scm (python2-rednose): New variable. Signed-off-by:
Marius Bakke <mbakke@fastmail.com>
-
Muriithi Frederick Muriuki authored
* gnu/packages/python.scm (python-sphinx-rtd-theme): Update to 0.2.4. [source]: Use 'pypi-uri'. Signed-off-by:
Marius Bakke <mbakke@fastmail.com>
-
Marius Bakke authored
Release notes: <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.31_release_notes> * gnu/packages/certs.scm (nss-certs): Update to 3.31. * gnu/packages/gnuzilla.scm (nss): Likewise. [source]<patches>: Remove upstream 'nss-disable-long-b64-tests' patch. [arguments]<#:phases>: Move armhf timeout substitution ... * gnu/packages/patches/nss-increase-test-timeout.patch: ... here. * gnu/packages/patches/nss-disable-long-b64-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
-
Marius Bakke authored
* gnu/packages/gnuzilla.scm (nspr): Update to 4.15.
-
Marius Bakke authored
* gnu/packages/freedesktop.scm (libinput, libinput-minimal): Update to 1.7.3.
-
Ludovic Courtès authored
This avoids the open/fstat/close syscalls upon a cache hit that we had with the previous idiom: (call-with-input-file file read-derivation) where caching happened in 'read-derivation' itself. * guix/derivations.scm (%read-derivation): Rename to... (read-derivation): ... this. (read-derivation-from-file): New procedure. (derivation-prerequisites, substitution-oracle) (derivation-prerequisites-to-build): (derivation-path->output-path, derivation-path->output-paths): (derivation-path->base16-hash, map-derivation): Use 'read-derivation-from-file' instead of (call-with-input-file … read-derivation). * guix/grafts.scm (item->deriver): Likewise. * guix/scripts/build.scm (log-url, options->things-to-build): Likewise. * guix/scripts/graph.scm (file->derivation): Remove. (derivation-dependencies, %derivation-node-type): Use 'read-derivation-from-file' instead. * guix/scripts/offload.scm (guix-offload): Likewise. * guix/scripts/perform-download.scm (guix-perform-download): Likewise. * guix/scripts/publish.scm (load-derivation): Remove. (narinfo-string): Use 'read-derivation-from-file'.
-
Ludovic Courtès authored
* guix/store.scm (add-to-store): Remove 'lstat' call.
-
nee authored
* gnu/packages/patches/crawl-upgrade-saves.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch. * gnu/packages/games.scm (crawl)[source]: Apply patch. Signed-off-by:
Arun Isaac <arunisaac@systemreboot.net>
-
Efraim Flashner authored
* gnu/packages/networking.scm (aircrack-ng)[arguments]: Only use system optimizations on x86_64 and i686 machines.
-
Danny Milosavljevic authored
* gnu/packages/engineering.scm (minicom): New variable.
-
Danny Milosavljevic authored
* gnu/packages/astronomy.scm (stellarium): Update to 0.15.2.
-
Danny Milosavljevic authored
* gnu/packages/astronomy.scm (stellarium)[arguments]: Add phase "patch-version-check".
-
Leo Famulari authored
* gnu/packages/patches/libmwaw-CVE-2017-9433.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/libreoffice.scm (libmwaw)[source]: Use it.
-
Leo Famulari authored
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.11.
-
Tobias Geerinckx-Rice authored
* gnu/packages/video.scm (youtube-dl): Update to 2017.06.12.
-
Tobias Geerinckx-Rice authored
* gnu/packages/linux.scm (mcelog): Update to 153.
-
- Jun 11, 2017
-
-
Kei Kebreau authored
* gnu/packages/gnome.scm (libgweather): Update to 3.24.1.
-
Kei Kebreau authored
* gnu/packages/mate.scm (mate-menus): Update to 1.18.0.
-
Kei Kebreau authored
* gnu/packages/mate.scm (libmateweather): Update to 1.18.1. [arguments]: Remove obsolete "--with-gtk" flag.
-
Kei Kebreau authored
* gnu/packages/mate.scm (mate-desktop): Update to 1.18.0. [arguments]: Remove obsolete configure flags. [inputs]: Remove python-2.
-
Adam Van Ymeren authored
Trying to boot GuixSD when an audio CD is in the drive will die with an "input/output error" when trying to read the superblock from the cd drive. This patch catches and warns in this case rather than dying. * gnu/build/file-systems.scm (ENOENT-safe): Handle EIO. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Ludovic Courtès authored
* gnu/packages.scm (specifications->manifest): New procedure. * doc/guix.texi (Invoking guix package): Change example from using '(compose list specification->package+output)' to using 'specifications->manifest'.
-
eacces authored
* gnu/packages/version-control.scm (mercurial): Update to 4.2.1. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Kei Kebreau authored
* gnu/packages/mate.scm (mate-icon-theme): Update to 1.18.2.
-
nee authored
* gnu/packages/gnome.scm (five-or-more): New variable. Signed-off-by:
Kei Kebreau <kei@openmailbox.org>
-
Marius Bakke authored
* gnu/packages/image.scm (exiv2): Update to 0.26. [source]: Add new download location.
-
Marius Bakke authored
* gnu/packages/gnunet.scm (libextractor): Update to 1.4. [source]: Remove obsolete patch and snippet. * gnu/packages/patches/libextractor-ffmpeg-3.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
-