summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* publish: Use 'sendfile' when possible.Ludovic Courtès2017-04-18
| | | | | | * guix/scripts/publish.scm (http-write): In the 'application/octet-stream' case, use 'sendfile' when OUTPUT is a file port.
* publish: Introduce 'actual-compression'.Ludovic Courtès2017-04-18
| | | | | * guix/scripts/publish.scm (actual-compression): New procedure. (narinfo-string): Use it.
* Add (guix workers).Ludovic Courtès2017-04-18
| | | | | | * guix/workers.scm, tests/workers.scm: New files. * Makefile.am (MODULES, SCM_TESTS): Add them. * .dir-locals.el: Add rule for 'eventually'.
* services: nginx: Use mime.types.Julien Lepiller2017-04-18
| | | | | * gnu/service/web.scm (default-nginx-config): Add 'nginx' parameter and honor it. Adjust callers.
* gnu: vte: Update to 0.48.2.Kei Kebreau2017-04-18
| | | | * gnu/packages/gnome.scm (vte): Update to 0.48.2.
* gnu: fabric: Enable tests.Ben Sturmfels2017-04-18
| | | | | | | | | | * gnu/packages/patches/fabric-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/admin.scm (fabric)[source]: Use it. [native-inputs]: Add PYTHON2-FUDGE, PYTHON2-JINJA2 and PYTHON2-NOSE. [arguments]<#:tests>: Remove. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-fudge.Ben Sturmfels2017-04-18
| | | | | | * gnu/packages/python.scm (python-fudge): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* doc: Replace --no-grub by --no-bootloader.Mathieu Othacehe2017-04-18
| | | | | | | | | | | Fixes <http://bugs.gnu.org/26551>. Followup to a9eadc06ac57846aaa8fdeb550b32e44f59c9437. * doc/guix.texi: Replace all references to "--no-grub" by "--no-bootloader". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: multipath-tools: Update to 0.7.1.Marius Bakke2017-04-18
| | | | | | | * gnu/packages/linux.scm (multipath-tools): Update to 0.7.1. [native-inputs]: Add PERL and PKG-CONFIG. [inputs]: Add JSON-C. [arguments]: Add two more substitutions in 'patch-source' phase.
* gnu: multipath-tools: Don't install to /usr sub-folders.Marius Bakke2017-04-18
| | | | | * gnu/packages/linux.scm (multipath-tools)<#:make-flags>: Add SYSTEMDPATH entry. <#:phases>: Add new 'patch-source' phase.
* gnu: Add emacs-exwm.Feng Shu2017-04-18
| | | | | | * gnu/packages/emacs.scm (emacs-exwm): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Add emacs-xelb.Feng Shu2017-04-18
| | | | | | * gnu/packages/emacs.scm (emacs-xelb): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: mate-themes: Update to 3.22.10.Kei Kebreau2017-04-17
| | | | * gnu/packages/mate.scm (mate-themes): Update to 3.22.10.
* gnu: you-get: Update to 0.4.715.Feng Shu2017-04-18
| | | | | | * gnu/packages/video.scm (you-get): Update to 0.4.715. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* Revert "gnu: nss, nss-certs: Update to 3.30.1."Marius Bakke2017-04-18
| | | | | | | | | This version fails to build on some architectures: https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00365.html https://bugzilla.mozilla.org/show_bug.cgi?id=1351459 This reverts commit 96e98d51a7057b443a1c1b32046f8be6a1987a2f.
* Revert "gnu: nss: Increase test timeouts."Marius Bakke2017-04-18
| | | | | | | | This turned out to be a red herring: https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00365.html This reverts commit a790f262074c94f6b7acb118fb22981d71f1722f.
* serialization: Remove Guile < 2.0.9 workaround.Ludovic Courtès2017-04-17
| | | | | * guix/serialization.scm (write-contents): Assume 'sendfile' is always defined.
* records: Slight simplification.Ludovic Courtès2017-04-17
| | | | * guix/records.scm (make-syntactic-constructor): Simplify 'find' expression.
* gnu: Use netfilter mirror where applicable.Marius Bakke2017-04-17
| | | | | * gnu/packages/linux.scm (iptables, libmnl, libnftnl)[source]: Use mirror://netfilter.org.
* download: Add netfilter mirror.Marius Bakke2017-04-17
| | | | * guix/download.scm (%mirrors): Add mirrors for www.netfilter.org.
* gnu: sshfs-fuse: Update to 2.9.Tobias Geerinckx-Rice2017-04-17
| | | | | * gnu/packages/linux.scm (sshfs-fuse): Update to 2.9. [home-page]: Point to new home page.
* gnu: Add ponymix.Stefan Reichoer2017-04-17
| | | | | | * gnu/packages/pulseaudio.scm (ponymix): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: vis: Update to 0.3.José Miguel Sánchez García2017-04-17
| | | | | | | * gnu/packages/text-editors.scm (vis): Update to 0.3. [arguments]: Remove #:make-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: capnproto: Update to 0.5.3.1 [security fixes].Leo Famulari2017-04-17
| | | | | | | | | See this document for more information about the security issues fixed in this release: <https://github.com/sandstorm-io/capnproto/blob/master/security-advisories/2017-04-17-0-apple-clang-elides-bounds-check.md> * gnu/packages/serialization.scm (capnproto): Update to 0.5.3.1.
* gnu: Add youtube-dl-gui.Chris Marusich2017-04-17
| | | | | | * gnu/packages/video.scm (youtube-dl-gui): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: icecat: Use system ICU.Clément Lassieur2017-04-17
| | | | | * gnu/packages/gnuzilla.scm (icecat)[arguments] <#:configure-flags>: Remove comment for "--with-system-icu".
* gnu: icu4c: Fix crashes in programs using system ICU.Clément Lassieur2017-04-17
| | | | | | | | | Fixes <http://bugs.gnu.org/26462>. * gnu/packages/patches/icu4c-reset-keyword-list-iterator.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/icu4c.scm (icu4c)[replacement]: New field. (icu4c/fixed): New variable.
* gnu: go: Update to 1.8.1.Petter2017-04-17
| | | | | | | * gnu/packages/golang.scm (go-1.7): Replace with ... (go-1.8): New variable. [arguments]: Update substitutions in 'prebuild' phase. (go): Update to go-1.8.
* gnu: iptables: Update to 1.6.1.Leo Famulari2017-04-17
| | | | | | | * gnu/packages/linux.scm (iptables): Update to 1.6.1. [source], [home-page]: Use HTTPS URLs. [inputs]: Add libmnl and libnftnl. [native-inputs]: Add bison, flex, and pkg-config.
* gnu: Add libnftnl.Leo Famulari2017-04-17
| | | | * gnu/packages/linux.scm (libnftnl): New variable.
* gnu: Add libmnl.Leo Famulari2017-04-17
| | | | * gnu/packages/linux.scm (libmnl): New variable.
* gnu: v4l-utils: Update to 1.12.3.Tobias Geerinckx-Rice2017-04-17
| | | | | * gnu/packages/video.scm (v4l-utils): Update to 1.12.3. [native-inputs]: Add perl.
* gnu: video: Always use HTTPS on videolan.org.Tobias Geerinckx-Rice2017-04-17
| | | | | | * gnu/packages/video.scm (libdca, libdvdread, libdvdnav, libdvdnav-4) (libdvdcss)[source]: Use HTTPS. (libdca, libdvdcss, libbdplus, libaacs)[home-page]: Likewise.
* gnu: freedink-data: Update to 1.08.20170401.Kei Kebreau2017-04-17
| | | | * gnu/packages/games.scm (freedink-data): Update to 1.08.20170401.
* scripts: system: Rename --no-grub option to --no-bootloader.Mathieu Othacehe2017-04-17
| | | | | | | * guix/scripts/system.scm (%options, show-help): Adjust accordingly. Keep "--no-grub" for compatibility reasons, but do not mention it in the help. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: node: Actually set timeout to 1 h.Danny Milosavljevic2017-04-17
| | | | * gnu/packages/node.scm (node)[properties]: Actually set timeout to 1 h.
* retroarch: Update to 1.5.0.宋文武2017-04-17
| | | | * gnu/packages/games.scm (retroarch): Update to 1.5.0.
* gnu: node: Update to 7.8.0.Jelle Licht2017-04-17
| | | | | * gnu/packages/node.scm (node): Update to 7.8.0. [properties]: Add timeout of 1 h.
* gnu: yadifa: Update to 2.2.4.Tobias Geerinckx-Rice2017-04-17
| | | | * gnu/packages/dns.scm (yadifa): Update to 2.2.4.
* gnu: perl-sys-cpu: Re-write description.Tobias Geerinckx-Rice2017-04-17
| | | | | * gnu/packages/perl.scm (perl-sys-cpu)[description]: Fix some typos by re-writing most of the description.
* gnu: Fix typos in descriptions.Tobias Geerinckx-Rice2017-04-17
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (di)[description]: Likewise. * gnu/packages/bioinformatics.scm (r-annotate)[description]: Likewise. * gnu/packages/datastructures.scm (sparsehash)[description]: Likewise. * gnu/packages/dns.scm (knot)[description]: Likewise. * gnu/packages/emacs.scm (emacs-idle-highlight)[synopsis, description]: Likewise. * gnu/packages/gnome.scm (libpeas)[description]: Likewise. * gnu/packages/gtk.scm (python2-pygtk)[description]: Likewise. * gnu/packages/kde-frameworks.scm (kactivities)[description]: Fix typo. * gnu/packages/libevent.scm (perl-anyevent)[description]: Likewise. * gnu/packages/machine-learning.scm (ghmm)[description]: Likewise. * gnu/packages/mail.scm (mlmmj)[description]: Likewise. * gnu/packages/maths.scm (vc)[description]: Likewise. * gnu/packages/music.scm (gx-super-fuzz-lv2)[description]: Likewise. * gnu/packages/networking.scm (nload)[description]: Likewise. * gnu/packages/python.scm (python-execnet)[description]: Likewise. * gnu/packages/terminals.scm (tilda)[description]: Likewise. * gnu/packages/python.scm (python-execnet, python-tables) (python2-coverage-test-runner, python2-rope)[description]: Likewise.
* gnu: fio: Update to 2.19.Marius Bakke2017-04-16
| | | | * gnu/packages/benchmark.scm (fio): Update to 2.19.
* gnu: nss: Increase test timeouts.Marius Bakke2017-04-16
| | | | | * gnu/packages/patches/nss-increase-test-timeout.patch: Wait up to 60s before regarding a test as failed.
* gnu: diffoscope: Update to 81.Kei Kebreau2017-04-16
| | | | * gnu/packages/package-management.scm (diffoscope): Update to 81.
* lint: Avoid non-literal format strings.Ludovic Courtès2017-04-16
| | | | | | | | | | | Reported by Mathieu Othacehe <m.othacehe@gmail.com> at <http://bugs.gnu.org/26498>. * guix/scripts/lint.scm (warn-if-package-has-input): Rename to... (package-input-intersection): ... this. Remove 'linted' and 'message' parameters. Return a list of inputs. (check-inputs-should-be-native): Adjust accordingly. (check-inputs-should-not-be-an-input-at-all): Likewise.
* gnu: Add emacs-calfw.Vasile Dumitrascu2017-04-16
| | | | | | * gnu/packages/emacs.scm (emacs-calfw): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: guile-xosd, guile-daemon: Switch to Guile 2.2.Alex Kost2017-04-16
| | | | | | * gnu/packages/guile.scm (guile-xosd)[inputs]: Replace GUILE-2.0 with GUILE-2.2. (guile-daemon)[inputs]: Likewise.
* gnu: guile-daemon: Update to 0.1.2.Alex Kost2017-04-16
| | | | * gnu/packages/guile.scm (guile-daemon): Update to 0.1.2.
* gnu: Add graphene.Roel Janssen2017-04-15
| | | | * gnu/packages/gtk.scm (graphene): New variable.
* gnu: bullet: Update to 2.86.1.Tobias Geerinckx-Rice2017-04-16
| | | | * gnu/packages/game-development.scm (bullet): Update to 2.86.1.