| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gnu: speedtest-cli: Update to 1.0.7.•••* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.7.
| Tobias Geerinckx-Rice | 2017-10-20 | 1 | -2/+2 |
* | gnu: cppcheck: Update to 1.81.•••* gnu/packages/check.scm (cppcheck): Update to 1.81.
| Tobias Geerinckx-Rice | 2017-10-20 | 1 | -2/+2 |
* | gnu: python-sge-pygame: Update source URL.•••* gnu/packages/game-development.scm (python-sge-pygame)[source]: Update URL.
| Kei Kebreau | 2017-10-19 | 1 | -1/+4 |
* | gnu: musl: Update to 1.1.17.•••* gnu/packages/musl.scm (musl): Update to 1.1.17.
[source]: Remove patch.
* gnu/packages/patches/musl-CVE-2016-8859.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Leo Famulari | 2017-10-19 | 3 | -85/+2 |
* | download: Download a nar when a VCS checkout fails.•••Fixes <https://bugs.gnu.org/28709>.
* guix/build/download-nar.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/cvs-download.scm (cvs-fetch)[zlib, config.scm, modules]: New
variables.
[build]: Use MODULES. Add call to 'download-nar'.
* guix/git-download.scm (git-fetch): Likewise.
* guix/hg-download.scm (hg-fetch): Likewise.
| Ludovic Courtès | 2017-10-19 | 5 | -26/+211 |
* | Add (guix progress).•••Among other things, this removes (guix utils), (guix ui), (guix config),
etc. from the closure of (guix build download), as was the case since
798648515b77507c242752457b4dc17c155bad6e.
* guix/utils.scm (<progress-reporter>, call-with-progress-reporter):
Move to...
* guix/progress.scm: ... here. New file.
* Makefile.am (MODULES): Add it.
* guix/build/download.scm (current-terminal-columns)
(nearest-exact-integer, duration->seconds, seconds->string)
(byte-count->string, progress-bar, string-pad-middle)
(rate-limited, progress-reporter/file, dump-port*)
(time-monotonic): Move to progress.scm.
* guix/scripts/download.scm: Adjust accordingly.
* guix/scripts/substitute.scm: Likewise.
| Ludovic Courtès | 2017-10-19 | 6 | -197/+236 |
* | download: Make 'http-fetch' public.•••* guix/build/download.scm (http-fetch): Remove 'file' parameter. Change
to return an input port and the content-length. Make public.
(url-fetch): Adjust accordingly.
| Ludovic Courtès | 2017-10-19 | 1 | -22/+22 |
* | download: Remove old-Guile leftovers.•••This is a followup to 36626c556ed75219bce196ac93d148f6b9af984c.
* guix/build/download.scm (http-fetch): Rename 'port-or-bv' to 'port'.
Assume (port? port) is always true, and remove other branch.
| Ludovic Courtès | 2017-10-19 | 1 | -9/+6 |
* | vm: Always use GRUB/i386.•••Fixes <https://bugs.gnu.org/28768>.
Reported by Oleg Pykhalov <go.wigust@gmail.com>.
* gnu/system/vm.scm (virtualized-operating-system): Override the
'bootloader' field.
| Ludovic Courtès | 2017-10-19 | 1 | -1/+9 |
* | gnu: linux-libre: Update to 4.13.8.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.8.
(%linux-libre-hash): Update hash.
| Mark H Weaver | 2017-10-19 | 1 | -2/+2 |
* | gnu: linux-libre@4.9: Update to 4.9.57.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.57.
| Mark H Weaver | 2017-10-19 | 1 | -2/+2 |
* | gnu: linux-libre@4.4: Update to 4.4.93.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.93.
| Mark H Weaver | 2017-10-19 | 1 | -2/+2 |
* | gnu: linux-libre@4.1: Update to 4.1.45.•••* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.45.
Remove patch that is now included upstream.
| Mark H Weaver | 2017-10-19 | 1 | -13/+3 |
* | gnu: yadifa: Update to 2.2.6.•••* gnu/packages/dns.scm (yadifa): Update to 2.2.6.
| Marius Bakke | 2017-10-19 | 1 | -3/+3 |
* | gnu: Add zathura-pdf-mupdf.•••* gnu/packages/pdf.scm (zathura-pdf-mupdf): New variable.
| Marius Bakke | 2017-10-19 | 1 | -0/+35 |
* | gnu: qemu: Build with libjpeg-turbo.•••This gets rid of a compile warning since SPICE uses libjpeg-turbo, and reduces
the closure size by 0.8MiB.
* gnu/packages/virtualization.scm (qemu)[inputs]: Replace LIBJPEG-8 with
LIBJPEG-TURBO.
| Marius Bakke | 2017-10-19 | 1 | -1/+1 |
* | gnu: emacs: Fix Man default C header file search path.•••* gnu/packages/emacs.scm (emacs): Make sure Man looks for C header files in
the right places.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Oleg Pykhalov | 2017-10-19 | 1 | -1/+11 |
* | gnu: speex: Build and install 'speexdec' and 'speexenc'.•••* gnu/packages/xiph.scm (speex)[native-inputs]: Add 'pkg-config'.
[inputs]: Add 'speexdsp'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| 宋文武 | 2017-10-19 | 1 | -1/+5 |
* | gnu: virt-manager: Fix default URI check.•••Allows virt-manager to connect to qemu://system by default.
* gnu/packages/virtualization.scm (virt-manager)[arguments]<#:phases>: Add
'fix-default-uri.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Patterson | 2017-10-19 | 1 | -0/+7 |
* | gnu: virt-manager: Enable statistics graphing support.•••* gnu/packages/virtualization.scm (virt-manager)[inputs]: Add
python2-pycairo.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Patterson | 2017-10-19 | 1 | -0/+1 |
* | gnu: qemu: Add OpenGL support.•••Enables virgl support with spice 0.13+.
* gnu/packages/virtualization.scm (qemu)[arguments]<#:configure-flags>: Add
--enable-opengl.
[inputs]: Add libdrm and libepoxy.
(qemu-minimal)[inputs]: Remove libdrm and libepoxy.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Patterson | 2017-10-19 | 1 | -2/+4 |
* | gnu: virt-manager: Enable spice-gtk support.•••* gnu/packages/virtualization.scm (virt-manager)[inputs]: Add spice-gtk.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Patterson | 2017-10-19 | 1 | -1/+2 |
* | gnu: spice-gtk: Enable GObject introspection support.•••Allows virt-manager to use the spice-gtk widget.
* gnu/packages/spice.scm (spice-gtk)[inputs]: Add gobject-introspection.
[arguments]<#:configure-flags>: Add --enable-introspection.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Patterson | 2017-10-19 | 1 | -1/+3 |
* | gnu: qemu: Enable spice usb redirection support.•••* gnu/packages/virtualization.scm (qemu)[arguments]<#:configure-flags>: New
argument.
[inputs]: Add usbredir.
(qemu-minimal)[arguments]<#:configure-flags>: Restrict them even when they are
set by qemu.
[inputs]: Remove usbredir.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Patterson | 2017-10-19 | 1 | -6/+9 |
* | gnu: python-hy: Update to 0.13.0.•••* gnu/packages/python.scm (python-hy): Update to 0.13.0.
| Ricardo Wurmus | 2017-10-19 | 1 | -2/+2 |
* | gnu: Order module imports in (gnu packages mate) alphabetically.•••* gnu/packages/mate.scm: Order module imports alphabetically.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| ng0 | 2017-10-19 | 1 | -14/+14 |
* | gnu: Add dirvish.•••* gnu/packages/backup.scm (dirvish): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Christopher Allan Webber | 2017-10-19 | 1 | -0/+108 |
* | gnu: Add perl-libtime-period.•••* gnu/packages/perl.scm (perl-libtime-period): New variable.
| Christopher Allan Webber | 2017-10-19 | 1 | -0/+27 |
* | gnu: Add perl-libtime-parsedate.•••* gnu/packages/perl.scm (perl-libtime-parsedate): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
| Christopher Allan Webber | 2017-10-19 | 1 | -0/+40 |
* | Revert "gnu: python-pyatspi: Update to 2.26.0."•••This reverts commit 629f33e233c34235ed74a1b12ac38a3f58a99eea, which breaks
orca@3.26.0.
| Tobias Geerinckx-Rice | 2017-10-18 | 1 | -2/+2 |
* | gnu: f-seq: Fix location of commons-cli.jar.•••* gnu/packages/bioinformatics.scm (f-seq)[arguments]: Fix location of
commons-cli.jar in the wrapper script.
| Ricardo Wurmus | 2017-10-18 | 1 | -2/+7 |
* | gnu: eog-plugins: Update to 3.26.1.•••* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.1.
| Tobias Geerinckx-Rice | 2017-10-18 | 1 | -2/+2 |
* | gnu: eog: Update to 3.26.1.•••* gnu/packages/gnome.scm (eog): Update to 3.26.1.
| Tobias Geerinckx-Rice | 2017-10-18 | 1 | -2/+2 |
* | gnu: python-pyatspi: Update to 2.26.0.•••* gnu/packages/gnome.scm (python-pyatspi): Update to 2.26.0.
| Tobias Geerinckx-Rice | 2017-10-18 | 1 | -2/+2 |
* | gnu: btrfs-progs: Update to 4.13.3.•••* gnu/packages/linux.scm (btrfs-progs): Update to 4.13.3.
| Tobias Geerinckx-Rice | 2017-10-18 | 1 | -2/+2 |
* | gnu: hplip: Update to 3.17.10.•••* gnu/packages/cups.scm (hplip): Update to 3.17.10.
| Tobias Geerinckx-Rice | 2017-10-18 | 1 | -2/+2 |
* | gnu: mailutils: Update to 3.3.•••* gnu/packages/mail.scm (mailutils): Update to 3.3.
[arguments]: Rename 'pre-build' phase to 'prepare-test-suite', and move
after 'check'. Set 'HOME', and create ~/.mh_profile.
| Ludovic Courtès | 2017-10-18 | 1 | -4/+15 |
* | gnu: perl-crypt-random-source: Use 'perl-license'.•••* gnu/packages/crypto.scm (perl-crypt-random-source)[license]: Change to
LICENSE:PERL-LICENSE.
| Ludovic Courtès | 2017-10-18 | 1 | -1/+1 |
* | gnu: Add atool.•••* gnu/packages/compression.scm (atool): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
| Stefan Reichör | 2017-10-18 | 1 | -0/+38 |
* | gnu: mupdf: Fix CVE-2017-15587.•••* gnu/packages/patches/mupdf-CVE-2017-15587.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pdf.scm (mupdf)[source](patches): Use it.
| Marius Bakke | 2017-10-18 | 3 | -1/+24 |
* | gnu: python-protobuf: Update to 3.4.0.•••* gnu/packages/protobuf.scm (python-protobuf): Update to 3.4.0.
| Ricardo Wurmus | 2017-10-18 | 1 | -2/+2 |
* | gnu: Add protobuf-c.•••* gnu/packages/protobuf.scm (protobuf-c): New variable.
| Ricardo Wurmus | 2017-10-18 | 1 | -1/+27 |
* | gnu: protobuf: Update to 3.4.1.•••* gnu/packages/protobuf.scm (protobuf): Update to 3.4.1.
| Ricardo Wurmus | 2017-10-18 | 1 | -4/+5 |
* | gnu: nginx: Update to 1.12.2.•••* gnu/packages/web.scm (nginx): Update to 1.12.2.
| Marius Bakke | 2017-10-17 | 1 | -2/+2 |
* | gnu: rofi: Update to 1.4.2.•••* gnu/packages/xdisorg.scm (rofi): Update to 1.4.2.
| Marius Bakke | 2017-10-17 | 1 | -2/+2 |
* | gnu: r-tidyr: Update to 0.7.2.•••* gnu/packages/statistics.scm (r-tidyr): Update to 0.7.2.
| Ricardo Wurmus | 2017-10-17 | 1 | -2/+2 |
* | gnu: r-tidyselect: Update to 0.2.2.•••* gnu/packages/statistics.scm (r-tidyselect): Update to 0.2.2.
| Ricardo Wurmus | 2017-10-17 | 1 | -2/+2 |
* | gnu: r-rcpparmadillo: Update to 0.8.100.1.0.•••* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.8.100.1.0.
[native-inputs]: Add r-knitr.
| Ricardo Wurmus | 2017-10-17 | 1 | -2/+4 |
* | gnu: r-data-table: Update to 1.10.4-2.•••* gnu/packages/statistics.scm (r-data-table): Update to 1.10.4-2.
| Ricardo Wurmus | 2017-10-17 | 1 | -2/+2 |
* | gnu: r-chron: Update to 2.3-51.•••* gnu/packages/statistics.scm (r-chron): Update to 2.3-51.
| Ricardo Wurmus | 2017-10-17 | 1 | -2/+2 |