Commit Graph

20756 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 8cccd09d3e
gnu: colordiff: Use HTTPS home page.
* gnu/packages/patchutils.scm (colordiff)[home-page]: Use HTTPS.
2017-10-20 02:16:54 +02:00
Tobias Geerinckx-Rice fc622383a7
gnu: unbound: Update to 1.6.7.
* gnu/packages/dns.scm (unbound): Update to 1.6.7.
2017-10-20 02:16:53 +02:00
Tobias Geerinckx-Rice 378140e591
gnu: neofetch: Update to 3.3.0.
* gnu/packages/admin.scm (neofetch): Update to 3.3.0.
[arguments]: Add ‘install’ phase replacement that manually invokes make.
2017-10-20 02:16:52 +02:00
Tobias Geerinckx-Rice 1e9433cf4d
gnu: qtox: Update to 1.12.1.
* gnu/packages/messaging.scm (qtox): Update to 1.12.1.
2017-10-20 02:16:52 +02:00
Tobias Geerinckx-Rice 57473bfc51
gnu: speedtest-cli: Update to 1.0.7.
* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.7.
2017-10-20 02:16:51 +02:00
Tobias Geerinckx-Rice 47b85a69c0
gnu: cppcheck: Update to 1.81.
* gnu/packages/check.scm (cppcheck): Update to 1.81.
2017-10-20 02:16:51 +02:00
Kei Kebreau 7f65202990
gnu: python-sge-pygame: Update source URL.
* gnu/packages/game-development.scm (python-sge-pygame)[source]: Update URL.
2017-10-19 18:01:37 -04:00
Leo Famulari 9ccce79910
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.
2017-10-19 17:37:25 -04:00
Ludovic Courtès 9b396c0cab
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.
2017-10-19 23:21:49 +02:00
Mark H Weaver b11962067b
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.
2017-10-19 15:31:47 -04:00
Mark H Weaver 7a402621ec
gnu: linux-libre@4.9: Update to 4.9.57.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.57.
2017-10-19 15:31:02 -04:00
Mark H Weaver a7c3dfeb6c
gnu: linux-libre@4.4: Update to 4.4.93.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.93.
2017-10-19 15:30:30 -04:00
Mark H Weaver a8401c4ef1
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.
2017-10-19 15:29:09 -04:00
Marius Bakke 8c1db4fc58
gnu: yadifa: Update to 2.2.6.
* gnu/packages/dns.scm (yadifa): Update to 2.2.6.
2017-10-19 21:21:01 +02:00
Marius Bakke 43dc47fa24
gnu: Add zathura-pdf-mupdf.
* gnu/packages/pdf.scm (zathura-pdf-mupdf): New variable.
2017-10-19 21:21:01 +02:00
Marius Bakke 513885b54e
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.
2017-10-19 21:20:56 +02:00
Oleg Pykhalov d1c11418e7
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>
2017-10-19 12:17:47 +02:00
宋文武 b79813a19a
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 12:17:44 +02:00
Andy Patterson 4ad8fbd185
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>
2017-10-19 12:17:44 +02:00
Andy Patterson b764a9f5e0
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>
2017-10-19 12:17:44 +02:00
Andy Patterson 9a187b39b7
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>
2017-10-19 12:17:44 +02:00
Andy Patterson 8da7f79281
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>
2017-10-19 12:17:43 +02:00
Andy Patterson c44dd0d676
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>
2017-10-19 12:17:43 +02:00
Andy Patterson b376ec57f9
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>
2017-10-19 12:17:43 +02:00
Ricardo Wurmus ad3c61fcd3
gnu: python-hy: Update to 0.13.0.
* gnu/packages/python.scm (python-hy): Update to 0.13.0.
2017-10-19 01:37:52 +02:00
ng0 909f02dd70
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>
2017-10-19 01:22:18 +02:00
Christopher Allan Webber 0ff4425cea
gnu: Add dirvish.
* gnu/packages/backup.scm (dirvish): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-19 01:14:28 +02:00
Christopher Allan Webber a1777c77f0
gnu: Add perl-libtime-period.
* gnu/packages/perl.scm (perl-libtime-period): New variable.
2017-10-19 01:13:40 +02:00
Christopher Allan Webber 7f926760ed
gnu: Add perl-libtime-parsedate.
* gnu/packages/perl.scm (perl-libtime-parsedate): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-19 01:06:53 +02:00
Tobias Geerinckx-Rice 9d8796a516
Revert "gnu: python-pyatspi: Update to 2.26.0."
This reverts commit 629f33e233, which breaks
orca@3.26.0.
2017-10-18 23:58:08 +02:00
Ricardo Wurmus c0770feedd
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.
2017-10-18 23:54:16 +02:00
Tobias Geerinckx-Rice 39427f9042
gnu: eog-plugins: Update to 3.26.1.
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.1.
2017-10-18 23:25:05 +02:00
Tobias Geerinckx-Rice 0a1a93b4aa
gnu: eog: Update to 3.26.1.
* gnu/packages/gnome.scm (eog): Update to 3.26.1.
2017-10-18 23:25:05 +02:00
Tobias Geerinckx-Rice 629f33e233
gnu: python-pyatspi: Update to 2.26.0.
* gnu/packages/gnome.scm (python-pyatspi): Update to 2.26.0.
2017-10-18 23:25:04 +02:00
Tobias Geerinckx-Rice 2a86fece22
gnu: btrfs-progs: Update to 4.13.3.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.13.3.
2017-10-18 23:25:04 +02:00
Tobias Geerinckx-Rice 3031b138f5
gnu: hplip: Update to 3.17.10.
* gnu/packages/cups.scm (hplip): Update to 3.17.10.
2017-10-18 23:25:04 +02:00
Ludovic Courtès baa6790b4c
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.
2017-10-18 23:22:19 +02:00
Ludovic Courtès 8cb537acbc
gnu: perl-crypt-random-source: Use 'perl-license'.
* gnu/packages/crypto.scm (perl-crypt-random-source)[license]: Change to
LICENSE:PERL-LICENSE.
2017-10-18 23:22:19 +02:00
Stefan Reichör ef5c40aa2d
gnu: Add atool.
* gnu/packages/compression.scm (atool): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-18 23:08:39 +02:00
Marius Bakke 07dfc89859
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.
2017-10-18 22:15:09 +02:00
Ricardo Wurmus dc1d06ba9e
gnu: python-protobuf: Update to 3.4.0.
* gnu/packages/protobuf.scm (python-protobuf): Update to 3.4.0.
2017-10-18 01:49:14 +02:00
Ricardo Wurmus bfd073319c
gnu: Add protobuf-c.
* gnu/packages/protobuf.scm (protobuf-c): New variable.
2017-10-18 01:49:14 +02:00
Ricardo Wurmus dd12d4aad0
gnu: protobuf: Update to 3.4.1.
* gnu/packages/protobuf.scm (protobuf): Update to 3.4.1.
2017-10-18 01:49:14 +02:00
Marius Bakke b2850fd170
gnu: nginx: Update to 1.12.2.
* gnu/packages/web.scm (nginx): Update to 1.12.2.
2017-10-17 21:05:54 +02:00
Marius Bakke 790d33c3bb
gnu: rofi: Update to 1.4.2.
* gnu/packages/xdisorg.scm (rofi): Update to 1.4.2.
2017-10-17 21:05:54 +02:00
Ricardo Wurmus e059bdc9a7
gnu: r-tidyr: Update to 0.7.2.
* gnu/packages/statistics.scm (r-tidyr): Update to 0.7.2.
2017-10-17 20:58:24 +02:00
Ricardo Wurmus d8455fe146
gnu: r-tidyselect: Update to 0.2.2.
* gnu/packages/statistics.scm (r-tidyselect): Update to 0.2.2.
2017-10-17 20:58:24 +02:00
Ricardo Wurmus c43db8da3a
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.
2017-10-17 20:58:24 +02:00
Ricardo Wurmus 711e6cc5f4
gnu: r-data-table: Update to 1.10.4-2.
* gnu/packages/statistics.scm (r-data-table): Update to 1.10.4-2.
2017-10-17 20:58:23 +02:00
Ricardo Wurmus 767ad2f7ad
gnu: r-chron: Update to 2.3-51.
* gnu/packages/statistics.scm (r-chron): Update to 2.3-51.
2017-10-17 20:58:23 +02:00
Ricardo Wurmus dc6cb56dec
gnu: r-dplyr: Update to 0.7.4.
* gnu/packages/statistics.scm (r-dplyr): Update to 0.7.4.
2017-10-17 20:58:23 +02:00
Ricardo Wurmus 7340fc5014
gnu: r-curl: Update to 3.0.
* gnu/packages/web.scm (r-curl): Update to 3.0.
2017-10-17 20:58:19 +02:00
Ricardo Wurmus 94b55ace14
gnu: axoloti-runtime: Update home page.
* gnu/packages/axoloti.scm (axoloti-runtime)[home-page]: Use redirection
target URL.
2017-10-17 17:32:20 +02:00
Ricardo Wurmus d991b05664
gnu: Add Axoloti.
* gnu/packages/axoloti.scm: New file.
* gnu/packages/patches/libusb-for-axoloti.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
(GNU_SYSTEM_MODULES): Add module.
2017-10-17 16:49:20 +02:00
Ricardo Wurmus 8843373322
gnu: java-jgit: Include properties files.
* gnu/packages/version-control.scm (java-jgit)[arguments]: Add phase
"add-properties".
(java-jgit-4.2)[arguments]: Move modification of phases into
substitute-keyword-arguments clause.
2017-10-17 16:49:20 +02:00
Ludovic Courtès c56c5e78ea
gnu: guix: Fix content hash.
Fixes a mistake in bb4b9f7bf3, which was
due to the present of a hard link in my source tree, which confused
'git-predicate'...

* gnu/packages/package-management.scm (guix)[source]: Fix content hash.
2017-10-17 13:24:02 +02:00
Ludovic Courtès 65dabe4e18
gnu: perf: Find 'tips.txt'.
* gnu/packages/linux.scm (perf)[arguments]: Use "prefix", not
"DESTDIR".  This allows 'perf report' to find 'tips.txt'.
2017-10-17 13:24:02 +02:00
Ludovic Courtès 1d484507dc
gnu: perf: Add dependency on libunwind and libnuma.
* gnu/packages/linux.scm (perf)[inputs]: Add NUMACTL and LIBUNWIND.
2017-10-17 13:24:01 +02:00
Ludovic Courtès bb4b9f7bf3
gnu: guix: Update development snapshot.
* gnu/packages/package-management.scm (guix): Update to 357ab93.
2017-10-17 11:24:54 +02:00
Roel Janssen 357ab93aac
gnu: Add python2-py2neo.
* gnu/packages/python.scm (python2-py2neo): New variable.
2017-10-17 09:59:35 +02:00
Roel Janssen 4640a11bee
gnu: Add python2-neo4j-driver.
* gnu/packages/python.scm (python2-neo4j-driver): New variable.
2017-10-17 09:59:06 +02:00
Leo Famulari 09748a3527
gnu: wpa-supplicant: Fix "KRACK" key reinstallation attacks [security fixes].
Fixes CVE-2017-{13078,13079,13080,13081,13082,13087,13088}.

See these announcements for more information:
https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt
https://www.krackattacks.com/

* gnu/packages/patches/wpa-supplicant-CVE-2017-13082.patch,
gnu/packages/patches/wpa-supplicant-fix-key-reuse.patch,
gnu/packages/patches/wpa-supplicant-fix-nonce-reuse.patch
gnu/packages/patches/wpa-supplicant-fix-zeroed-keys.patch,
gnu/packages/patches/wpa-supplicant-krack-followups.patch: New files.
* gnu/packages/admin.scm (wpa-supplicant-minimal)[source]: Use them.
* gnu/local.mk (dist_patch_DATA): Add them.
2017-10-16 14:17:27 -04:00
Ludovic Courtès 484a72a036
gnu: emacs-org, emacs-org-contrib: Update to 20171016.
* gnu/packages/emacs.scm (emacs-org, emacs-org-contrib): Update to
20171016.
2017-10-16 15:49:19 +02:00
Ludovic Courtès d8ec1b719b
gnu: emacs-tiny: Update to 0.2.1.
* gnu/packages/emacs.scm (emacs-tiny): Update to 0.2.1.
2017-10-16 15:49:04 +02:00
Ludovic Courtès 13869ff593
gnu: emacs-adaptive-wrap: Update to 0.5.1.
* gnu/packages/emacs.scm (emacs-adaptive-wrap): Update to 0.5.1.
2017-10-16 15:48:42 +02:00
Ludovic Courtès 5f51f39e83
gnu: emacs-queue: Update to 0.2.
* gnu/packages/emacs.scm (emacs-queue): Update to 0.2.
2017-10-16 15:48:14 +02:00
Ludovic Courtès ceba99ef95
gnu: emacs-ahungry-theme: Update to 1.6.0.
* gnu/packages/emacs.scm (emacs-ahungry-theme): Update to 1.6.0.
2017-10-16 15:47:55 +02:00
Ludovic Courtès f41bb8d107
gnu: libextractor: Update to 1.6.
* gnu/packages/gnunet.scm (libextractor): Update to 1.6.
2017-10-16 15:47:39 +02:00
Adam Van Ymeren a97bfa46cd
gnu: totem: Disable parallel build due to http://debbugs.gnu.org/28813
Fixes <http://bugs.gnu.org/28813>.

* gnu/packages/gnome.scm (totem)[arguments]: Add #:parallel-build?.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-16 14:57:54 +02:00
Christopher Baines 8e2ae7ee29
gnu: Add emacs-org-contrib.
* gnu/packages/emacs.scm (emacs-org-contrib): New variable.
2017-10-16 08:39:50 +01:00
Leo Famulari 8de5ca0288
gnu: tmux: Update to 2.6.
* gnu/packages/tmux.scm (tmux): Update to 2.6.
2017-10-15 21:37:51 -04:00
Tobias Geerinckx-Rice 7732cca18d
gnu: youtube-dl: Update to 2017.10.15.1.
* gnu/packages/video.scm (youtube-dl): Update to 2017.10.15.1.
2017-10-15 22:51:09 +02:00
Tobias Geerinckx-Rice 0367c89dd4
gnu: baobab: Update to 3.26.1.
* gnu/packages/gnome.scm (baobab): Update to 3.26.1.
2017-10-15 22:51:09 +02:00
ng0 96acbc2be8
gnu: Add cinnamon-desktop.
* gnu/packages/cinnamon.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-15 20:29:31 +01:00
Ricardo Wurmus 791cfa672d
gnu: propeller-development-suite: Use stable release.
* gnu/packages/embedded.scm (propeller-binutils): Take sources from
release_1_0 branch.
[arguments]: Remove "patch-/bin/sh-in-tests" phase; add "chdir" phase; disable
Werror flag.
(propeller-gcc-4): Use sources from release_1_0 branch.
[arguments]: Add "chdir" phase.
[home-page]: Change to official home page.
(proplib): Use sources from release_1_0 branch.
[arguments]: Add "chdir" phase; remove outdated patch from "fix-Makefile"
phase; do not build and install tiny library.
[home-page]: Change to official home page.
(propeller-load): Use sources from release_1_0 branch.
[arguments]: Add "chdir" phase.
[home-page]: Change to official home page.
2017-10-15 17:36:11 +02:00
Kei Kebreau b3b2efc82d
gnu: maxima: Update to 5.41.0.
* gnu/packages/maths.scm (maxima): Update to 5.41.0.
2017-10-15 10:50:45 -04:00
Efraim Flashner 838b232e97
gnu: ruby-ffi: Move to libffi.scm.
* gnu/packages/ruby.scm (ruby-ffi): Move from here ...
* gnu/packages/libffi.scm: ... to here.
2017-10-15 11:57:15 +03:00
Efraim Flashner 0751fddd91
gnu: python-cffi: Move to libffi.scm
* gnu/packages/python.scm (python-cffi): Move from here ...
* gnu/packages/libffi.scm: ... to here.
* gnu/packages/crypto.scm, gnu/packages/password-utils.scm: Adjust
module imports.
2017-10-15 11:57:15 +03:00
Efraim Flashner cca55d571c
gnu: python-cffi: Update to 1.11.2.
* gnu/packages/python.scm (python-cffi): Update to 1.11.2.
[home-page]: Use 'https'.
2017-10-15 11:57:15 +03:00
Efraim Flashner a1add5b7fb
gnu: python-cffi: Disable test that fails on aarch64.
* gnu/packages/python.cm (python-cffi)[arguments]: Disable test that
is known to fail on aarch64.
2017-10-15 11:57:15 +03:00
Ricardo Wurmus dd46c16b12
gnu: fluidsynth: Update to 1.1.8.
* gnu/packages/audio.scm (fluidsynth): Update to 1.1.8.
[build-system]: Use cmake-build-system.
[arguments]: Disable tests; add phase "fix-libdir"; remove build phase
"remove-broken-symlinks".
[license]: Change to lpgl2.1+.
2017-10-15 10:45:20 +02:00
Mark H Weaver 58381958cc
gnu: linux-libre: Update to 4.13.7.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.7.
(%linux-libre-hash): Update hash.
2017-10-14 22:37:37 -04:00
Tobias Geerinckx-Rice 9ced103324
gnu: cups-minimal: Mark up description.
* gnu/packages/cups.scm (cups-minimal)[description]: Use @dfn.
2017-10-14 17:32:46 +02:00
Tobias Geerinckx-Rice 96b44a9456
gnu: cups-filters: Download over HTTPS.
* gnu/packages/cups.scm (cups-filters)[source]: Use HTTPS.
2017-10-14 17:32:46 +02:00
ng0 b35936880d
gnu: Add python-pyqrcode.
* gnu/packages/python.scm (python-pyqrcode): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:37 +02:00
ng0 f0f6f9f6cf
gnu: Add python-pynacl.
* gnu/packages/crypto.scm (python-pynacl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:37 +02:00
ng0 3aa440caef
gnu: Add python-py-ubjson.
* gnu/packages/web.scm (python-py-ubjson): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
ng0 7ae282fbea
gnu: Add python-cbor.
* gnu/packages/serialization.scm (python-cbor): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
ng0 d43210f332
gnu: neomutt: Update to 20171013.
* gnu/packages/mail.scm (neomutt): Update to 20171013.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
Kyle Meyer a209907ed6
gnu: emacs-ess: Update to 16.10.
* gnu/packages/emacs.scm (emacs-ess): Update to 16.10.
[arguments]: Enable tests.
[source]: Add snippet to prevent build process from trying to download
external julia-mode.el.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
Kyle Meyer db29e59865
gnu: Add emacs-julia-mode.
* gnu/packages/emacs.scm (emacs-julia-mode): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
Kyle Meyer d02c287390
gnu: Add emacs-easy-kill.
* gnu/packages/emacs.scm (emacs-easy-kill): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
Rutger Helling 7aafb3b324
gnu: games: Add openrct2.
* gnu/packages/games.scm (openrct2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
Ludovic Courtès 8380a18176
gnu: guile-sdl, guile-sly: Switch to Guile 2.2.
* gnu/packages/sdl.scm (guile-sdl)[inputs]: Replace GUILE-2.0 with
GUILE-2.2.
[arguments]: Add 'skip-cursor-test' phase.
* gnu/packages/guile.scm (guile-sly)[propagated-inputs]: Switch to
GUILE-2.2.
2017-10-14 17:07:36 +02:00
Ludovic Courtès 44394ef917
gnu: guile-sly: Remove 2.0-specific bits.
* gnu/packages/guile.scm (guile-sly)[source](modules, snippet): New
fields.
2017-10-14 17:07:35 +02:00
Ludovic Courtès 4fa3f7967f
gnu: guile-sdl: Remove 2.0-specific bits.
* gnu/packages/sdl.scm (guile-sdl)[arguments]: Add #:modules.
In 'fix-env-and-patch' phase, use 'open-pipe*' to determine the
effective version; use it in makefiles.
2017-10-14 17:07:35 +02:00
Marius Bakke 31c70cce50
gnu: mesa: Disable svga driver for armhf.
* gnu/packages/gl.scm (mesa)<#:configure-flags>: Drop svga gallium driver.
2017-10-14 10:22:41 +02:00
ng0 a4593cc95b
gnu: python-fonttools: Update to 3.15.1.
* gnu/packages/python.scm (python-fonttools): Update to 3.15.1.
  (source)[uri]: Use 'pypi-uri'.
  (native-inputs): Add unzip.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-14 07:18:19 +01:00
Cyril Roelandt af6ce61088
gnu: python-biopython: Update to 1.70.
* gnu/packages/python.scm (python-biopython, python2-biopython): Update to 1.70.
2017-10-14 03:17:50 +02:00
Ricardo Wurmus a47ed09624
gnu: meson: Update to 0.43.0.
* gnu/packages/build-tools.scm (meson): Update to 0.43.0.
2017-10-13 22:47:33 +02:00
Tobias Geerinckx-Rice d24c69d866
gnu: file-roller: Update to 3.26.1.
* gnu/packages/gnome.scm (file-roller): Update to 3.26.1.
2017-10-13 21:52:28 +02:00
Tobias Geerinckx-Rice a3070d1b4f
gnu: gnome-backgrounds: Update to 3.26.2.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.26.2.
2017-10-13 21:52:28 +02:00
Tobias Geerinckx-Rice ff21b07e0b
gnu: dconf-editor: Update to 3.26.1.
* gnu/packages/gnome.scm (dconf-editor): Update to 3.26.1.
2017-10-13 21:52:27 +02:00
Tobias Geerinckx-Rice 3495e9412e
gnu: adwaita-icon-theme: Update to 3.26.0.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.26.0.
2017-10-13 21:52:27 +02:00
Tobias Geerinckx-Rice 6baabe9246
gnu: gnome-terminal: Update to 3.26.1.
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.26.1.
2017-10-13 21:52:27 +02:00
Tobias Geerinckx-Rice 7b487df995
gnu: vte: Update to 0.50.1.
* gnu/packages/gnome.scm (vte): Update to 0.50.1.
2017-10-13 21:52:26 +02:00
Tobias Geerinckx-Rice ad9e03e918
gnu: youtube-dl: Update to 2017.10.12.
* gnu/packages/video.scm (youtube-dl): Update to 2017.10.12.
2017-10-13 21:52:26 +02:00
Tobias Geerinckx-Rice 71d60b966d
gnu: mcelog: Use HTTPS home page.
* gnu/packages/linux.scm (mcelog)[home-page]: Use HTTPS.
2017-10-13 21:52:26 +02:00
Tobias Geerinckx-Rice e03e9c86da
gnu: mcelog: Update to 154.
* gnu/packages/linux.scm (mcelog): Update to 154.
2017-10-13 21:52:26 +02:00
Christopher Baines 1f37465a66
gnu: Add emacs-graphviz-dot-mode.
* gnu/packages/emacs.scm (graphviz-dot-mode): New variable.
2017-10-13 20:41:46 +01:00
Alex Kost 0821e0672c
gnu: git-modes: Update to 1.2.6.
* gnu/packages/emacs.scm (git-modes): Update to 1.2.6.
2017-10-13 19:53:04 +03:00
Alex Kost dca0718c29
gnu: emacs-with-editor: Update to 2.7.0.
* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.7.0.
2017-10-13 19:53:04 +03:00
Alex Kost d5e33910a9
gnu: magit: Update to 2.11.0.
* gnu/packages/emacs.scm (magit, emacs-magit-popup): Update to 2.11.0.
2017-10-13 19:53:04 +03:00
Ricardo Wurmus d95f1041de
gnu: eolie: Update to 0.9.4.
* gnu/packages/gnome.scm (eolie): Update to 0.9.4.
[arguments]: Update build phases to use the meson build system.
[native-inputs]: Add meson-for-build, ninja, python, and gtk+:bin.
2017-10-13 17:03:51 +02:00
Hartmut Goebel 109461f919
gnu: kdelibs4support: Remove redundant inputs.
These are listed as propagated inputs already, no need
to list them as normal inputs again.

* gnu/packages/kde-frameworks.scm (kdelibs4support)[inputs]: Remove
  kconfigwidgets, kdesignerplugin, kdoctools, kguiaddons.
2017-10-13 13:53:51 +02:00
Hartmut Goebel f96302abe7
gnu: kdoctools: Symlink some files referred to by different names.
* gnu/package/kde-frameworks.scm (kdoctools)[arguments]
  <#:phases>'add-symlinks': New phase.
2017-10-13 13:53:51 +02:00
Hartmut Goebel b87633fc0f
gnu: ktexteditor: Symlink some files referred to by different names.
* gnu/package/kde-frameworks.scm (ktexteditor)[arguments]
  <#:phases>'add-symlinks': New phase.
2017-10-13 13:53:51 +02:00
Hartmut Goebel d3726f0587
gnu: kdeclarative: Reduce the number of warnings when configuring.
* gnu/packages/kde-frameworks.scm (kdeclarative)[inputs]: Add libepoxy.
  [native-inputs]: Add pkg-config.
2017-10-13 13:53:50 +02:00
Hartmut Goebel 7a8287da25
gnu: kglobalaccel: Reduce the number of warnings when configuring.
* gnu/packages/kde-frameworks.scm (kglobalaccel)[native-inputs]: Add
  pkg-config.
2017-10-13 13:53:50 +02:00
Hartmut Goebel 91499e4524
gnu: sonnet: Reduce the number of warnings when configuring.
* gnu/packages/kde-frameworks.scm (sonnet)[native-inputs]: Add pkg-config.
2017-10-13 13:53:49 +02:00
Hartmut Goebel 455a0bf50c
gnu: kidletime: Enable fallback mode to X-Screensaver based poller.
This does no harm and reduced the number of warnings. Also
pkg-config was added to reduce the number of warnings further.

* gnu/packages/kde-frameworks.scm (kidletime)[inputs]: Add
  libxscrnsaver. [native-inputs]: Add pkg-config.
2017-10-13 13:53:49 +02:00
Hartmut Goebel cf7cf45a5f
gnu: kio: Symlink some files referred to by different names.
* gnu/package/kde-frameworks.scm (kio)[arguments]
  <#:phases>'add-symlinks': New phase.
2017-10-13 13:53:48 +02:00
Hartmut Goebel bb4fcf7ba6
gnu: kio: Adopt a patch from Nix.
* gnu/package/kde-frameworks.scm (kio)[arguments]
  <#:phases>'patch': New phase.
2017-10-13 13:53:48 +02:00
Hartmut Goebel 3d7bb7b304
gnu: kio: Remove unused input.
This "acl" is not the "libacl" kio wants, but that libacl is not yet
available. Added a commend instead.

* gnu/packages/kde-frameworks.scm (kio)[inputs]: Remove acl.
2017-10-13 13:53:47 +02:00
Hartmut Goebel 1ee4fb14f2
gnu: kparts: Make tests pass again.
* gnu/packages/kde-frameworks.scm (kparts)[native-inputs]: Add
  shared-mime-info.
2017-10-13 13:53:47 +02:00
Hartmut Goebel a9314dc307
gnu: bluez-qt: Add comment about status of tests.
* gnu/packages/kde-frameworks.scm (bluez-qt)[arguments]: Add comment.
2017-10-13 13:53:46 +02:00
Hartmut Goebel b67f7f667f
gnu: bluez-qt: Install udev-rules.
This requires setting UDEV_RULES_INSTALL_DIR since the CMakeLists.txt does not
base this any prefix.

* gnu/packages/kde-frameworks.scm (bluez-qt)[arguments]<#:configure-flags>:
  Remove INSTALL_UDEV_RULE=OFF, add UDEV_RULES_INSTALL_DIR.
2017-10-13 13:53:46 +02:00
Hartmut Goebel fa10ae4fbb
gnu: kfilemetadata: Enable support for PDF files and audio files.
- Qt5 Multimedia module is needed to bild an extractor for audio files.
- poppler, which was defined as input, is not including the requested Qt
  support, thus poppler-qt is needed.

* gnu/packages/kde-frameworks.scm (kfilemetadata)[inuts]: Add qtmultimedia,
  replace poppler by poppler-qt5. [native-inputs]: Add pkg-config.
2017-10-13 13:53:45 +02:00
Hartmut Goebel 66e7e43450
gnu: kdnssd: Enable service discovery on local network via avahi.
* gnu/packages/kde-frameworks.scm (kdnssd)[inputs]: Add avahi.
2017-10-13 13:53:45 +02:00
Hartmut Goebel ba81085b25
gnu: phonon: Enable building the Qt Designer plugin.
Add native-inputs pkg-config, qttools and update comments.

This enables building the Qt Designer plugin.

* gnu/packages/kde-frameworks.scm (phonon): [native-inputs]: Add pkg-config,
  qttools.  [arguments]<#configure-flags>: Remove
  PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT, to avoid installing the
  Phonon-Qt-extension into /gnu/store/…-qtbase-…/.
2017-10-13 13:53:44 +02:00
Hartmut Goebel 11f6570011
gnu: kdesignerplugin: Add optional inputs.
Still missing: kwebkit (KF5WebKitConfig.cmake).

* gnu/packages/kde-frameworks.scm (kdesignerplugin)[inputs]: Add kcompletion,
  kconfigwidgets, kiconthemes, kitemviews, kkio, kplotting, ktextwidgets,
  kwidgetsaddons, kxmlgui, sonnet.
2017-10-13 13:53:44 +02:00
Hartmut Goebel d49766b293
gnu: Add kdewebkit.
* gnu/package/kde-frameworks.scm (kdewebkit): New variable.
2017-10-13 13:53:43 +02:00
Hartmut Goebel 79677b2f4f
gnu: kwallet: Add optional input qgpgme.
Gpgme was already there, QGpgme was missing.

* gnu/packages/kde-frameworks.scm (kwallet)[inputs]: Add qgpgme.
2017-10-13 13:53:42 +02:00
Hartmut Goebel cc527338ee
gnu: kconfigwidgets: Add optional native-input kdoctools.
* gnu/packages/kde-frameworks.scm (kconfigwidgets)[native-inputs]:
  Add kdoctools.
2017-10-13 13:53:42 +02:00
Hartmut Goebel 3263e94c55
gnu: kcoreaddons: Add native-input shared-mime-info and a comment.
* gnu/packages/kde-frameworks.scm (kcoreaddons)[native-inputs]:
  Add shared-mime-info.
2017-10-13 13:53:41 +02:00
Hartmut Goebel 274365ca1c
gnu: Update prison to 5.37.0.
Align with the version of other kde-frameworks packages.

* gnu/package/kde-frameworks.scm (prision): Update to 5.37.0
2017-10-13 13:53:41 +02:00
Hartmut Goebel f8127d2644
gnu: qtkeychain: Reduce the number of warnings when configuring.
* gnu/packages/qt.scm (qtkeychain)[native-inputs]: Add pkg-config.
2017-10-13 13:53:41 +02:00
Hartmut Goebel 868b1a025a
gnu: grantlee: Enable all tests.
* gnu/packages/qt.scm (grantlee)[arguments]
  <#:phases>'check-setup': New phase, set QT_QPA_PLATFORM=offscreen.
  <#:phases>'check': Remove phase.
2017-10-13 13:53:40 +02:00
Hartmut Goebel 61cc757d5f
gnu: kde-framworks: Fix installation directories.
After the qtbase installation directories have been changed, kf5's plugins
etc. need to be install into lib/qt5/…, too. We change the global definitions
in "KDEInstallDirs.cmake", so this changes will apply to all packages without
these to need to define the paths. THis is okay, since "KDEInstallDirs.cmake"
defines the directory-layout guix is using.

* gnu/packages/kde-frameworks.scm (extra-cmake-modules)[#:phase fix-lib-path]:
  In modules/KDEInstallDirs.cmake also patch QTPLUGINDIR, QTQUICKIMPORTSDIR,
  QMLDIR.
  (kwindowsystem)[#:phase check]: Adjust QT_PLUGIN_PATH.
  (kfilemetadata)[#:phase check-setup]: dito.
2017-10-13 13:53:40 +02:00
Hartmut Goebel 5430732b22
gnu: qscintilla: Adjust installation directory layout.
* gnu/packages/qt.scm (qscintilla)[#:phase configure]: Set QT_INSTALL_DATA and
  QT_HOST_DATA to $OUT/lib/qt5.
2017-10-13 13:53:39 +02:00
Hartmut Goebel 4eb972b95c
gnu: qtwebkit: Fix rpath for the qmlwebkit plugins.
After the qtbase installation directories have been changed,
the relative RPATH in the libs no longer matched the sructure.

* gnu/packages/qt.scm(qtwebkit)[arguments]: New phase
  fix-qmlwebkit-plugins-rpath.
2017-10-13 13:53:39 +02:00
宋文武 163651cbdc
gnu: qwt: Adjust installation directory layout.
* gnu/packages/qt.scm (qwt)[arguments]<#:phases>: Modify 'qwtconfig.pri' to
use a directory layout that matching qtbase.  Modify 'doc/doc.pro' to remove
the misplaced installation of man pages.  Rename phase 'install-documentation'
to 'install-man-pages'.
2017-10-13 13:53:39 +02:00
宋文武 8075b62378
gnu: qt: Fix install paths in submodules.
Before this, the paths in pkg-config (.pc) and libtool (.la) files of
submodules are all pointing to qtbase.

* gnu/packages/qt.scm (qtbase)[native-inputs]: Move 'which' to
'propagated-inputs'.
[arguments]: Rename 'patch-qt_config.prf' phase to 'patch-mkspecs' and
patch more qmake spec files there.
(qtsvg)[arguments]: Add 'configure-qmake' phase.
2017-10-13 13:53:38 +02:00
宋文武 6fc0e157ee
gnu: qtbase: Use a more standard directory layout.
* gnu/packages/qt.scm (qtbase)[arguments]: Pass docdir, headerdir,
archdatadir, datadir and examplesdir to 'configure'.  Ajdust the
patch-qt_config.prf phase accordingly.
[native-search-paths]: Adjust accordingly.
(qtwayland)[arguments]: New field.

Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2017-10-13 13:53:37 +02:00
Ricardo Wurmus dad66da493
gnu: Add plink-ng.
* gnu/packages/bioinformatics.scm (plink-ng): New variable.
2017-10-13 11:14:00 +02:00
Ricardo Wurmus dc8ddbfb07
gnu: Add paml.
* gnu/packages/bioinformatics.scm (paml): New variable.
2017-10-13 11:14:00 +02:00
Chris Marusich f3eeca5621
gnu: Add GnuCash documentation.
* gnu/packages/gnucash.scm (gnucash-docs): Add it.
  (gnucash): Use the glib-or-gtk-build-system, create a "doc" output, and
  install the output of "gnucash-docs" into there.
2017-10-13 01:05:54 -07:00
Mark H Weaver 2eac8e6b0d
gnu: linux-libre: Update to 4.13.6.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.6.
(%linux-libre-hash): Update hash.
2017-10-13 03:41:30 -04:00
Mark H Weaver e7804c3da1
gnu: linux-libre@4.9: Update to 4.9.56.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.56.
2017-10-13 03:41:28 -04:00
Mark H Weaver ef036c7d52
gnu: linux-libre@4.4: Update to 4.4.92.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.92.
2017-10-13 03:41:26 -04:00
Mark H Weaver 2890b07cd3
gnu: linux-libre@4.1: Update URL for CVE-2017-1000251 fix.
* gnu/packages/linux.scm (linux-libre-4.1)[source]: Update the URL
and hash of the patch for CVE-2017-1000251.
2017-10-13 03:37:30 -04:00
Ricardo Wurmus b38e417903
gnu: emacs-helm: Update to 2.8.5.
* gnu/packages/emacs.scm (emacs-helm): Update to 2.8.5.
2017-10-13 08:39:02 +02:00
Leo Famulari 947453a88d
gnu: Add Syncthing.
* gnu/packages/syncthing.scm (syncthing): New variable.
2017-10-12 21:22:55 -04:00
Leo Famulari ae8c7774c0
gnu: Add go-golang-org-x-text-union.
* gnu/packages/syncthing.scm (go-golang-org-x-text-union): New variable.
2017-10-12 21:22:55 -04:00
Leo Famulari 4c3cc9496c
gnu: Add go-golang-org-x-net-union.
* gnu/packages/syncthing.scm (go-golang-org-x-net-union): New variable.
2017-10-12 21:22:55 -04:00
Leo Famulari 3c466da1d5
gnu: Add go-github-com-vitrun-qart-union.
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart-union): New variable.
2017-10-12 21:22:54 -04:00
Leo Famulari 503802ab91
gnu: Add go-github-com-gogo-protobuf-union.
* gnu/packages/syncthing.scm (go-github-com-gogo-protobuf-union): New variable.
2017-10-12 21:22:54 -04:00
Leo Famulari cca22eb31a
gnu: Add go-golang-org-x-crypto-union.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-union): New variable.
2017-10-12 21:22:54 -04:00
Leo Famulari 3d86b557c6
gnu: Add go-github-com-audriusbutkevicius-kcp-go.
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-kcp-go): New
variable.
2017-10-12 21:22:54 -04:00
Leo Famulari 478ebb31a9
gnu: Add go-github-com-templexxx-reedsolomon.
* gnu/packages/syncthing.scm (go-github-com-templexxx-reedsolomon): New
variable.
2017-10-12 21:22:54 -04:00
Leo Famulari a3d98dd8d9
gnu: Add go-github-com-templexxx-cpufeat.
* gnu/packages/syncthing.scm (go-github-com-templexxx-cpufeat): New variable.
2017-10-12 21:22:54 -04:00
Leo Famulari 89d91ee2a0
gnu: Add go-github-com-kballard-go-shellquote.
* gnu/packages/syncthing.scm (go-github-com-kballard-go-shellquote): New
variable.
2017-10-12 21:22:53 -04:00
Leo Famulari 71415e23f9
gnu: Add go-github-com-audriusbutkevicius-cli.
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-cli): New
variable.
2017-10-12 21:22:53 -04:00
Leo Famulari cb42a2a89d
gnu: Add go-golang-org-x-time-rate.
* gnu/packages/syncthing.scm (go-golang-org-x-time-rate): New variable.
2017-10-12 21:22:53 -04:00
Leo Famulari 3ce463908a
gnu: Add go-github-com-xtaci-smux.
* gnu/packages/syncthing.scm (go-github-com-xtaci-smux): New variable.
2017-10-12 21:22:53 -04:00
Leo Famulari 936e02b480
gnu: Add go-github-com-pkg-errors.
* gnu/packages/syncthing.scm (go-github-com-pkg-errors): New variable.
2017-10-12 21:22:53 -04:00
Leo Famulari 66500b27e5
gnu: Add go-github-com-templexxx-xor.
* gnu/packages/syncthing.scm (go-github-com-templexxx-xor): New variable.
2017-10-12 21:22:52 -04:00
Leo Famulari 2785690a23
gnu: Add go-github-com-chmduquesne-rollinghash-adler32.
* gnu/packages/syncthing.scm (go-github-com-chmduquesne-rollinghash-adler32):
New variable.
2017-10-12 21:22:52 -04:00
Leo Famulari db64cb4010
gnu: Add go-github-com-ccding-go-stun.
* gnu/packages/syncthing.scm (go-github-com-ccding-go-stun): New variable.
2017-10-12 21:22:52 -04:00
Leo Famulari 6deb73c493
gnu: Add go-github-com-audriusbutkevicius-pfilter.
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-pfilter): New
variable.
2017-10-12 21:22:52 -04:00
Leo Famulari ea969c6b04
gnu: Add go-golang-org-x-text-unicode-norm.
* gnu/packages/syncthing.scm (go-golang-org-x-text-unicode-norm): New variable.
2017-10-12 21:22:52 -04:00
Leo Famulari e4ef477212
gnu: Add go-golang-org-x-text-transform.
* gnu/packages/syncthing.scm (go-golang-org-x-text-transform): New variable.
2017-10-12 21:22:52 -04:00
Leo Famulari 04e2d470ab
gnu: Add go-golang-org-x-net-proxy.
* gnu/packages/syncthing.scm (go-golang-org-x-net-proxy): New variable.
2017-10-12 21:22:51 -04:00
Leo Famulari 8c73bb2c72
gnu: Add go-golang-org-x-net-ipv6.
* gnu/packages/syncthing.scm (go-golang-org-x-net-ipv6): New variable.
2017-10-12 21:22:51 -04:00
Leo Famulari f20d1300b3
gnu: Add go-golang-org-x-net-internal-iana.
* gnu/packages/syncthing.scm (go-golang-org-x-net-internal-iana): New variable.
2017-10-12 21:22:51 -04:00
Leo Famulari 303dfd5c56
gnu: Add go-golang-org-x-net-context.
* gnu/packages/syncthing.scm (go-golang-org-x-net-context): New variable.
2017-10-12 21:22:51 -04:00
Leo Famulari 3544d5259c
gnu: Add go-golang-org-x-net-bpf.
* gnu/packages/syncthing.scm (go-golang-org-x-net-bpf): New variable.
2017-10-12 21:22:51 -04:00
Leo Famulari b5ad117bb2
gnu: Add go-golang-org-x-net-ipv4.
* gnu/packages/syncthing.scm (go-golang-org-x-net-ipv4): New variable.
2017-10-12 21:22:50 -04:00
Leo Famulari edcc061cec
gnu: Add go-golang-org-x-crypto-xtea.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-xtea): New variable.
2017-10-12 21:22:50 -04:00
Leo Famulari 932fb47755
gnu: Add go-golang-org-x-crypto-twofish.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-twofish): New variable.
2017-10-12 21:22:50 -04:00
Leo Famulari 95b493f2a8
gnu: Add go-golang-org-x-crypto-cast5.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-cast5): New variable.
2017-10-12 21:22:50 -04:00
Leo Famulari 7e7df095d7
gnu: Add go-golang-org-x-crypto-salsa20.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-salsa20): New variable.
2017-10-12 21:22:50 -04:00
Leo Famulari 63950f9b39
gnu: Add go-golang-org-x-crypto-tea.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-tea): New variable.
2017-10-12 21:22:49 -04:00
Leo Famulari b65620b6d2
gnu: Add go-golang-org-x-crypto-pbkdf2.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-pbkdf2): New variable.
2017-10-12 21:22:49 -04:00
Leo Famulari 3cf3cdc9b9
gnu: Add go-golang-org-x-crypto-blowfish.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-blowfish): New variable.
2017-10-12 21:22:49 -04:00
Leo Famulari 8da09afc1f
gnu: Add go-golang-org-x-crypto-bcrypt.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-bcrypt): New variable.
2017-10-12 21:22:49 -04:00
Leo Famulari 892ced6d0f
gnu: Add go-github-com-vitrun-qart-qr.
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart-qr): New variable.
2017-10-12 21:22:49 -04:00
Leo Famulari 6934827a3e
gnu: Add go-github-com-vitrun-qart-gf256.
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart-gf256): New variable.
2017-10-12 21:22:49 -04:00
Leo Famulari 292a6b0d16
gnu: Add go-github-com-vitrun-qart-coding.
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart-coding): New variable.
2017-10-12 21:22:48 -04:00
Leo Famulari f7612f0fcf
gnu: Add go-github-com-thejerf-suture.
* gnu/packages/syncthing.scm (go-github-com-thejerf-suture): New
variable.
2017-10-12 21:22:48 -04:00
Leo Famulari c864a4a700
gnu: Add go-github-com-syndtr-goleveldb.
* gnu/packages/syncthing.scm (go-github-com-syndtr-goleveldb): New
variable
2017-10-12 21:22:48 -04:00
Leo Famulari 8d7e99243a
gnu: Add go-github-com-sasha-s-go-deadlock.
* gnu/packages/syncthing.scm (go-github-com-sasha-s-go-deadlock): New variable.
2017-10-12 21:22:48 -04:00
Leo Famulari 73a2f8418d
gnu: Add go-github-com-petermattis-goid.
* gnu/packages/syncthing.scm (go-github-com-petermattis-goid): New variable.
2017-10-12 21:22:48 -04:00
Leo Famulari 1a4795f9d0
gnu: Add go-github-com-rcrowley-go-metrics.
* gnu/packages/syncthing.scm (go-github-com-rcrowley-go-metrics): New variable.
2017-10-12 21:22:48 -04:00
Leo Famulari 6bc1eb1159
gnu: Add go-github-com-stathat-go.
* gnu/packages/syncthing.scm (go-github-com-stathat-go): New variable.
2017-10-12 21:22:47 -04:00
Leo Famulari 0921b23014
gnu: Add go-github-com-oschwald-geoip2-golang.
* gnu/packages/syncthing.scm (go-github-com-oschwald-geoip2-golang): New
variable.
2017-10-12 21:22:47 -04:00
Leo Famulari a57778f585
gnu: Add go-github-com-oschwald-maxminddb-golang.
* gnu/packages/syncthing.scm (go-github-com-oschwald-maxminddb-golang): New
variable.
2017-10-12 21:22:47 -04:00
Leo Famulari bde48edc0f
gnu: Add go-golang-org-x-sys-unix.
* gnu/packages/syncthing.scm (go-golang-org-x-sys-unix): New variable.
2017-10-12 21:22:47 -04:00
Leo Famulari 4a9c4dbe3b
gnu: Add go-github-com-minio-sha256-simd.
* gnu/packages/syncthing.scm (go-github-com-minio-sha256-simd): New variable.
2017-10-12 21:22:47 -04:00
Leo Famulari 340e1a9a24
gnu: Add go-github-com-lib-pq.
* gnu/packages/syncthing.scm (go-github-com-lib-pq): New variable.
2017-10-12 21:22:46 -04:00
Leo Famulari 7577a1d520
gnu: Add go-github-com-kardianos-osext.
* gnu/packages/syncthing.scm (go-github-com-kardianos-osext): New variable.
2017-10-12 21:22:46 -04:00
Leo Famulari 7b92093d18
gnu: Add go-github-com-jackpal-gateway.
* gnu/packages/syncthing.scm (go-github-com-jackpal-gateway): New variable.
2017-10-12 21:22:46 -04:00
Leo Famulari b32eab0b4c
gnu: Add go-github-com-golang-snappy.
* gnu/packages/syncthing.scm (go-github-com-golang-snappy): New variable.
2017-10-12 21:22:46 -04:00
Leo Famulari ede4f50c6b
gnu: Add go-github-com-golang-groupcache-lru.
* gnu/packages/syncthing.scm (go-github-com-golang-groupcache-lru): New
variable.
2017-10-12 21:22:46 -04:00
Leo Famulari 3a4d3838d6
gnu: Add go-github-com-gogo-protobuf.
* gnu/packages/syncthing.scm (go-github-com-gogo-protobuf): New variable.
2017-10-12 21:22:45 -04:00
Leo Famulari 07e88fc63b
gnu: Add go-github-com-gogo-protobuf-protoc-gen-gogo.
* gnu/packages/syncthing.scm (go-github-com-gogo-protobuf-protoc-gen-gogo):
New variable.
2017-10-12 21:22:45 -04:00
Leo Famulari 4d93ebb313
gnu: Add go-github-com-gobwas-glob.
* gnu/packages/syncthing.scm (go-github-com-gobwas-glob): New variable.
2017-10-12 21:22:45 -04:00
Leo Famulari a3a5b01240
gnu: Add go-github-com-edsrzf-mmap-go.
* gnu/packages/syncthing.scm (go-github-com-edsrzf-mmap-go): New variable.
2017-10-12 21:22:45 -04:00
Leo Famulari ab3e15899c
gnu: Add go-github-com-d4l3k-messagediff.
* gnu/packages/syncthing.scm (go-github-com-d4l3k-messagediff): New variable.
2017-10-12 21:22:45 -04:00
Leo Famulari 1e28085e76
gnu: Add go-github-com-calmh-xdr.
* gnu/packages/syncthing.scm (go-github-com-calmh-xdr): New variable.
2017-10-12 21:22:45 -04:00
Leo Famulari add56f3469
gnu: Add go-github-com-calmh-du.
* gnu/packages/syncthing.scm (go-github-com-calmh-du): New variable.
2017-10-12 21:22:44 -04:00
Leo Famulari 67b468182a
gnu: Add go-github-com-bkaradzic-go-lz4.
* gnu/packages/syncthing.scm (go-github-com-bkaradzic-go-lz4): New variable.
2017-10-12 21:22:44 -04:00
Leo Famulari 56a37713c3
gnu: Add go-github-com-audriusbutkevicius-go-nat-pmp.
* gnu/packages/syncthing.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2017-10-12 21:22:44 -04:00
Ricardo Wurmus b3936f35ae
gnu: clustal-omega: Update to 1.2.4.
* gnu/packages/bioinformatics.scm (clustal-omega): Update to 1.2.4.
2017-10-12 23:54:54 +02:00
Ludovic Courtès e2491f2bd4
gnu: Add trailing slash to 'search.cpan.org' home pages.
* gnu/packages/perl.scm: Add trailing slash to 'search.cpan.org' home
pages.
2017-10-12 23:47:48 +02:00
Ludovic Courtès 9f9c36f5c4
gnu: Update home page URLs for Xorg packages.
* gnu/packages/xorg.scm (imake, lndir, libxshmfence)
(xorg-rgb, xinit, xterm): Update 'home-page' following redirects.
2017-10-12 23:47:48 +02:00
Efraim Flashner e37415917c
gnu: python-psycopg2: Update to 2.7.3.1.
* gnu/packages/python.scm (python-psycopg2): Update to 2.7.3.1.
[inputs]: Replace postgresql@9.6 with postgresql.
2017-10-13 00:00:42 +03:00
Efraim Flashner 4e169fc67a
gnu: python-psycopg2: Use postgresql@9.6.
* gnu/packages/python.scm (python-psycopg2)[inputs]: Replace postgresql
with postgresql@9.6.
2017-10-12 23:39:36 +03:00
Efraim Flashner 7658d89bb7
gnu: Add postgresql@9.6.
* gnu/packages/databases.scm (postgresql@9.6): New variable.
2017-10-12 23:39:35 +03:00
Christopher Baines ee8aab1f8d
gnu: Add python-jupyter-console as input to python-ipython.
This fixes running ipython console and ipython3 console, as the
jupyter_console package is missing.

As python-ipython is an input to python-jupyter-console, use a modified
version of the package which doesn't have this input.

* gnu/packages/python.scm (python-jupyter-console-minimal): New variable.
  (python-ipython)[propagated-inputs]: Replace python-jupyter-console with
  python-jupyter-console-minimal.
2017-10-12 20:23:25 +01:00
Marius Bakke db314bf44e
gnu: wireshark: Minor package improvements.
* gnu/packages/networking.scm (wireshark)[inputs]: Move QTTOOLS ...
[native-inputs]: ... here.
[home-page]: Remove duplicate.
2017-10-12 20:32:09 +02:00
Marius Bakke 453361b374
gnu: wireshark: Update to 2.4.2.
* gnu/packages/networking.scm (wireshark): Update to 2.4.2.
2017-10-12 20:25:38 +02:00
Marius Bakke 24384c39ad
gnu: xorg-server: Update to 1.19.5. [security fixes]
Fixes CVE-2017-{12176..12187}.  See
<https://lists.x.org/archives/xorg-announce/2017-October/002814.html>

* gnu/packages/xorg.scm (xorg-server): Update to 1.19.5.
2017-10-12 20:02:39 +02:00
Marius Bakke fc0ed8c9c9
Revert "gnu: xorg-server: Make the test-variant visible."
Hiding/unhiding changes the derivation and thus this caused too many rebuilds
for 'master'.

This reverts commit 8cf892e6cd.
2017-10-12 19:35:53 +02:00
Marius Bakke 0bf6212338
gnu: libextractor: Update to 1.5.
* gnu/packages/gnunet.scm (libextractor): Update to 1.5.
2017-10-12 19:24:59 +02:00
Marius Bakke d636fd99c3
gnu: ccid: Update to 1.4.28.
* gnu/packages/security-token.scm (ccid): Update to 1.4.28.
2017-10-12 19:24:59 +02:00
Marius Bakke 2a087882b1
gnu: mesa: Disable imx driver for armhf-linux.
* gnu/packages/gl.scm (mesa)<#:configure-flags>: Don't build imx driver.
2017-10-12 19:24:58 +02:00
Efraim Flashner 5acd59ee12
gnu: qt: Update to 5.9.2.
* gnu/packages/qt.scm (qt): Update to 5.9.2.
[outputs]: Add 'examples'.
[source]: Update 3rd party code to unbundle.
[inputs]: Add bluez, double-conversion, gstreamer, gst-plugins-base,
jasper, libinput-minimal, libtiff, libwebp, libxext, wayland. Replace
pcre with pcre2.
[arguments]: Re-enable parallel building. Update build flags.
2017-10-12 20:00:19 +03:00
Ludovic Courtès aad8a14300
services: cleanup: Remove Shadow lock files from /etc.
Partly fixes <https://bugs.gnu.org/28772>.
Reported by Oleg Pykhalov <go.wigust@gmail.com>.

* gnu/services.scm (cleanup-gexp): Remove /etc/{passwd,group}.lock and
/etc/.pwd.lock.
2017-10-12 17:51:41 +02:00
Ricardo Wurmus c6643f2d52
gnu: f-seq: Truncate version string.
* gnu/packages/bioinformatics.scm (f-seq)[version]: Truncate commit part of
the version string.
2017-10-12 08:43:54 +02:00
Ludovic Courtès 7ad81b8b67
gnu: totem: Update to 3.26.0.
* gnu/packages/gnome.scm (totem): Update to 3.26.0.
[source]: Add 'patches' field.
[build-system]: Switch to MESON-BUILD-SYSTEM.
[native-inputs]: Add GTK+:bin and GLIB:bin.
[arguments]: Pass #:glib-or-gtk?.  Adjust #:configure-flags to new
syntax.
* gnu/packages/patches/totem-meson-easy-codec.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-10-11 23:00:46 +02:00
Ludovic Courtès b27ce4164a
services: gnome: Register more polkit actions.
This should allow more operations such as changing the system date and
time via the Control Center (reported at
<https://lists.gnu.org/archive/html/help-guix/2016-09/msg00059.html>),
performing "file operations" via gvfs, and interacting with processes
using the System Monitor.

* gnu/services/desktop.scm (gnome-polkit-settings): New procedure.
(gnome-desktop-service-type): Use it in POLKIT-SERVICE-TYPE extension.
2017-10-11 23:00:46 +02:00
Tobias Geerinckx-Rice 22345a8ed7
gnu: mobile-broadband-provider-info: Update to 20170310.
* gnu/packages/gnome.scm (mobile-broadband-provider-info): Update to 20170310.
2017-10-11 21:53:37 +02:00
Tobias Geerinckx-Rice be84a1231e
gnu: dovecot: Update to 2.2.33.1.
* gnu/packages/mail.scm (dovecot): Update to 2.2.33.1.
2017-10-11 21:53:36 +02:00
Tobias Geerinckx-Rice 3bf42e22b3
gnu: gparted: Update to 0.30.0.
* gnu/packages/disk.scm (gparted): Update to 0.30.0.
2017-10-11 21:53:36 +02:00
Tobias Geerinckx-Rice f9bd6b3aef
gnu: evince: Update to 3.26.0.
* gnu/packages/gnome.scm (evince): Update to 3.26.0.
2017-10-11 21:53:36 +02:00
Tobias Geerinckx-Rice f51ea1cd61
gnu: orca: Update to 3.26.0.
gnu/packages/gnome.scm (orca): Update to 3.26.0.
2017-10-11 21:53:35 +02:00
Thomas Danckaert de47cfed13
gnu: bluez: Disable unpredictable test on armhf.
* gnu/packages/linux.scm (bluez): [arguments] Add phase to skip a test instead
of marking it as XFAIL.
2017-10-11 21:44:06 +02:00
Ricardo Wurmus 01d87d3c18
gnu: rcas-web: Update to 0.0.4.
* gnu/packages/bioinformatics.scm (rcas-web): Update to 0.0.4.
2017-10-11 21:37:37 +02:00
Leo Famulari 5781c7dd27
gnu: mpg123: Update to 1.25.7.
* gnu/packages/mp3.scm (mpg123): Update to 1.25.7.
2017-10-11 08:24:13 -04:00
Ludovic Courtès 50fcf37c13
doc: Give an example with a FAT UUID.
* gnu/system/examples/lightweight-desktop.tmpl <file-systems>: Add a
UUID for the /boot/efi partition.
* doc/guix.texi (Using the Configuration System): Mention it.
2017-10-11 11:12:33 +02:00
Ludovic Courtès 03f66aea63
uuid: Change "fat32" to "fat".
* gnu/system/uuid.scm (%fat32-endianness): Rename to...
(%fat-endianness): ... this.
(fat32-uuid->string): Rename to...
(fat-uuid->string): ... this.
(%fat32-uuid-rx): Rename to..
(%fat-uuid-rx): ... this.
(string->fat32-uuid): Rename to...
(string->fat-uuid): ... this.
(%uuid-parsers, %uuid-printers): Add 'fat16.
2017-10-11 11:12:33 +02:00
Ludovic Courtès 88235675fc
file-systems: Add support for FAT16.
* gnu/build/file-systems.scm (check-fat32-file-system): Rename to...
(check-fat-file-system): ... this.
(check-file-system): Adjust accordingly.
(fat16-superblock?, read-fat16-superblock)
(fat16-superblock-uuid, fat16-superblock-volume-name): New procedures.
(%partition-label-readers, %partition-uuid-readers): Add FAT16.
2017-10-11 11:12:33 +02:00
Ludovic Courtès 9976c76aab
file-systems: Preserve UUID types when serializing.
Reported by Roel Janssen <roel@gnu.org>
at <https://lists.gnu.org/archive/html/help-guix/2017-09/msg00094.html>.

* gnu/system/file-systems.scm (file-system->spec): When DEVICE is a
UUID, serialize it in a way that preserves its type.
(spec->file-system): Adjust accordingly.
* gnu/build/file-systems.scm (canonicalize-device-spec): Add case for
when SPEC is 'uuid?'.
2017-10-11 11:12:33 +02:00
Ludovic Courtès 1c65cca574
file-systems: 'mount-file-system' now takes a <file-system> object.
* gnu/build/file-systems.scm (mount-file-system): Rename 'spec' to 'fs'
and assume it's a <file-system>.
* gnu/build/linux-boot.scm (boot-system): Assume MOUNTS is a list of
<file-system> and adjust accordingly.
* gnu/build/linux-container.scm (mount-file-systems): Remove
'file-system->spec' call.
* gnu/services/base.scm (file-system-shepherd-service): Add
'spec->file-system' call.  Add (gnu system file-systems) to 'modules'.
* gnu/system/linux-initrd.scm (raw-initrd): Use (gnu system
file-systems).  Add 'spec->file-system' call for #:mounts.
2017-10-11 11:12:33 +02:00
Theodoros Foradis f26af33aec
gnu: Add freehdl.
* gnu/packages/engineering.scm (freehdl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-11 11:12:33 +02:00
Theodoros Foradis 91cabd3e58
gnu: Add xyce-parallel.
* gnu/packages/engineering.scm (trilinos-parallel-xyce)
(xyce-parallel): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-11 11:12:33 +02:00
Theodoros Foradis 1da02b6a49
gnu: Add xyce-serial.
* gnu/packages/engineering.scm (trilinos-serial-xyce)
(xyce-serial): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-11 11:12:33 +02:00
Theodoros Foradis b509efb385
gnu: Add lapack-3.5.
* gnu/packages/maths.scm (lapack-3.5): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-11 11:12:33 +02:00
Ricardo Wurmus 22d1060eff
gnu: python-rpy2: Ignore test results.
* gnu/packages/python.scm (python-rpy2)[arguments]: Ignore test failures.
2017-10-11 11:06:05 +02:00
Roel Janssen 6de897ac5a
gnu: Add r-ggdendro.
* gnu/packages/statistics.scm (r-ggdendro): New variable.
2017-10-11 10:02:08 +02:00
Mark H Weaver 2f44e7b036
gnu: linux-libre@4.9: Update to 4.9.54.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.54.
2017-10-11 00:39:27 -04:00
Mark H Weaver dac1d8efd4
gnu: linux-libre@4.4: Update to 4.4.91.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.91.
2017-10-11 00:38:46 -04:00
Tobias Geerinckx-Rice c3bece41b7
gnu: dovecot: Update to 2.2.33.
* gnu/packages/mail.scm (dovecot): Update to 2.2.33.
2017-10-10 23:42:35 +02:00
Ludovic Courtès db9c49f499
gnu: games: Remove unneeded import.
Fixes a regression introduced in
42abb842f6.

* gnu/packages/games.scm: Remove unneeded (guix build utils) import,
which led to a name clash on 'which'.
2017-10-10 23:12:04 +02:00
Troy Sankey 3f81ca324b
gnu: alot: Update to 0.5.1.
* gnu/packages/mail.scm (alot): Update to 0.5.1.
[arguments]: Enable tests.
[native-inputs]: Add python2-mock.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:41 +02:00
Troy Sankey c1578ad063
gnu: python-twisted: Update to 17.1.0.
* gnu/packages/python.scm (python-twisted): Update to 17.1.0.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:41 +02:00
Troy Sankey 0cd83b4e00
gnu: Add python-incremental.
* gnu/packages/python.scm (python-incremental, python2-incremental): New
variables.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:41 +02:00
Troy Sankey 96cb5ca1f2
gnu: Add python-automat.
* gnu/packages/python.scm (python-automat, python2-automat): New variables.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:41 +02:00
Ricardo Wurmus 6414410d7a
gnu: Add python-graphviz.
* gnu/packages/graphviz.scm (python-graphviz, python2-graphviz): New
variables.
2017-10-10 23:09:40 +02:00
Troy Sankey fd8ff99aa7
gnu: Add python-m2r.
* gnu/packages/python.scm (python-m2r, python2-m2r): New variables.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:40 +02:00
Troy Sankey 9074bac139
gnu: Add python-constantly.
* gnu/packages/python.scm (python-constantly, python2-constantly): New
variables.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:40 +02:00
Troy Sankey bb3b4b4ee9
gnu: Add python-attrs.
* gnu/packages/python.scm (python-attrs, python2-attrs): New variables.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:40 +02:00
Julien Lepiller 4b8b4418e6
services: vpn: Fix default tls-auth configuration.
* gnu/services/vpn.scm (serialize-tls-auth): Fix serialization error when
tls-auth is disabled.
2017-10-10 22:06:08 +02:00
Julien Lepiller 262a4d335a
gnu: Add java-fasterxml-jackson-dataformat-xml.
* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-xml): New
variable.
2017-10-10 22:05:59 +02:00
Julien Lepiller 40f193f316
gnu: Add java-woodstox-core.
* gnu/packages/java.scm (java-woodstox-core): New variable.
2017-10-10 22:05:57 +02:00
Julien Lepiller 6fd07b98b1
gnu: Add java-stax2-api.
* gnu/packages/java.scm (java-stax2-api): New variable.
2017-10-10 22:05:55 +02:00
Julien Lepiller 087c8fd2c0
gnu: Add java-fasterxml-jackson-dataformat-yaml.
* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-yaml): New
variable.
2017-10-10 22:05:52 +02:00
Julien Lepiller 0f296d3747
gnu: Add java-snakeyaml.
* gnu/packages/java.scm (java-snakeyaml): New variable.
2017-10-10 22:05:50 +02:00
Julien Lepiller d57d8b89bb
gnu: Add java-fasterxml-jackson-modules-base-jaxb.
* gnu/packages/java.scm (java-fasterxml-jackson-modules-base-jaxb): New
variable.
2017-10-10 22:05:45 +02:00
Julien Lepiller f234c7a065
gnu: Add java-fasterxml-jackson-databind.
* gnu/packages/java.scm (java-fasterxml-jackson-databind): New variable.
2017-10-10 22:05:43 +02:00
Julien Lepiller 0b5481dfd3
gnu: Add java-fasterxml-jackson-core.
* gnu/packages/java.scm (java-fasterxml-jackson-core): New variable.
2017-10-10 22:05:40 +02:00
Julien Lepiller cb05f60d4a
gnu: Add java-fasterxml-jackson-annotations.
* gnu/packages/java.scm (java-fasterxml-jackson-annotations): New
variable.
2017-10-10 22:05:34 +02:00
Julien Lepiller 4496d77fb4
gnu: Add java-ops4j-pax-exam-core-junit.
* gnu/packages/java.scm (java-ops4j-pax-exam-core-junit): New variable.
2017-10-10 22:05:31 +02:00
Julien Lepiller 7a7c2b7556
gnu: Add java-ops4j-pax-exam-core-spi.
* gnu/packages/java.scm (java-ops4j-pax-exam-core-spi): New variable.
2017-10-10 22:05:29 +02:00
Julien Lepiller e179add07b
gnu: Add java-ops4j-pax-exam-core.
* gnu/packages/java.scm (java-ops4j-pax-exam-core): New variable.
2017-10-10 22:05:26 +02:00
Julien Lepiller 25aef81d26
gnu: Add java-ops4j-pax-tinybundles.
* gnu/packages/java.scm (java-ops4j-pax-tinybundles): New variable.
2017-10-10 22:05:23 +02:00
Julien Lepiller 5f26a13125
gnu: Add java-aqute-bndlib.
* gnu/packages/java.scm (java-aqute-bndlib): New variable.
2017-10-10 22:05:21 +02:00
Julien Lepiller 60ba297861
gnu: Add java-aqute-libg.
* gnu/packages/java.scm (java-aqute-libg): New variable.
2017-10-10 22:05:18 +02:00
Julien Lepiller e1edf42e82
gnu: Add java-aqute-bnd-annotation.
* gnu/packages/java.scm (java-aqute-bnd-annotation): New variable.
2017-10-10 22:05:16 +02:00
Julien Lepiller 214fcd8a91
gnu: Add java-ops4j-base-spi.
* gnu/packages/java.scm (java-ops4j-base-spi): New variable.
2017-10-10 22:05:13 +02:00
Julien Lepiller 0edf8cf086
gnu: Add java-ops4j-base-store.
* gnu/packages/java.scm (java-ops4j-base-store): New variable.
2017-10-10 22:05:10 +02:00
Julien Lepiller 60dcec7abb
gnu: Add java-ops4j-base-util-property.
* gnu/packages/java.scm (java-ops4j-base-util-property): New variable.
2017-10-10 22:05:08 +02:00
Julien Lepiller 559919c1d8
gnu: Add java-ops4j-base-util.
* gnu/packages/java.scm (java-ops4j-base-util): New variable.
2017-10-10 22:05:04 +02:00
Julien Lepiller 322d349a11
gnu: Add java-ops4j-base-io.
* gnu/packages/java.scm (java-ops4j-base-io): New variable.
2017-10-10 22:05:01 +02:00
Julien Lepiller b2353495cb
gnu: Add java-ops4j-base-monitors.
* gnu/packages/java.scm (java-ops4j-base-monitors): New variable.
2017-10-10 22:04:58 +02:00
Julien Lepiller 77a4f1ae31
gnu: Add java-ops4j-base-lang.
* gnu/packages/java.scm (java-ops4j-base-lang): New variable.
2017-10-10 22:04:41 +02:00
Marius Bakke 1c055d7258
Merge branch 'staging' 2017-10-10 21:44:32 +02:00
Marius Bakke 565e24c4e4
gnu: libxfont2: Graft fixes for CVE-2017-13720, CVE-2017-13722.
This is a followup to 97ecd75e28.

* gnu/packages/xorg.scm (libxfont2)[source](patches): Remove.
[replacement]: New field.
(libxfont2/fixed): New variable.
2017-10-10 20:09:20 +02:00
Marius Bakke 8cf892e6cd
gnu: xorg-server: Make the test-variant visible.
* gnu/packages/xorg.scm (xorg-server-1.19.3): Remove 'hidden-package'.
2017-10-10 20:04:51 +02:00
Marius Bakke 97ecd75e28
gnu: libxfont: Fix CVE-2017-13720, CVE-2017-13722.
* gnu/packages/patches/libxfont-CVE-2017-13720.patch,
  gnu/packages/patches/libxfont-CVE-2017-13722.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/xorg.scm (libxfont, libxfont2)[source]: Use them.
2017-10-10 19:34:02 +02:00
Marius Bakke 1066696dcc
gnu: lftp: Update to 4.8.3.
* gnu/packages/ftp.scm (lftp): Update to 4.8.3.
2017-10-10 18:38:02 +02:00
Marius Bakke b84a80793a
gnu: libnl: Update to 3.4.0.
* gnu/packages/linux.scm (libnl): Update to 3.4.0.
2017-10-10 18:38:02 +02:00
Marius Bakke bd6d0eba67
gnu: sddm: Update to 0.16.0.
* gnu/packages/display-managers.scm (sddm): Update to 0.16.0.
[source]: Switch to '.xz' tarball.
2017-10-10 18:38:01 +02:00
Marius Bakke f51befedbb
gnu: libreoffice: Don't replace "/bin/sh" reference with bash.
* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Use (which "sh")
instead of (which "bash") in /bin/sh substitution.
2017-10-10 18:38:01 +02:00
Marius Bakke 832735965d
gnu: vigra: Update to 1.11.1.
* gnu/packages/image.scm (vigra): Update 1.11.1.
[source]<uri>: Don't hard-code version.
[home-page]: Change to <https://ukoethe.github.io/vigra/>.
2017-10-10 18:38:01 +02:00
Marius Bakke 7cb3e9d3fc
gnu: libzmf: Update to 0.0.2.
* gnu/packages/libreoffice.scm (libzmf): Update to 0.0.2.
2017-10-10 18:38:01 +02:00
Marius Bakke 37a68784a6
gnu: libwps: Update to 0.4.7.
* gnu/packages/libreoffice.scm (libwps): Update to 0.4.7.
[arguments]: Remove.
2017-10-10 18:38:01 +02:00
Marius Bakke c334058f6e
gnu: libmwaw: Update to 0.3.12.
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.12.
[source](patches): Remove.
[arguments]: Remove.
* gnu/packages/patches/libmwaw-CVE-2017-9433.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-10-10 18:38:01 +02:00
Marius Bakke cab4188f8b
gnu: libodfgen: Update to 0.1.6.
* gnu/packages/libreoffice.scm (libodfgen): Update to 0.1.6.
2017-10-10 18:38:00 +02:00
Marius Bakke 5124e63775
gnu: libvisio: Update to 0.1.5.
* gnu/packages/patches/libvisio-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/libreoffice.scm (libvisio): Update to 0.1.5.
[source]: Add 'libvisio-fix-tests.patch'.
[arguments]: Remove.
2017-10-10 18:38:00 +02:00
Marius Bakke 2036709b7f
gnu: libpagemaker: Update to 0.0.3.
* gnu/packages/libreoffice.scm (libpagemaker): Update to 0.0.3.
[arguments]: Remove.
2017-10-10 18:38:00 +02:00
Marius Bakke e9d8b8872b
gnu: libfreehand: Update to 0.1.2.
* gnu/packages/libreoffice.scm (libfreehand): Update to 0.1.2.
[native-inputs]: Add CPPUNIT.
[inputs]: Add ICU4C and LCMS.  New field.
2017-10-10 18:38:00 +02:00
Marius Bakke ae443ec1fa
gnu: libexttextcat: Update to 3.4.5.
* gnu/packages/libreoffice.scm (libexttextcat): Update to 3.4.5.
2017-10-10 18:38:00 +02:00
Marius Bakke c6234e8ac8
gnu: libetonyek: Fix FTBFS with later liblangtag.
* gnu/packages/libreoffice.scm (libetonyek)[source]: Add upstream patch.
2017-10-10 18:38:00 +02:00
Marius Bakke 603231c1c3
gnu: liblangtag: Update to 0.6.2.
* gnu/packages/libreoffice.scm (liblangtag): Update to 0.6.2.
2017-10-10 18:37:59 +02:00
Marius Bakke d35db297e7
gnu: libcdr: Update to 0.1.4.
* gnu/packages/libreoffice.scm (libcdr): Update to 0.1.4.
[native-inputs]: Add CPPUNIT.
2017-10-10 18:37:59 +02:00
Marius Bakke feef3b2a08
gnu: libwpg: Update to 0.3.2.
* gnu/packages/libreoffice.scm (libwpg): Update to 0.3.2.
2017-10-10 18:37:59 +02:00
Marius Bakke 3f6c5b831a
gnu: libwpd: Update to 0.10.2.
* gnu/packages/libreoffice.scm (libwpd): Update to 0.10.2.
2017-10-10 18:37:59 +02:00
Marius Bakke 1c7c2506a8
gnu: librevenge: Update to 0.0.4.
* gnu/packages/libreoffice.scm (librevenge): Update to 0.0.4.
2017-10-10 18:37:59 +02:00
Marius Bakke 23e12d9d4f
gnu: rofi: Update to 1.4.1.
* gnu/packages/check.scm (check-0.11.0): New variable.
* gnu/packages/xdisorg.scm (rofi): Update to 1.4.1.
[inputs]: Add LIBRSVG.
[native-inputs]: Add BISON, CHECK-0.11.0 and FLEX.
2017-10-10 18:37:59 +02:00
Marius Bakke 2e957aae25
gnu: feh: Update to 2.21.
* gnu/packages/image-viewers.scm (feh): Update to 2.21.
2017-10-10 18:37:59 +02:00
Leo Famulari 550d88cf24
gnu: ghostscript: Replace with 9.22 [security fixes].
Fixes CVE-2017-{7948,7975,8908,9216,9610,9611,9612,9618,9619,9620,9726,9727,
9739,9740,9835}.

* gnu/packages/ghostscript.scm (ghostscript)[replacement]: New field.
(ghostscript-9.22): New variables.
2017-10-10 10:55:01 -04:00
Rutger Helling 231123ee16
gnu: postgresql: Update to 10.0.
* gnu/packages/databases.scm (postgresql): Update to 10.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-10-10 10:33:26 -04:00
Efraim Flashner ffb4da7ad5
gnu: mesa: Disable svga driver on aarch64.
* gnu/packages/gl.scm (mesa)[arguments]: Remove svga from aarch64's
gallium drivers.
2017-10-10 16:20:55 +03:00
Adonay Felipe Nogueira 42abb842f6
gnu: red-eclipse: Add store "data" package path as default.
* gnu/packages/games.scm (red-eclipse): Remove extra spaces. Make version
respect documentation.
[arguments]: Add "prefix" to make-flags. Add
"add-store-data-package-path-as-default" phase. Improve "copy-data" phase.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-10-10 08:25:45 -04:00
Ricardo Wurmus d30f920c04
gnu: ardour: Update to 5.12.
* gnu/packages/audio.scm (ardour): Update to 5.12.
2017-10-10 14:14:13 +02:00
Ricardo Wurmus 1aadd5d9c1
gnu: guitarix: Update to 0.36.0.
* gnu/packages/audio.scm (guitarix): Update to 0.36.0.
2017-10-10 14:14:12 +02:00
Tobias Geerinckx-Rice 16123d1dee
gnu: zstd: Update to 1.3.2.
* gnu/packages/compression.scm (zstd): Update to 1.3.2.
[source]: Remove snippet.
[license]: Add gpl2, gpl3+, and expat to the list.
2017-10-10 13:33:18 +02:00
Efraim Flashner f18c94705b
gnu: modular-qt: Update to 5.9.2.
* gnu/packages/qt.scm (qtbase. qtsvg, qtimageformats, qtx11extras,
qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors,
qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel,
qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2,
qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d,
qtcharts, qtdatavis3d, qtremoteobjects, qtspeech): Update to 5.9.2.
(qtnetworkauth): Same.
[arguments]: Add phase to help test suite pass.
2017-10-10 11:41:51 +03:00
Efraim Flashner 9c2c524daf
gnu: qtcharts, qtdatavis3d: Update license information.
* gnu/packages/qt.scm (qtcharts, qtdatavis3d)[license]: New field.
2017-10-10 11:41:49 +03:00
Efraim Flashner 96412f3418
gnu: modular-qt: Add synopsis and descriptions for packages.
* gnu/packages/qt.scm (qtsvg, qtimageformats, qtx11extras,
qtxmlpatterns, qtdeclarative, qtdeclarative-render2d, qtconnectivity,
qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport,
qtserialbus, qtwebchannel, qtlocation, qttools, qtscript,
qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtgamepad,
qtscxml, qtpurchasing, qtcanvas3d, qtdatavis3d, qtnetworkauth,
qtremoteobjects, qtspeech)[synopsis, description]: New fields.
2017-10-10 11:41:47 +03:00
Efraim Flashner 9ed9b44eca
gnu: qtbase: Use libinput-minimal.
This works around qtbase depending on gtk+.

* gnu/packages/qt.scm (qtbase)[inputs]: Replace libinput with
libinput-minimal.
2017-10-10 11:41:46 +03:00
Efraim Flashner b84cc89a02
gnu: Add qtspeech.
* gnu/packages/qt.scm (qtspeech): New variable.
2017-10-10 11:41:44 +03:00
Efraim Flashner 213238d943
gnu: Add qtremoteobjects.
* gnu/packages/qt.scm (qtremoteobjects): New variable.
2017-10-10 11:41:43 +03:00
Efraim Flashner f47d279366
gnu: Add qtnetworkauth.
* gnu/packages/qt.scm (qtnetworkauth): New variable.
2017-10-10 11:41:41 +03:00
Thomas Danckaert e84eb77a3a
gnu: Add eid-mw.
* gnu/packages/security-token.scm (eid-mw): New variable.
2017-10-10 10:23:23 +02:00
Thomas Danckaert 167a541fd8
gnu: Add libproxy.
* gnu/packages/networking.scm (libproxy): New variable.
2017-10-10 10:22:08 +02:00
Thomas Danckaert 2fd26d055a
gnu: Add hdf-java.
* gnu/packages/maths.scm (hdf-java): New variable.
2017-10-10 10:22:08 +02:00
Thomas Danckaert 88f256a192
gnu: Add java-slf4-simple.
* gnu/packages/java.scm (java-slf4j-simple): New variable.
2017-10-10 10:22:08 +02:00
Thomas Danckaert ce38015066
system: operating-system-etc-service: Set XCURSOR_PATH.
* gnu/system.scm (operating-system-etc-service): Set XCURSOR_PATH environment
variable so that libxcursor finds cursors in user and system profiles.
* gnu/packages/xorg.scm (libxcursor): Add a TODO for better handling of
XCURSOR_PATH in other profiles.
2017-10-10 10:22:08 +02:00
Cyril Roelandt 4792a0321a
gnu: python2-unittest2: Update to 1.1.0.
* gnu/packages/python.scm (python2-unittest2): Update to 1.1.0.
* gnu/packages/patches/python2-unittest2-remove-argparse.patch: New file.
* gnu/local.mk: Add it.
2017-10-10 02:36:35 +02:00
Cyril Roelandt 1898eaa335
gnu: Add python-traceback2.
* gnu/packages/python.scm (python-traceback2, python2-traceback2): New
  variables.
2017-10-10 02:36:35 +02:00
Cyril Roelandt ab28aa229b
gnu: Add python-linecache2.
* gnu/packages/python.scm (python-linecache2, python2-linecache2): New
  variables.
2017-10-10 02:36:34 +02:00
Cyril Roelandt 576c0e29cd
gnu: python-netaddr: Fix the source URL.
* gnu/packages/python.scm (python-netaddr, python2-netaddr): Fix the source URL.
2017-10-10 02:36:34 +02:00
Cyril Roelandt cb95e5e50e
gnu: Add python2-aniso8601.
* gnu/packages/python.scm (python2-aniso8601): New variable.
2017-10-10 02:35:44 +02:00
Cyril Roelandt 64791fae63
gnu: python-aniso8601: Update to 1.3.0.
* gnu/packages/python.scm (python-aniso8601, python2-aniso8601): Update to 1.3.0.
2017-10-10 02:35:43 +02:00
Cyril Roelandt 96d63eead2
gnu: python-alembic: Update to 0.9.5.
* gnu/packages/python.scm (python-alembic, python2-alembic): Update to 0.9.5.
2017-10-10 02:35:43 +02:00
Cyril Roelandt 79cb661fc7
gnu: python-arrow: Update to 0.10.0.
* gnu/packages/python.scm (python-arrow, python2-arrow): Update to 0.10.0.
2017-10-10 02:35:43 +02:00
Cyril Roelandt a9769a290f
gnu: python-apispec: Update to 0.25.3.
* gnu/packages/python.scm (python-apispec, python2-apispec): Update to 0.25.3.
2017-10-10 02:35:41 +02:00
Ludovic Courtès 3d9637a93d
gnu: network-manager-openvpn: Update to 1.8.10.
* gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.8.10.
2017-10-09 23:15:23 +02:00
Ludovic Courtès 40a17c3ba9
gnu: network-manager: Update to 1.8.4.
* gnu/packages/gnome.scm (network-manager): Update to 1.8.4.
(network-manager-applet): Likewise.
2017-10-09 23:15:23 +02:00
Oleg Pykhalov aaba120415
gnu: qemu: Add sysconfdir to configure-flags.
* gnu/packages/virtualization.scm (qemu): Add sysconfdir to configure-flags.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-09 23:15:23 +02:00
Feng Shu f03e15ec58
gnu: Add emacs-org2web.
* gnu/packages/emacs.scm (emacs-org2web): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-10-09 15:37:55 -04:00
Feng Shu 2f1524d083
gnu: Add emacs-el2org.
* gnu/packages/emacs.scm (emacs-el2org): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-10-09 15:37:55 -04:00
Feng Shu 5b38c3e6d8
gnu: Add emacs-mustache.
* gnu/packages/emacs.scm (emacs-mustache): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-10-09 15:37:55 -04:00
Tobias Geerinckx-Rice 4c4f1871ae
gnu: no-more-secrets: Update to 0.3.3.
* gnu/packages/games.scm (no-more-secrets): Update to 0.3.3.
2017-10-09 20:47:54 +02:00
Tobias Geerinckx-Rice 137adfa3f8
gnu: meson: Update to 0.42.1.
* gnu/packages/build-tools.scm (meson, meson-for-build): Update to 0.42.1.
2017-10-09 20:40:15 +02:00
Tobias Geerinckx-Rice 51b6a1dd13
gnu: smartmontools: Use HTTPS home page.
* gnu/packages/admin.scm (smartmontools)[home-page]: Use HTTPS.
2017-10-09 20:40:15 +02:00
Leo Famulari 719f353405
gnu: mit-krb5: Replace with 1.15.2 [fixes CVE-2017-{11368,11462}].
* gnu/packages/kerberos.scm (mit-krb5)[replacement]: New field.
(mit-krb5-1.15.2): New variable.
2017-10-09 13:30:01 -04:00
ng0 c723271f30
gnu: gnurl: Let the testsuite run test1026.
* gnu/packages/gnunet.scm (gnurl)[argument]: Remove
'(delete-file "tests/data/test1026")' and the comments related to it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-09 09:32:35 +02:00
ng0 5130e54cab
gnu: gnurl: Update to 7.56.0.
* gnu/packages/gnunet.scm (gnurl): Update to 7.56.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-08 22:02:00 +02:00
ng0 e076d56a6f
gnu: Add guile-colorized.
* gnu/packages/guile.scm (guile-colorized): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-08 22:01:55 +02:00
Marius Bakke fa12a41030
gnu: mesa: Disable etnaviv driver.
* gnu/packages/gl.scm (mesa)<#:configure-flags>: On armhf-linux, disable
etnaviv driver.
2017-10-08 21:54:24 +02:00
Ludovic Courtès 5e66574a12
activation: Do not create setuid binaries in the store [security fix].
Fixes <https://bugs.gnu.org/28751>.

* gnu/build/activation.scm (activate-setuid-programs)[link-or-copy]: Remove.
Use 'copy-file' instead.
2017-10-08 21:27:48 +02:00
Leo Famulari d265169b36
gnu: borg: Update to 1.1.0.
* gnu/packages/backup.scm (borg): Update to 1.1.0.
[native-inputs]: Replace python-sphinx-rtd-theme with
python-guzzle-sphinx-theme.
2017-10-08 13:36:21 -04:00
Leo Famulari d7eb680d85
gnu: Add python-guzzle-sphinx-theme.
* gnu/packages/python.scm (python-guzzle-sphinx-theme,
python2-guzzle-sphinx-theme): New variables.

Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2017-10-08 13:36:20 -04:00
Thomas Danckaert 3ceb70e1e6
gnu: kdevelop: Do not hardcode user profile locations in wrapper.
* gnu/packages/kde.scm (kdevelop): [arguments]: Do not add
  ${HOME}/.guix-profile/{share,lib/plugins} to XDG_DATA_DIRS and
  QT_PLUGIN_PATH when wrapping the executable.
2017-10-08 19:07:46 +02:00
Christopher Baines 02bc41c4ce
tests: databases: Add a simple test for MySQL.
Previously, the activation phase for this service caused some systems using it
to not boot. This test checks that it's possible to boot a system using it,
and at least start the service.

* gnu/tests/databases.scm (%mysql-os, %test-mysql): New variables.
  (run-mysql-test): New procedure.
2017-10-08 17:31:49 +01:00
Christopher Baines b36e06c2b0
linux-initrd: Ensure that the guile used in the initrd is referenced.
By referencing guile from the initrd output explicitly, it will be present in
the store when this initrd is used. If the exact guile used within the initrd
isn't present in the store, then after root is switched during the boot
process, loading modules (such as (ice-9 popen)) won't work.

This fixes guix-patches bug #28399, "Fix mysql activation, and add a basic
test".

* gnu/system/linux-initrd.scm (expression->initrd)[builder]: Write out a file
  called references in to the initrd output, which includes the store path for
  guile.
2017-10-08 17:31:49 +01:00
Tobias Geerinckx-Rice fe90a6e08b
gnu: youtube-dl: Update to 2017.10.07.
* gnu/packages/video.scm (youtube-dl): Update to 2017.10.07.
2017-10-08 17:49:47 +02:00
Tobias Geerinckx-Rice 71b7950e24
gnu: offlineimap: Update to 7.1.3.
* gnu/packages/mail.scm (offlineimap): Update to 7.1.3.
2017-10-08 17:49:47 +02:00
Ludovic Courtès 60273031e8
services: Remove unneeded imported.
This caused a circular dependency.
Reported by Oleg Pykhalov <go.wigust@gmail.com>
at <https://lists.gnu.org/archive/html/help-guix/2017-10/msg00021.html>.

* gnu/services/networking.scm: Remove unneeded import of (gnu system
base).
2017-10-08 17:43:51 +02:00
Tobias Geerinckx-Rice be6a1c2d39
gnu: gnome-calendar: Update to 3.26.2.
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.26.2.
2017-10-08 17:06:16 +02:00
Tobias Geerinckx-Rice de1a32a41a
gnu: par2cmdline: Update to 0.7.4.
* gnu/packages/backup.scm (par2cmdline): Update to 0.7.4.
2017-10-08 17:06:15 +02:00
Tobias Geerinckx-Rice 5578a9c64b
gnu: munge: Update to 0.5.13.
* gnu/packages/admin.scm (munge): Update to 0.5.13.
2017-10-08 17:06:14 +02:00
Kei Kebreau 226e57d674
gnu: aisleriot: Update to 3.22.3.
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.3.
[inputs]: Use guile-2.2 instead of guile-2.0.
2017-10-08 11:02:40 -04:00
Christopher Baines 6626c54ddf
gnu: Add missing mongodb patch to local.mk.
* gnu/local.mk (dist_patch_DATA): Add the
  mongodb-support-unknown-linux-distributions.patch.
2017-10-08 15:11:04 +01:00
Christopher Baines 834dc83069
web: Add nginx-documentation.
* gnu/packages/web.scm (nginx): Add comment about updating the documentation.
  (nginx-xslscript): New variable.
  (nginx-documentation): New variable.
2017-10-08 14:30:30 +01:00
Christopher Baines 024d37d119
perl: Add perl-parse-recdescent.
* gnu/packages/perl.scm (perl-parse-recdescent): New variable.
2017-10-08 14:30:25 +01:00
Tomáš Čech 3eabcc7878
gnu: Add missing input to python-py3status and fix call path.
file is used to determine configuration file encoding and py3status fails to
start when this tool is missing.

* gnu/packages/python.scm (python-py3status)[inputs]: Add file.
  [arguments]: Modify phases to patch py3status to call file with an absolute
  path.
2017-10-08 13:03:07 +02:00
Oleg Pykhalov 3803331803
gnu: sdl: Add debug output.
* gnu/packages/sdl.scm (sdl, sdl-gfx, sdl-image, sdl-mixer, sdl-net, sdl-ttf):
  Add debug output.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-07 23:01:52 +02:00
ng0 06ebba151b
gnu: getmail: Update to 5.4.
* gnu/packages/mail.scm (getmail): Update to 5.4.
2017-10-07 21:56:22 +02:00
Leo Famulari 3202d601a8
gnu: khal: Update to 0.9.8.
* gnu/packages/calendar.scm (khal): Update to 0.9.8.
[arguments]: Make sure to stop building if the documentation fails to
build.  Skip some failing tests.
2017-10-07 13:14:50 -04:00
Ludovic Courtès 9070ca4479
gnu: zile: Update to 2.4.14.
* gnu/packages/zile.scm (zile): Update to 2.4.14.
2017-10-07 17:08:32 +02:00
Marius Bakke ad3a937dae
Merge branch 'master' into staging 2017-10-07 12:54:40 +02:00
Ben Woodcroft 3ae76f7f57
gnu: vsearch: Update to 2.5.0.
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.5.0.
2017-10-07 09:42:55 +10:00
Mark H Weaver ecfcb2e048
gnu: linux-libre: Update to 4.13.5.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.5.
(%linux-libre-hash): Update hash.
2017-10-06 18:29:05 -04:00
Mark H Weaver 4556703783
gnu: linux-libre@4.9: Update to 4.9.53.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.53.
2017-10-06 18:28:26 -04:00
Mark H Weaver 428951b84f
gnu: linux-libre@4.4: Update to 4.4.90.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.90.
2017-10-06 18:27:45 -04:00
Ludovic Courtès 90d23ed9df
system: Really filter out Linux device names for the store.
This is a followup to db4e8fd5d4.
Fixes <https://bugs.gnu.org/28445>.
Reported by Mark H Weaver <mhw@netris.org>.

* gnu/system.scm (ensure-not-/dev): New procedure.
(read-boot-parameters)[ensure-not-/dev]: Remove.
(operating-system-boot-parameters): Use it.
2017-10-07 00:05:18 +02:00
Christopher Baines 5266ff719e
services: Add MongoDB.
* gnu/services/databases.scm (%default-mongodb-configuration-file,
  %mongodb-accounts, mongodb-service-type): New variables.
  (<mongodb-configuration>): New record type.
  (mongodb-activation, mongodb-shepherd-service): New procedures.
* gnu/tests/databases.scm (%test-mongodb): New variable.
* doc/guix.texi (Database Services): Add MongoDB documentation.
2017-10-06 21:24:30 +01:00
Christopher Baines 6bbbca9073
gnu: Add mongodb.
* gnu/packages/databases.scm (mongodb): New variable.
2017-10-06 21:24:23 +01:00
Tobias Geerinckx-Rice 4bbc27aca0
gnu: btrfs-progs: Update to 4.13.2.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.13.2.
2017-10-06 17:33:52 +02:00
Efraim Flashner 2320d4f058
gnu: glibc-locales: Use 'modify-phases' syntax.
* gnu/packages/base.scm (glibc-locales)[arguments]: Use 'modify-phases'
syntax.
2017-10-06 16:00:11 +03:00
Ludovic Courtès 1738e24455
gnu: guix: Update development snapshot.
* gnu/packages/package-management.scm (guix): Update to 8b920d7.
2017-10-06 14:43:31 +02:00
Marius Bakke 6a317919cf
Merge branch 'master' into staging 2017-10-06 11:03:27 +02:00
Marius Bakke 68932812b8
gnu: libdrm: Disable etnaviv driver.
* gnu/packages/xdisorg.scm (libdrm)<#:configure-flags>: On armhf-linux, don't
build etnaviv driver.
2017-10-06 11:00:52 +02:00
Tobias Geerinckx-Rice 8bde6a524e
gnu: dconf: Update to 0.26.1.
* gnu/packages/gnome.scm (dconf): Update to 0.26.1.
2017-10-06 01:00:59 +02:00
Tobias Geerinckx-Rice 4a79befe2c
gnu: glade: Update to 3.20.1.
* gnu/packages/gnome.scm (glade): Update to 3.20.1.
2017-10-06 01:00:58 +02:00
Tobias Geerinckx-Rice 6c97f17fa1
gnu: tor: Enable directory protocol compression.
* gnu/packages/tor.scm (tor)[native-inputs]: Add pkg-config.
[inputs]: Add xz and zstd.
2017-10-06 01:00:49 +02:00
Tobias Geerinckx-Rice b519d46269
gnu: tor: Fix typo.
* gnu/packages/tor.scm (tor)[inputs]: Move unquote to its operand.
2017-10-06 01:00:11 +02:00
Marius Bakke 594156ec6f
gnu: texlive-bin: Fix FTBFS with Poppler >= 0.58.
* gnu/packages/tex.scm (texlive-bin)[source](patches): Add patch from Arch Linux.
[arguments]<#:configure-flags>: Add CXXFLAGS=-std=gnu++11.
2017-10-06 00:49:50 +02:00
Arun Isaac 5ca4fe9696
gnu: octave: Reference makeinfo with absolute path.
* gnu/packages/maths.scm (octave)[arguments]: Add configure-makeinfo phase.
[inputs]: Add texinfo.
[native-inputs]: Remove texinfo.
2017-10-06 03:34:59 +05:30
Marius Bakke c4787c7831
gnu: inkscape: Fix FTBFS with Poppler >= 0.58.
* gnu/packages/inkscape.scm (inkscape)[source]: Add upstream patch.
2017-10-05 22:32:23 +02:00
Marius Bakke 7006370e59
gnu: vte-ng: Update to 0.50.1.a.
* gnu/packages/gnome.scm (vte-ng): Update to 0.50.1.a.
2017-10-05 20:28:33 +02:00
Marius Bakke 3f697ff2e8
gnu: openjpeg: Update to 2.3.0.
* gnu/packages/patches/openjpeg-CVE-2017-12982.patch,
gnu/packages/patches/openjpeg-CVE-2017-14040.patch,
gnu/packages/patches/openjpeg-CVE-2017-14041.patch,
gnu/packages/patches/openjpeg-CVE-2017-14151.patch,
gnu/packages/patches/openjpeg-CVE-2017-14152.patch,
gnu/packages/patches/openjpeg-CVE-2017-14164.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/image.scm (openjpeg): Update to 2.3.0.
[source](patches): Remove.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Adjust openjpeg
substitution.
2017-10-05 20:28:32 +02:00
Marius Bakke 6d89a1ab4e
gnu: imagemagick: Update to 6.9.9-18.
Fixes <https://bugs.gnu.org/28692>.
Reported by Diego Nicola Barbato <dnbarbato@posteo.de>.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-18.
2017-10-05 20:14:13 +02:00
Leo Famulari 6cdd8c97b7
gnu: libpng@1.2: Update to 1.2.59.
* gnu/packages/image.scm (libpng-1.2): Update to 1.2.59.
2017-10-05 10:42:36 -04:00
Leo Famulari eb93f1c9c4
gnu: certbot, python-acme: Update to 0.19.0.
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.19.0.
2017-10-05 10:38:52 -04:00
Kei Kebreau 5fe56448f3
gnu: lightning: Update to 2.1.2.
* gnu/packages/assembly.scm (lightning): Update to 2.1.2.
2017-10-05 10:36:06 -04:00
Ricardo Wurmus 227dbd841a
gnu: Add pdsh.
* gnu/packages/ssh.scm (pdsh): New variable.
2017-10-05 15:17:26 +02:00
Dave Love 04717e9406
gnu: Add imb-openmpi.
* gnu/packages/benchmark.scm (imb): New procedure.
(imb-openmpi): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-05 12:09:17 +02:00
Ludovic Courtès dd41a7f8d8
file-systems: Add a 'location' field to <file-system>.
* gnu/system/file-systems.scm (<file-system>)[location]: New field.
2017-10-05 12:09:17 +02:00
Ludovic Courtès aed1f1b049
uuid: Add 'uuid=?' and use it.
* gnu/system/uuid.scm (uuid=?): New procedure.
* tests/uuid.scm ("uuid=?"): New test.
* gnu/build/file-systems.scm (partition-uuid-predicate)
(luks-partition-uuid-predicate): Use it instead of 'bytevector=?'.
2017-10-05 12:09:17 +02:00
Ricardo Wurmus 67a08f1809
gnu: Add python-numpy-next.
* gnu/packages/python.scm (python-numpy-next, python2-numpy-next): New
variables.
2017-10-05 12:04:32 +02:00
Ricardo Wurmus eaa1db1de6
Revert "gnu: python-numpy: Update to 1.13.1."
This reverts commit 025b196d9b.

This is necessary as neither the current release nor the latest development
version of python-pandas can be build with numpy 1.13.x.
2017-10-05 12:04:32 +02:00
Kei Kebreau 46cf31868c
gnu: curl: Update replacement to 7.56.0 [security fixes].
Fixes CVE-2017-1000254.
See <https://curl.haxx.se/docs/adv_20171004.html> for details.

* gnu/packages/curl.scm (curl)[replacement]: Update to 7.56.0.
(curl-7.55.0): Rename to ...
(curl-7.56.0): ... this.
[arguments]: Remove 'fix-Makefile' phase.
[source]: Remove patch.
* gnu/packages/patches/curl-bounds-check.patch: Delete it.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-10-04 19:37:55 -04:00
Leo Famulari 488d380c82
gnu: go: update to 1.9.1 [security fixes].
See the release announcement and bug reports for more details about the
security issues fixed in this release:

https://groups.google.com/forum/m/#!topic/golang-nuts/sHfMg4gZNps
https://golang.org/issue/22125
https://golang.org/issue/22134

* gnu/packages/golang.scm (go-1.9): Update to 1.9.1.
2017-10-04 19:08:09 -04:00
Marius Bakke 7716ccd59c
Merge branch 'master' into staging 2017-10-05 00:45:38 +02:00
Marius Bakke a35532f52d
gnu: xorg-server: Update to 1.19.4 [fixes CVE-2017-13721, CVE-2017-13723].
The GPG signature for the bz2 tarball is bad, but the checksum matches the
signed release announcement, and contents are identical to the good .gz.

* gnu/packages/xorg.scm (xorg-server): Update to 1.19.4.
[source]: Remove obsolete patches.
* gnu/packages/patches/xorg-server-CVE-2017-10971.patch,
gnu/packages/patches/xorg-server-CVE-2017-10972.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2017-10-05 00:42:56 +02:00
Leo Famulari f120b4abe5
gnu: mutt: Update to 1.9.1.
* gnu/packages/mail.scm (mutt): Update to 1.9.1.
2017-10-04 16:36:20 -04:00
Leo Famulari 4949023137
gnu: isync: Update to 1.3.0.
* gnu/packages/mail.scm (isync): Update to 1.3.0.
[native-inputs]: Add perl.
2017-10-04 15:58:11 -04:00
Ricardo Wurmus 63aa8558ad
gnu: Add python-parameterized.
* gnu/packages/check.scm (python-parameterized, python2-parameterized): New
variables.
2017-10-04 15:19:52 +02:00
Ricardo Wurmus cb91edebda
gnu: python-numexpr: Update to 2.6.4.
* gnu/packages/python.scm (python-numexpr): Update to 2.6.4.
2017-10-04 15:19:52 +02:00
Thomas Danckaert 1033cdbb0c
gnu: python-numpy: Give sh store location instead of setting $SHELL.
* gnu/packages/python.scm (python-numpy): [arguments] Don't set $SHELL in the
  environment, but embed the store location of bash-minimal as a default
  shell.  Otherwise, we have to set $SHELL for every package which uses
  numpy's distutils.
2017-10-04 14:09:52 +02:00
Efraim Flashner 48b68c6178
gnu: virtuoso-ose: Limit to 64-bit platforms.
* gnu/packages/databases.scm (virtuoso-ose)[supported-systems]: New field.
2017-10-04 10:51:19 +03:00
Feng Shu 6fe2d37ccf
gnu: emacs-pyim: Fix error input name
* gnu/packages/emacs.scm (emacs-pyim): Fix error input name.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-04 07:44:32 +01:00
Oleg Pykhalov d2f93e61db
gnu: emacs-slime: Update to 2.20.
* gnu/packages/emacs.scm (emacs-slime): Update to 2.20.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-04 07:44:29 +01:00
Efraim Flashner f473b8f1f7
gnu: clisp: Update to 2.49-60.
* gnu/packages/lisp.scm (clisp): Update to 2.49-60.
[source]: Download mercurial repository, apply patch.
[inputs]: Replace readline@6.2 with readline, add ncurses.
[arguments]: Add multiple configure flags. Remove build phase to build
in "src" directory. Remove more uses of a timestamp.
2017-10-04 09:29:24 +03:00
Christopher Baines fa4f95a7c4
gnu: Standardise indentation of finance module imports.
* gnu/packages/finance.scm (define-module): Use 2 space indentation.
2017-10-04 07:25:50 +01:00
Christopher Baines eb152070f1
vm: Add disk-image-size to <virtual-machine>.
* gnu/system/vm.scm (<virtual-machine>): Add disk-image-size.
  (port-forwardings->qemu-options): Use disk-image-size from
  <virtual-machine>.
2017-10-04 07:16:43 +01:00
Christopher Baines 0c75a4de49
vm: Add a minimum root size.
* gnu/system/vm.scm (qemu-image): When guessing the root-size, use a lower
  bound of 20 MiB, otherwise the root file system size is sometimes 0 MiB in
  size.
2017-10-04 07:16:40 +01:00
宋文武 d0c8e5249d
gnu: Add snd.
* gnu/packages/audio.scm (snd): New variable.
2017-10-04 09:39:14 +08:00
David Thompson 7e2c67ca6a
gnu: awscli: Update to 1.11.164.
* gnu/packages/python.scm (awscli): Update to 1.11.164.
2017-10-03 20:34:28 -04:00
Marius Bakke 86edcc5338
Revert "gnu: eudev: Update to 3.2.4 and generate manpages."
This reverts commit c651cbad1e.
2017-10-04 01:15:06 +02:00
Marius Bakke 072acc6144
gnu: openssh: Update to 7.6p1.
* gnu/packages/ssh.scm (openssh): Update to 7.6p1.
2017-10-03 23:22:54 +02:00
Marius Bakke 71977abc0e
gnu: vte-ng: Update to 0.50.0.a.
* gnu/packages/gnome.scm (vte-ng): Update to 0.50.0.a.
2017-10-03 23:22:54 +02:00
Marius Bakke f9bd2051f0
gnu: qemu: Update to 2.10.1.
* gnu/packages/patches/qemu-CVE-2017-13711.patch,
  gnu/packages/patches/qemu-CVE-2017-14167.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/virtualization.scm (qemu): Update to 2.10.1.
[source](patches): Remove.
2017-10-03 23:22:54 +02:00
Marius Bakke 87a9c53b7c
gnu: imagemagick: Update to 6.9.9-17.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-17.
2017-10-03 23:22:54 +02:00
Marius Bakke 2a6e049a2f
gnu: p11-kit: Update to 0.23.9.
* gnu/packages/tls.scm (p11-kit): Update to 0.23.9.
2017-10-03 23:22:54 +02:00
Marius Bakke 79ed92be6f
gnu: libsodium: Update to 1.0.15.
* gnu/packages/crypto.scm (libsodium): Update to 1.0.15.
2017-10-03 23:22:54 +02:00
Cyril Roelandt 2299f5cd78
gnu: python-nose-timer: Add missing patch.
* gnu/packages/patches/python-nose-timer-drop-ordereddict.patch: New file.
* gnu/local.mk: Add it.
2017-10-03 22:41:25 +02:00
Julien Lepiller f282aa530b
gnu: Add heimdall.
* gnu/packages/flashing-tools.scm (heimdall): New variable.

Co-Authored-By: Danny Milosavljevic <dannym@scratchpost.org>
2017-10-03 21:44:10 +02:00
Julien Lepiller 500aac750e
gnu: Add java-osgi-service-packageadmin.
* gnu/packages/java.scm (java-osgi-service-packageadmin): New variable.
2017-10-03 21:39:21 +02:00
Julien Lepiller fb9c48b829
gnu: Add java-osgi-service-cm.
* gnu/packages/java.scm (java-osgi-service-cm): New variable.
2017-10-03 21:39:13 +02:00
Julien Lepiller 1884bb8198
gnu: Add java-osgi-util-tracker.
* gnu/packages/java.scm (java-osgi-util-tracker): New variable.
2017-10-03 21:39:10 +02:00
Julien Lepiller 291d3f22d6
gnu: Add java-osgi-service-resolver.
* gnu/packages/java.scm (java-osgi-service-resolver): New variable.
2017-10-03 21:39:08 +02:00
Julien Lepiller dd76d44b79
gnu: Add java-osgi-service-jdbc.
* gnu/packages/java.scm (java-osgi-service-jdbc): New variable.
2017-10-03 21:39:05 +02:00
Julien Lepiller 98c9f16c17
gnu: Add java-osgi-service-log.
* gnu/packages/java.scm (java-osgi-service-log): New variable.
2017-10-03 21:39:03 +02:00
Julien Lepiller dfd9154180
gnu: Add java-osgi-framework.
* gnu/packages/java.scm (java-osgi-framework): New variable.
2017-10-03 21:39:01 +02:00
Julien Lepiller a13acfbe5f
gnu: Add java-osgi-service-repository.
* gnu/packages/java.scm (java-osgi-service-repository): New variable.
2017-10-03 21:38:58 +02:00
Julien Lepiller 2b1fdb2b65
gnu: Add java-osgi-service-metatype-annotations.
* gnu/packages/java.scm (java-osgi-service-metatype-annotations): New
variable.
2017-10-03 21:38:56 +02:00
Julien Lepiller 27103135dd
gnu: Add java-osgi-util-promise.
* gnu/packages/java.scm (java-osgi-util-promise): New variable.
2017-10-03 21:38:54 +02:00
Julien Lepiller 0f0c52187b
gnu: Add java-osgi-util-function.
* gnu/packages/java.scm (java-osgi-util-function): New variable.
2017-10-03 21:38:51 +02:00
Julien Lepiller b784962d96
gnu: Add java-osgi-namespace-service.
* gnu/packages/java.scm (java-osgi-namespace-service): New variable.
2017-10-03 21:38:49 +02:00
Julien Lepiller f809c963c2
gnu: Add java-osgi-namespace-extender.
* gnu/packages/java.scm (java-osgi-namespace-extender): New variable.
2017-10-03 21:38:47 +02:00
Julien Lepiller c2b14516e8
gnu: Add java-osgi-namespace-contract.
* gnu/packages/java.scm (java-osgi-namespace-contract): New variable.
2017-10-03 21:38:44 +02:00
Julien Lepiller c304ce6aa1
gnu: Add java-osgi-resource.
* gnu/packages/java.scm (java-osgi-resource): New variable.
2017-10-03 21:38:42 +02:00
Julien Lepiller 999b5fb4d2
gnu: Add java-osgi-dto.
* gnu/packages/java.scm (java-osgi-dto): New variable.
2017-10-03 21:38:39 +02:00
Julien Lepiller 747c75746f
gnu: Add java-osgi-service-component-annotations.
* gnu/packages/java.scm (java-osgi-service-component-annotations): New
variable.
2017-10-03 21:38:37 +02:00
Julien Lepiller 3240ddbfb1
gnu: Add java-osgi-cmpn.
* gnu/packages/java.scm (java-osgi-cmpn): New variable.
2017-10-03 21:38:34 +02:00
Julien Lepiller 8e2f3e5e03
gnu: Add java-datanucleus-javax-persistence.
* gnu/packages/java.scm (java-datanucleus-javax-persistence): New
variable.
2017-10-03 21:38:32 +02:00
Julien Lepiller 30deadee1a
gnu: Add java-microemulator-cldc.
* gnu/packages/java.scm (java-microemulator-cldc): New variable.
2017-10-03 21:38:28 +02:00
Kei Kebreau 4d6801b735
gnu: graphicsmagick: Fix CVE-2017-14649.
* gnu/packages/imagemagick.scm (graphicsmagick)[source]: Add patch.
* gnu/packages/patches/graphicsmagick-CVE-2017-14649.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-10-03 11:56:24 -04:00
Rutger Helling 3d7a15963e
gnu: qtox: Update to 1.12.0.
* gnu/packages/messaging.scm (qtox): Update to 1.12.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:12:41 +02:00
Rutger Helling 0750cf7ebd
gnu: mgba: Update to 0.6.1.
* gnu/packages/games.scm (mgba): Update to 0.6.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:12:11 +02:00
Dave Love c971d9ef29
gnu: openmpi: Add "debug" output.
This is necessary for one mechanism for attaching parallel debuggers
and is also relevant for the runtime backtrace facility.

* gnu/packages/mpi.scm (openmpi)[outputs]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:11:19 +02:00
Dave Love fb99371972
gnu: Add scorep-openmpi.
* gnu/packages/profiling.scm (make-scorep): New function.
(scorep-openmpi): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:07:55 +02:00
Dave Love a66408f8c0
gnu: Add cube.
* gnu/packages/profiling.scm(cube): New variable.
* gnu/packages/patches/cube-nocheck.patch: New file.
* gnu/local.mk: Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:07:55 +02:00
Dave Love 3c8d1f9492
gnu: Add opari2.
* gnu/packages/profiling.scm (opari2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:07:55 +02:00
Dave Love a6121c0a3e
gnu: Add otf2.
* gnu/packages/profiling.scm (otf2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:07:55 +02:00
Dave Love 6a3af24f06
gnu: Add papi.
* gnu/packages/profiling.scm: New file.
* gnu/local.mk: Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:07:55 +02:00
Oleg Pykhalov 65d98906b8
gnu: cflow: Fix preprocess option.
* gnu/packages/code.scm (cflow)[arguments]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:07:55 +02:00
Maxim Cournoyer 0ad03eae38
gnu: android: Add android-udev-rules package.
* gnu/packages/android.scm (android-udev-rules): Add package.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:07:54 +02:00
Theodoros Foradis d109b1e85c
Update e-mail for Theodoros Foradis.
* .mailmap: Add entry.
* gnu/packages/aspell.scm: Replace theodoros.for@openmailbox.org with current address.
* gnu/packages/compression.scm: Likewise.
* gnu/packages/electronics.scm: Likewise.
* gnu/packages/engineering.scm: Likewise.
* gnu/packages/fpga.scm: Likewise.
* gnu/packages/graphviz.scm: Likewise.
* gnu/packages/guile.scm: Likewise.
* gnu/packages/libusb.scm: Likewise.
* gnu/packages/maths.scm: Likewise.
* gnu/packages/messaging.scm: Likewise.
* gnu/packages/uml.scm: Likewise.
* gnu/packages/wxwidgets.scm: Likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:07:54 +02:00
Oleg Pykhalov 032a2760ee
gnu: services: Add cgit.
* gnu/services/version-control.scm
(<cgit-configuration-file>, <cgit-configuration>): New record types.
(cgit-configuration-robots-string, cgit-activation,
cgit-configuration-nginx-config): New procedures.
(%cgit-configuration-nginx, cgit-service-type): New variables.
* gnu/tests/version-control.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Version Control): Document the cgit service.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:07:54 +02:00
Leo Famulari df71c88c3a
gnu: Add pulsemixer.
* gnu/packages/pulseaudio.scm (pulsemixer): New variable.
2017-10-03 10:29:07 -04:00
Leo Famulari 1ba940b58b
gnu: vdirsyncer: Update to 0.16.3.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.3.
[native-inputs]: Add python-urllib3.
2017-10-03 10:29:07 -04:00
Roel Janssen 61ce0998e0
gnu: Add virtuoso-ose.
* gnu/packages/databases.scm (virtuoso-ose): New variable.
2017-10-03 15:36:05 +02:00
Cyril Roelandt 3ef85c1118
gnu: Add python-twine.
* gnu/packages/python.scm (python-twine, python2-twine): New variables.
2017-10-03 00:04:36 +02:00
Cyril Roelandt 78f46e65bd
gnu: Add python-pkginfo.
* gnu/packages/python.scm (python-pkginfo, python2-pkginfo): New variables.
2017-10-03 00:04:36 +02:00
Cyril Roelandt b84ef9e224
gnu: Add python-tqdm.
* gnu/packages/python.scm (python-tqdm, python2-tqdm): New variables.
2017-10-03 00:04:35 +02:00
Cyril Roelandt cf47e34e62
gnu: Update the propagated inputs of python-urllib3.
* gnu/packages/python.scm (python-urllib3, python2-urllib3): Update propagated
  inputs.
2017-10-03 00:04:34 +02:00
Cyril Roelandt 8e6ceb4737
gnu: Add python-nose-timer.
* gnu/packages/python.scm (python-nose-time, python2-nose-timer): New variables.
2017-10-03 00:04:33 +02:00
Cyril Roelandt 9bb7c05e3d
gnu: python-tox: Update to 2.8.1.
* gnu/packages/python.scm (python-tox): Update to 2.8.1.
2017-10-03 00:04:32 +02:00
Cyril Roelandt 74e9895f2d
gnu: Add python2-requests-toolbelt.
* gnu/packages/python.scm (python2-requests-toolbelt): New variable.
2017-10-03 00:04:32 +02:00
Cyril Roelandt 30d7207f2e
gnu: python-requests-toolbelt: Update to 0.8.0.
* gnu/packages/python.scm (python-requests-toolbelt): Udpate to 0.8.0.
2017-10-03 00:04:31 +02:00
Cyril Roelandt 8e483fb540
gnu: python-autopep8: Update to 1.3.2.
* gnu/packages/python.scm (python-autopep8): Update to 1.3.2.
2017-10-03 00:04:30 +02:00
Cyril Roelandt ab7f51fa34
gnu: Add python-pydiff.
* gnu/packages/python.scm (python-pydiff, python2-pydiff): New variables.
2017-10-03 00:04:29 +02:00
Efraim Flashner 76dd04be47
gnu: dnsmasq: Update to 2.78 [Security fixes].
This fixes CVE-2017-13704 and CVE-2017-1449[123456].

* gnu/packages/dns.scm (dnsmasq): Update to 2.78.
2017-10-02 20:32:31 +03:00
Ben Woodcroft 1960d4fdea
gnu: ruby-pry: Update to 0.11.1.
* gnu/packages/ruby.scm (ruby-pry): Update to 0.11.1.
[propagated-inputs]: Remove ruby-slop-3.
2017-10-02 22:14:17 +10:00
Ben Woodcroft c83550372a
gnu: ruby-method-source: Update to 0.9.0.
* gnu/packages/ruby.scm (ruby-method-source): Update to 0.9.0.
[arguments]: Use "spec" test target.
[native-inputs]: Remove ruby-bacon, add ruby-rspec.
2017-10-02 22:14:17 +10:00
Efraim Flashner 08d97842e1
gnu: autoconf-archive: Update to 2017.09.28.
* gnu/packages/autotools.scm (autoconf-archive): Update to 2017.09.28.
2017-10-02 11:55:06 +03:00
Efraim Flashner 99e28bbf8a
gnu: tilda: Use glib-or-gtk build system.
* gnu/packages/terminals.scm (tilda)[build-system]: Switch to
glib-or-gtk build system.
[inputs]: Remove glib:bin, gtk+.
2017-10-02 10:34:25 +03:00
Mohammed Sadiq a49d3e3775
gnu: gnome-calendar: Update to 3.26.1.
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.26.1.
[build-system]: Move to meson-build-system.
[arguments]: Enable gtk+ for meson-build-system, disable tests.
[native-inputs]: Add gettext, gtk+-bin and glib-bin, remove intltool.
[inputs]: Remove bdb and desktop-file-utils.
[description]: Rephrase and add week view.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-10-01 20:43:17 -04:00
Tobias Geerinckx-Rice 0e42d239ec
gnu: tor: Update to 0.3.1.7.
* gnu/packages/tor.scm (tor): Update to 0.3.1.7.
2017-10-02 00:17:31 +02:00
Tobias Geerinckx-Rice ce7393f0b4
gnu: knot: update to 2.6.0.
* gnu/packages/dns.scm (knot): Update to 2.6.0.
2017-10-02 00:00:25 +02:00
Tobias Geerinckx-Rice e153362e4a
gnu: youtube-dl: Update to 2017.10.01.
* gnu/packages/video.scm (youtube-dl): Update to 2017.10.01.
2017-10-02 00:00:24 +02:00
Theodoros Foradis 710cc1a402
gnu: Add libngspice and ngspice.
* gnu/packages/engineering.scm (libngspice, ngspice): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-01 23:55:42 +02:00
Kyle Meyer 0ef1c22307
gnu: Add emacs-writeroom.
* gnu/packages/emacs.scm (emacs-writeroom): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 11:56:50 +01:00
Kyle Meyer 32e23abae0
gnu: emacs-visual-fill-column: Update to 1.11.
* gnu/packages/emacs.scm (emacs-visual-fill-column): Update to 1.11.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 11:53:47 +01:00
Feng Shu 88e6086e60
gnu: emacs-cyberpunk-theme: Update to 1.19.
* gnu/packages/emacs.scm (emacs-cyberpunk-theme): Update to 1.19.
2017-10-01 11:56:09 +02:00
ng0 6a5f7af6fc
gnu: gnunet: Use 'gnutls/dane' as input.
This switches the used GnuTLS to the one recommended
by the GNUnet Documentation (Chapter "Installation Handbook",
Section "Generic installation instructions") where a specific
order of dependency installation is required.  In this
order libunbound is installed first, then GnuTLS, then libgnurl,
followed by libmicrohttpd.

* gnu/packages/gnunet.scm (gnunet)[inputs]: Replace gnutls with 'gnutls/dane'.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 10:50:37 +01:00
ng0 1472f63002
gnu: libmicrohttpd: Use 'gnutls/dane' as input.
This switches the used GnuTLS to the one recommended
by the GNUnet Documentation (Chapter "Installation Handbook",
Section "Generic installation instructions") where a specific
order of dependency installation is required.  In this
order libunbound is installed first, then GnuTLS, then libgnurl,
followed by libmicrohttpd.

* gnu/packages/gnunet.scm (libmicrohttpd)[inputs]: Replace gnutls with
  'gnutls/dane'.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 10:50:37 +01:00
ng0 fd67e3a22f
gnu: gnurl: Use 'gnutls/dane' as input.
This switches the used GnuTLS to the one recommended
by the GNUnet Documentation (Chapter "Installation Handbook",
Section "Generic installation instructions") where a specific
order of dependency installation is required.  In this
order libunbound is installed first, then GnuTLS, then libgnurl,
followed by libmicrohttpd.

* gnu/packages/gnunet.scm (gnurl)[inputs]: Replace gnutls with 'gnutls/dane'.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 10:50:37 +01:00
ng0 5b9aa107d2
gnu: gnutls: Add 'gnutls-dane'.
* gnu/packages/tls.scm (gnutls/dane): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 10:50:36 +01:00
Thomas Danckaert 2003090526
gnu: libreoffice: Update to 5.3.6.1.
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.6.1.
2017-10-01 10:50:31 +02:00
Feng Shu 7493306f82
gnu: Add emacs-pyim.
* gnu/packages/emacs.scm (emacs-pyim): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 09:45:34 +01:00
Feng Shu 9f3b27a267
gnu: Add emacs-pos-tip.
* gnu/packages/emacs.scm (emacs-pos-tip): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 09:45:34 +01:00
Feng Shu 0fa8a932ed
gnu: Add emacs-pyim-basedict.
* gnu/packages/emacs.scm (emacs-pyim-basedict): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 09:45:34 +01:00
Feng Shu 65fff6a32d
gnu: Add emacs-cnfonts.
* gnu/packages/emacs.scm (emacs-cnfonts): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 09:45:34 +01:00
ng0 58b2835d03
gnu: pybitmessage: Update to 0.6.2.
* gnu/packages/messaging.scm (pybitmessage): Update to 0.6.2.
[build-system]: Change to python-build-system.
[arguments]: Remove "fix-makefile" and "wrap" phases.
[inputs]: Rename to...
[propagated-inputs]: ...this. Add "python2-msgpack" and "python2-pythondialog".
[inputs]: Remove "sqlite" and "qt-4". Move "openssl" ...
[native-inputs]: ...here. Remove "pkg-config".

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-09-30 15:22:25 +01:00
Ricardo Wurmus 0083a39f17
gnu: guitarix: Update to 0.35.6.
* gnu/packages/audio.scm (guitarix): Update to 0.35.6.
2017-09-30 14:53:21 +02:00
Ricardo Wurmus fba1cadea8
gnu: samplv1: Update to 0.8.4.
* gnu/packages/music.scm (samplv1): Update to 0.8.4.
2017-09-30 14:53:21 +02:00
Ricardo Wurmus f7a99e27f9
gnu: drumkv1: Update to 0.8.4.
* gnu/packages/music.scm (drumkv1): Update to 0.8.4.
2017-09-30 14:53:21 +02:00
Ricardo Wurmus 9cb928ad33
gnu: synthv1: Update to 0.8.4.
* gnu/packages/music.scm (synthv1): Update to 0.8.4.
2017-09-30 14:53:20 +02:00
Christopher Baines afcbb02057
gnu: Add ruby-es-dump-restore.
* gnu/packages/databases.scm (es-dump-restore): New variable.
2017-09-30 11:46:10 +01:00
Christopher Baines cb6bc5df1c
gnu: Add ruby-rubyzip.
* gnu/packages/ruby.scm (ruby-rubyzip): New variable.

Co-authored by Ben Woodcroft <donttrustben@gmail.com>.
2017-09-30 11:46:09 +01:00
Christopher Baines 268643b94a
gnu: Add ruby-progress_bar.
* gnu/packages/ruby.scm (ruby-progress_bar): New variable.
2017-09-30 11:46:09 +01:00
Christopher Baines 823ed0972f
gnu: Add ruby-highline.
* gnu/packages/ruby.scm (ruby-highline): New variable.
2017-09-30 11:46:09 +01:00
Ben Woodcroft 9b4c8e1b72
gnu: Add ruby-code-statistics.
* gnu/packages/ruby.scm (ruby-code-statistics): New variable.
2017-09-30 11:46:09 +01:00
Christopher Baines cef87ed6be
gnu: Add ruby-options.
* gnu/packages/ruby.scm (ruby-options): New variable.
2017-09-30 11:46:09 +01:00
Christopher Baines 9a97e7ce29
gnu: Add ruby-multi-json.
* gnu/packages/ruby.scm (ruby-multi-json): New variable.
2017-09-30 11:46:09 +01:00
Christopher Baines 1c8e6fd30f
gnu: Add ruby-httpclient.
* gnu/packages/ruby.scm (ruby-httpclient): New variable.
2017-09-30 11:46:06 +01:00
ng0 6e79949f46
gnu: Add xautomation.
* gnu/packages/xdisorg.scm (xautomation): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-09-29 18:00:11 -04:00
Tobias Geerinckx-Rice 16818c4856
gnu: libfilezilla: Update to 0.11.0.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.11.0.
2017-09-29 21:51:51 +02:00
Tobias Geerinckx-Rice 6fc35b2179
gnu: knot: Update to 2.5.5.
* gnu/packages/dns.scm (knot): Update to 2.5.5.
2017-09-29 21:51:50 +02:00
Julien Lepiller 41a1ac1b22
gnu: php: Update to 7.1.10.
* gnu/packages/php.scm (php): Update to 7.1.10.
2017-09-29 20:05:46 +02:00
Efraim Flashner dee9a2628c
gnu: openvpn: Update to 2.4.4.
* gnu/packages/vpn.scm (openvpn): Update to 2.4.4.
[inputs]: Add lz4.
2017-09-29 15:23:54 +03:00
Mark H Weaver 464a2889c9
gnu: icecat: Add more fixes from upstream mozilla-esr52.
Includes fixes for CVE-2017-7793, CVE-2017-7805, CVE-2017-7819, CVE-2017-7823,
and the remaining 3 out of 8 changesets for CVE-2017-7810.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
2017-09-29 05:37:10 -04:00
Mark H Weaver 3fd2f86a3f
gnu: icecat: Rename patches to reflect CVE assignments.
Document the fact that we include fixes for CVE-2017-7814 and 5 out of 8
changesets for CVE-2017-7810.

* gnu/packages/gnuzilla.scm (icecat)[source]: Rename some patches to reflect
CVE assignments.
2017-09-29 05:37:04 -04:00
Ludovic Courtès 1501cb55e9
gnu: cuirass: Update to latest snapshot.
This fixes mishandling of 'GIT_SSL_CAINFO'.

* gnu/packages/ci.scm (cuirass): Update to commit 9cfea9f.
[native-search-paths]: New field.
2017-09-29 10:01:02 +02:00
Danny Milosavljevic bc01c89171
gnu: tclxml: Propagate tcllib.
* gnu/packages/tcl.scm (tclxml): Propagate tcllib.
2017-09-29 08:16:23 +02:00
Mark H Weaver 94c6865737
gnu: linux-libre: Update to 4.13.4.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.4.
(%linux-libre-hash): Update hash.
2017-09-28 23:51:54 -04:00
Mark H Weaver e604c02847
gnu: linux-libre@4.9: Update to 4.9.52.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.52.
2017-09-28 23:51:22 -04:00
Mark H Weaver 00b0d0e611
gnu: linux-libre@4.4: Update to 4.4.89.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.89.
2017-09-28 23:50:39 -04:00
Nicolas Goaziou 2ca147bc88
gnu: wireshark: Update to 2.4.1.
* gnu/packages/networking.scm (wireshark): Update to 2.4.1.
2017-09-28 22:41:52 +02:00
Ricardo Wurmus e90456b94c
gnu: r-ddalpha: Update to 1.3.1.
* gnu/packages/cran.scm (r-ddalpha): Update to 1.3.1.
[propagated-inputs]: Add r-sfsmisc.
[native-inputs]: Add gfortran.
2017-09-28 22:00:45 +02:00
Ricardo Wurmus 7ef9e146e9
gnu: r-lava: Update to 1.5.1.
* gnu/packages/cran.scm (r-lava): Update to 1.5.1.
2017-09-28 22:00:44 +02:00
Ricardo Wurmus d311292b20
gnu: r-rcpp: Update to 0.12.13.
* gnu/packages/cran.scm (r-rcpp): Update to 0.12.13.
2017-09-28 22:00:44 +02:00
Ricardo Wurmus 6048986c89
gnu: r-lme4: Update to 1.1-14.
* gnu/packages/statistics.scm (r-lme4): Update to 1.1-14.
2017-09-28 22:00:44 +02:00
Ricardo Wurmus 26cd4194ef
gnu: r-doparallel: Update to 1.0.11.
* gnu/packages/statistics.scm (r-doparallel): Update to 1.0.11.
2017-09-28 22:00:44 +02:00
Ricardo Wurmus 7147d8f7ad
gnu: r-checkmate: Update to 1.8.4.
* gnu/packages/statistics.scm (r-checkmate): Update to 1.8.4.
2017-09-28 22:00:44 +02:00
Ricardo Wurmus 2c49184e2c
gnu: r-backports: Update to 1.1.1.
* gnu/packages/statistics.scm (r-backports): Update to 1.1.1.
2017-09-28 22:00:43 +02:00
Oleg Pykhalov 4d14808af4
services: web: Add try-files for the nginx-service-type.
* gnu/services/web.scm (<nginx-server-configuration>): Add
  nginx-server-configuration-try-files.
(emit-nginx-server-config): Use it.
* doc/guix.texi (Web Services): Document it.
2017-09-28 20:37:40 +02:00
Maxim Cournoyer c651cbad1e
gnu: eudev: Update to 3.2.4 and generate manpages.
* gnu/packages/linux.scm (eudev)[version]: Bump to 3.2.4.
[uri]: Download the release from Github, which contains the script to generate
the manpages from source.
[file-name]: Add a file-name field to the origin record, per linter recommendation.
[sha256]: Adjust accordingly.
[phases]: Add a bootstrap phase to regenerate the manpages.
[configure-flags]: Add the "--enable-manpages" option, required to install the
manpages.
[native-inputs]: Add autoconf, automake and libtool for the bootstrap phase.
Add python-wrapper to run a test script that was previously skipped.
Add docbook-xml, docbook-xsl, libxml2 and libxslt for manpage generation.
2017-09-28 20:26:39 +02:00
Thomas Danckaert 80c3f4d6c0
gnu: python-ipython: Update to 5.3.0.
* gnu/packages/python.scm (python-ipython, python2-ipython): Update to 5.3.0.
2017-09-28 20:24:25 +02:00
Thomas Danckaert 025b196d9b
gnu: python-numpy: Update to 1.13.1.
* gnu/packages/python.scm (python-numpy, python2-numpy): Update to 1.13.1.
[source]: Download the zip release from pypi instead of a git snapshot.
[native-inputs]: Add unzip.
[arguments]: Set SHELL environment variable.

Co-authored by Leo Famulari <leo@famulari.name>
2017-09-28 20:24:25 +02:00
Stefan Reichör 18a26f1c13
gnu: Add footswitch.
I have tested the built footswitch tool with my foot switch. It works as expected.
Is accessibility.scm the correct location for this tool?

* gnu/packages/accessibility.scm (footswitch): New variable.
2017-09-28 20:24:17 +02:00
Ricardo Wurmus 1344deb937
gnu: r-minimal: Update to 3.4.2.
* gnu/packages/statistics.scm (r-minimal): Update to 3.4.2.
2017-09-28 20:21:18 +02:00
ng0 ac7134612a
gnu: Add cadaver.
* gnu/packages/web.scm (cadaver): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
2017-09-28 18:43:23 +03:00
ng0 8fc559dcc5
gnu: Add emacs-jinja2-mode.
* gnu/packages/emacs.scm (emacs-jinja2-mode): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
2017-09-28 18:43:23 +03:00
Oleg Pykhalov 69b498a162
gnu: Add emacs-sr-speedbar.
* gnu/packages/emacs.scm (emacs-sr-speedbar): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
2017-09-28 18:43:22 +03:00
Alex Kost 41342e89ff
gnu: lirc: Update to 0.10.1.
* gnu/packages/lirc.scm (lirc): Update to 0.10.1.
[arguments]: Use "--enable-devinput" configure flag.
2017-09-28 18:43:22 +03:00
Alex Kost 9c074e89b1
gnu: dunst: Update to 1.2.0.
* gnu/packages/dunst.scm (dunst): Update to 1.2.0.
[inputs]: Update: remove 'libxext' and 'libxft', add 'gtk' and 'libxrandr'.
[home-page]: Update for the new location.
2017-09-28 18:41:17 +03:00
Alex Kost 1210046d76
gnu: emacs-pdf-tools: Update to 0.80.
* gnu/packages/emacs.scm (emacs-pdf-tools): Update to 0.80.
[propagated-inputs]: Add 'emacs-tablist' as it is the new dependency.
2017-09-28 18:41:16 +03:00
Alex Kost 060348d2a4
gnu: Add emacs-tablist.
* gnu/packages/emacs.scm (emacs-tablist): New variable.
2017-09-28 18:41:16 +03:00
Theodoros Foradis a6edcfaf78
gnu: Add asco.
* gnu/packages/engineering.scm (asco): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-28 15:00:02 +02:00
Theodoros Foradis ea1aa4525e
gnu: openocd: Update to 0.10.0
* gnu/packages/embedded.scm (openocd): Update to 0.10.0.
[arguments] <configure-flags>: Add "--enable-sysfsgpio" flag.
Remove "--enable-oocd_trace" flag.
[arguments] <phases>: Add phase "change-udev-group".
Add phase "install-udev-rules".
* gnu/packages/patches/openocd-nrf52.patch: Modify to apply on 0.10.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-28 15:00:02 +02:00
Theodoros Foradis 2da8865a70
gnu: libjaylink: Update to commit 699b700.
* gnu/packages/embedded.scm (libjaylink): Update to commit 699b700.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-28 15:00:02 +02:00
Ricardo Wurmus 0423131156
gnu: qtmultimedia: Build gstreamer backend.
* gnu/packages/qt.scm (qtmultimedia)[inputs]: Add gstreamer and
gst-plugins-base.
[arguments]: Replace configure phase to pass extra arguments to qmake.
2017-09-28 13:26:07 +02:00
Ricardo Wurmus 50cb3c8dd6
gnu: Add dino.
* gnu/packages/messaging.scm (dino): New variable.
2017-09-28 13:10:45 +02:00
Efraim Flashner 523ecbbbed
gnu: libical: Fix libdir install path.
Reported by sadiq on IRC.

* gnu/packages/calendar.scm (libical)[arguments]: Remove configure flag
adding /lib64 to rpath, add flag to force libdir to /lib.
2017-09-28 12:26:50 +03:00
Ludovic Courtès 4cb87d63e1
gnu: libgc: Add 'libgc-back-pointers' variant.
* gnu/packages/bdw-gc.scm (libgc/back-pointers): New variable.
2017-09-28 00:13:10 +02:00
Mohammed Sadiq 42ecb96e99
gnu: Add font-rachana.
* gnu/packages/fonts.scm (font-rachana): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-28 00:13:10 +02:00
Mohammed Sadiq 57b14665c3
gnu: Add gnome-todo.
* gnu/packages/gnome.scm (gnome-todo): New public variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-28 00:13:10 +02:00
Julien Lepiller 408091d5a5
gnu: Add ocaml-camomile.
* gnu/packages/ocaml.scm (ocaml-camomile): New variable.
2017-09-27 21:26:24 +02:00
Julien Lepiller cd1562ef8e
gnu: Add bap.
* gnu/packages/ocaml.scm (bap): New variable.
2017-09-27 21:26:21 +02:00
Julien Lepiller fc3d70ae54
gnu: Add ocaml-piqi.
* gnu/packages/ocaml.scm (ocaml-piqi): New variable.
2017-09-27 21:26:19 +02:00
Julien Lepiller 8a238180fd
gnu: Add ocaml-graph.
* gnu/packages/ocaml.scm (ocaml-graph): New variable.
* gnu/packages/patches/ocaml-graph-honor-source-date-epoch.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-09-27 21:26:16 +02:00
Julien Lepiller 88b1533c27
gnu: Add ocaml-uuidm.
* gnu/packages/ocaml.scm (ocaml-uuidm): New variable.
2017-09-27 21:26:14 +02:00
Julien Lepiller 9c5dbbf0ce
gnu: Add ocaml-piqilib.
* gnu/packages/ocaml.scm (ocaml-piqilib): New variable.
2017-09-27 21:26:12 +02:00
Julien Lepiller b5c0217c71
gnu: Add ocaml-optcomp.
* gnu/packages/ocaml.scm (ocaml-optcomp): New variable.
2017-09-27 21:26:10 +02:00
Julien Lepiller 6134aeb9ab
gnu: Add ocaml-easy-format.
* gnu/packages/ocaml.scm (ocaml-easy-format): New variable.
2017-09-27 21:26:08 +02:00
Julien Lepiller 3dabefeef4
gnu: Add ocaml-uri.
* gnu/packages/ocaml.scm (ocaml-uri): New variable.
2017-09-27 21:26:05 +02:00
Julien Lepiller bf7bc0d6bb
gnu: Add ocaml-ezjsonm.
* gnu/packages/ocaml.scm (ocaml-ezjsonm): New variable.
2017-09-27 21:26:00 +02:00
Marius Bakke 9f1d112d12
Merge branch 'master' into staging 2017-09-27 21:14:27 +02:00
Marius Bakke cb1e0cfc2f
gnu: samba: Install manual pages.
* gnu/packages/samba.scm (samba)[arguments]<#:phases>: Add
'locate-docbook-stylesheets' phase.
[native-inputs]: Add DOCBOOK-XSL and LIBXSLT.
2017-09-27 21:06:01 +02:00
Marius Bakke eb52d637f5
gnu: tklib: Fix typo.
This is a follow-up to commit 1966481fe3.

* gnu/packages/tcl.scm (tklib)[description]: Fix Texinfo markup.
2017-09-27 21:05:47 +02:00
Marius Bakke 21e5eb4e7b
gnu: potrace: Update to 1.15 [fixes CVE-2017-12067].
* gnu/packages/fontutils.scm (potrace): Update to 1.15.
2017-09-27 21:02:56 +02:00
Marius Bakke 29591fc4c4
gnu: e2fsprogs: Update to 1.43.6.
* gnu/packages/linux.scm (e2fsprogs): Update to 1.43.6.
2017-09-27 21:02:56 +02:00
Marius Bakke a0604c2183
gnu: powertop: Update to 2.9.
* gnu/packages/linux.scm (powertop): Update to 2.9.
[source]: Adjust URI.
2017-09-27 21:02:56 +02:00
Marius Bakke 2b2c24ed42
gnu: lftp: Update to 4.8.2.
* gnu/packages/ftp.scm (lftp): Update to 4.8.2.
2017-09-27 21:02:56 +02:00
Marius Bakke b1e4c0fa51
gnu: pulseview: Build with modular Qt.
* gnu/packages/electronics.scm (pulseview)[inputs]: Remove QT.  Add QTBASE and QTSVG.
2017-09-27 21:02:56 +02:00
Maxim Cournoyer 958be7a423
gnu: tklib: Add missing closing brace.
Fixes <http://bugs.gnu.org/28624>.
Reported by Jelle Licht <wordempire@gmail.com>

* gnu/packages/tcl.scm (tklib): Add closing brace.
2017-09-27 20:57:54 +02:00
Efraim Flashner 31ec522835
gnu: lilypond: Fix fontforge detection.
* gnu/packages/music.scm (lilypond)[arguments]: Adjust fontforge
detection algorithm to allow for SOURCE_DATE_EPOCH in fontforge's build.
2017-09-27 10:09:00 +03:00
Tobias Geerinckx-Rice a9925374b0
gnu: git: Update to 2.14.2.
* gnu/packages/version-control.scm (git): Update to 2.14.2.
2017-09-26 22:36:15 +02:00
Tobias Geerinckx-Rice e2937a5551
gnu: btrfs-progs: Update to 4.13.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.13.1.
[inputs]: Add zstd.
2017-09-26 22:36:14 +02:00
Danny Milosavljevic 1966481fe3
gnu: Add tklib.
* gnu/packages/tcl.scm (tklib): New variable.
2017-09-26 19:51:47 +02:00
Jan Nieuwenhuizen 326f6ef10f
services: cuirass: Add host option.
* gnu/services/cuirass.scm (<cuirass-configuration>): Add host option.
(cuirass-shepherd-service): Pass host option.
* doc/guix.texi (Continuous Integration): Document it.
2017-09-26 18:15:41 +02:00
Jan Nieuwenhuizen a928ed4740
gnu: cuirass: Update development snapshot.
* gnu/packages/ci.scm (cuirass): Update to commit 87ad259.
2017-09-26 18:15:27 +02:00
Leo Famulari 373cda6ac6
gnu: libunwind: Update to 1.2.1.
* gnu/packages/libunwind.scm (libunwind): Upate to 1.2.1.
[source]: Remove 'libunwind-CVE-2015-3239.patch'.
* gnu/packages/patches/libunwind-CVE-2015-3239.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-09-26 11:42:06 -04:00
Arun Isaac 8fd92e034b
gnu: Add uim, uim-gtk and uim-qt.
* gnu/packages/xorg.scm (uim, uim-gtk, uim-qt): New variables.
2017-09-26 19:02:39 +05:30
Ludovic Courtès 945a8fc240
tests: install: Switch to modifying the gc-root-service-type.
Fixes <https://bugs.gnu.org/28600>.
Fixes a regression introduced in
4e854b1814.
Reported by Christopher Baines <mail@cbaines.net>.

* gnu/tests/install.scm (operating-system-with-gc-roots): Use
'simple-service' to extend GC-ROOT-SERVICE-TYPE instead of instantiating
it.
2017-09-26 10:43:10 +02:00
ng0 8384499c04
gnu: Add gpa.
* gnu/packages/gnupg.scm (gpa): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-26 10:37:18 +02:00
ng0 b36524c1b8
gnu: Add lxqt-build-tools.
* gnu/packages/lxqt.scm (lxqt-build-tools): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-26 10:28:16 +02:00
Ludovic Courtès 077f1e6384
tests: mcron: Adjust use of 'wait-for-file'.
Fixes a regression introduced in
8bd5231485, whereby returning #<eof> would
no longer work (since #<eof> would be in the cdr of the result, and thus
it would not get converted to a string.)

* gnu/tests/base.scm (run-mcron-test)["root's job with command"]: Pass
  #:read to 'wait-for-file'.
2017-09-26 10:09:53 +02:00
Ludovic Courtès 4f80158db0
gnu: libgtop: Update to 2.38.0.
* gnu/packages/gnome.scm (libgtop): Update to 2.38.0.
2017-09-26 00:35:06 +02:00
Dave Love 8ddf20b286
gnu: lm-sensors: Add "lib" output.
* gnu/packages/linux.scm (lm-sensors)[outputs]: Add "lib".
[arguments]: Fix up make flags.
(xsensors)[inputs]: Adjust accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-26 00:35:06 +02:00
Leo Famulari 66660960ba
gnu: certbot, python-acme: Update to 0.18.2.
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.18.2.
* gnu/packages/patches/python-acme-dont-use-openssl-rand.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-09-25 03:27:24 -04:00
Marius Bakke edd38aa898
gnu: i3-wm: Update to 4.14.1.
* gnu/packages/wm.scm (i3-wm): Update to 4.14.1.
2017-09-25 00:13:07 +02:00
Marius Bakke 859620e51d
gnu: ruby: Fix build failures after updating to 2.4.2.
* gnu/packages/ruby.scm (gem-directory): New procedure.
(ruby-ansi, ruby-ae)[arguments]: Use it to determine gem install directory
instead of relying on the ruby (patch) version.
2017-09-24 20:28:10 +02:00
Marius Bakke 4f27a33371
gnu: Fix syntax errors introduced by dc1d3cdef7.
* gnu/packages/mp3.scm (libmad)[arguments]: Adjust syntax and indentation.
* gnu/packages/rdf.scm (lrdf)[arguments]: Adjust phase order.
* gnu/packages/audio.scm (vamp)[arguments]: Remove stray character.
(zita-convolver)[arguments]: Adjust parsens and indentation.
(clalsadrv)[arguments]: Remove stray 'modify-phases'.
2017-09-24 20:27:58 +02:00
Efraim Flashner 3140844e33
gnu: openntpd: Update to 6.2p2.
* gnu/packages/ntp.scm (openntpd): Update to 6.2p2.
2017-09-24 20:40:58 +03:00
Efraim Flashner c80f837afd
gnu: fontforge: Update to 20170731.
* gnu/packages/fontutils.scm (fontforge): Update to 20170731.
[source]: Remove patch, remove snippet.
[arguments]: Enable tests. Remove phase to build showttf.
[inputs]: Use python-wrapper instead of python.
[home-page]: Update to new home page.
* gnu/packages/patches/fontforge-svg-modtime.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-09-24 20:22:00 +03:00
Marius Bakke ffcff27272
Merge branch 'master' into staging 2017-09-24 19:18:35 +02:00
Marius Bakke 030030f441
gnu: imagemagick: Update to 6.9.9-15.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-15.
2017-09-24 19:01:17 +02:00
Marius Bakke 832fe93d24
gnu: lvm2: Update to 2.02.174.
* gnu/packages/linux.scm (lvm2): Update to 2.02.174.
2017-09-24 19:01:16 +02:00
Roel Janssen 6aab6c27c7
gnu: Add emacs-olivetti.
* gnu/packages/emacs.scm (emacs-olivetti): New variable.
2017-09-25 16:41:57 +02:00
Efraim Flashner 58816c3d3d
gnu: python-cython: Update to 0.27.
* gnu/packages/python.scm (python-cython): Update to 0.27.
2017-09-24 16:41:30 +03:00
Ricardo Wurmus 07ad172a24
gnu: ibus-libpinyin: Update to 1.9.2.
* gnu/packages/ibus.scm (ibus-libpinyin): Update to 1.9.2.
[inputs]: Replace "python-2" with "python" and python2-pyxdg with
python-pyxdg.
2017-09-24 12:43:24 +02:00
Ricardo Wurmus 3943f5ab5a
gnu: python-pyxdg: Disable failing test.
* gnu/packages/freedesktop.scm (python-pyxdg)[arguments]: Disable theme
validation test.
2017-09-24 12:43:24 +02:00
Ricardo Wurmus b9e9ef44ff
gnu: libpinyin: Update to 2.1.0.
* gnu/packages/ibus.scm (libpinyin): Update to 2.1.0.
2017-09-24 12:43:24 +02:00
Ricardo Wurmus 91316f31d4
gnu: r-glmnet: Update to 2.0-13.
* gnu/packages/statistics.scm (r-glmnet): Update to 2.0-13.
2017-09-24 11:36:17 +02:00
Ricardo Wurmus d9400ee46a
gnu: r-segmented: Update to 0.5-2.2.
* gnu/packages/statistics.scm (r-segmented): Update to 0.5-2.2.
2017-09-24 11:36:17 +02:00
Ricardo Wurmus 29457c43bf
gnu: r-mgcv: Update to 1.8-22.
* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-22.
2017-09-24 11:36:17 +02:00
Efraim Flashner 830383cbaa
gnu: parallel: Update to 20170922.
* gnu/packages/parallel.scm (parallel): Update to 20170922.
2017-09-24 12:09:31 +03:00
Ricardo Wurmus 95e654ae63
gnu: Add cl-yale-haskell.
* gnu/packages/haskell.scm (cl-yale-haskell): New variable.
2017-09-24 08:49:27 +02:00
Ricardo Wurmus 3765f4e6bf
gnu: qtractor: Update to 0.8.4.
* gnu/packages/music.scm (qtractor): Update to 0.8.4.
2017-09-24 08:49:12 +02:00
Roel Janssen 6baf1b7205
gnu: teckit: Update to 2.5.7.
* gnu/packages/fontutils.scm (teckit): Update to 2.5.7.

Signed-off-by: Roel Janssen <roel@gnu.org>
2017-09-24 00:26:40 +02:00
Oleg Pykhalov 9db7e9be59
gnu: Add rsync service.
* doc/guix.texi (Networking Services): Add rsync service documentation.
* gnu/services/rsync.scm (<rsync-configuration>): New file.
* gnu/tests/rsync.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add new files.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-09-23 21:07:27 +01:00
Tobias Geerinckx-Rice ca5915a6e5
gnu: youtube-dl: Update to 2017.09.24.
* gnu/packages/video.scm (youtube-dl): Update to 2017.09.24.
2017-09-23 20:50:23 +02:00
Tobias Geerinckx-Rice faccaa8916
gnu: weechat: Update to 1.9.1 [security fix].
* gnu/packages/irc.scm (weechat): Update to 1.9.1.
2017-09-23 18:38:35 +02:00
Mohammed Sadiq 60e2a9ae0f
gnu: Add gnome-clocks.
* gnu/packages/gnome.scm (gnome-clocks): New public variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-23 18:35:24 +02:00
Mohammed Sadiq 0ec171ecb4
gnu: Add gsound.
* gnu/packages/gnome.scm (gsound): New public variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-23 18:35:24 +02:00
Mohammed Sadiq 1d3fcf944a
gnu: libgweather: Enable vala support.
* gnu/packages/gnome.scm (libgweather)[native-inputs]: Add vala.
(libgweather)[arguments]: Install vala bindings into out.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-23 18:35:24 +02:00
Dave Love 8a001de8b7
gnu: Add ibutils.
* gnu/packages/fabric-management.scm (ibutils): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-23 18:35:24 +02:00
Dave Love 3f82586aa3
gnu: Add infiniband-diags.
* gnu/packages/fabric-management.scm (infiniband-diags): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-23 18:35:24 +02:00
Dave Love 468d2a2a00
gnu: Add opensm.
* gnu/packages/fabric-management.scm: New file.
* gnu/local.mk: Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-23 18:35:24 +02:00
ng0 a35e00336b
gnu: gnurl: Update to 7.55.1-4.
* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-4.
(native-inputs): Remove 'autoconf' and 'automake'.
(arguments)[phases]: Remove 'autoconf' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-23 18:35:23 +02:00
Tobias Geerinckx-Rice a0b80a5718
gnu: python-unidecode: Fix typo in description.
* gnu/packages/python.scm (python-unidecode)[description]: Fix typo.
2017-09-23 14:12:52 +02:00
Tobias Geerinckx-Rice c37f58b75a
gnu: python-unidecode: Update to 0.04.21.
* gnu/packages/python.scm (python-unidecode): Update to 0.04.21.
2017-09-23 14:12:51 +02:00
Ben Woodcroft 8c864901b6
gnu: proteinortho: Update to 5.16b.
* gnu/packages/bioinformatics.scm (proteinortho): Update to 5.16b.
2017-09-23 18:10:14 +10:00
Feng Shu a4314af5e6
gnu: you-get: Update to 0.4.915.
* gnu/packages/video.scm (you-get): Update to 0.4.915.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-09-22 19:23:26 +02:00
Rutger Helling 6e83592aff
gnu: xpra: Update to 2.1.2.
* gnu/packages/xorg.scm (xpra): Update to 2.1.2.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-09-22 19:23:26 +02:00
Marius Bakke 0193812a3d
gnu: bitcoin-core: Build with modular Qt.
* gnu/packages/finance.scm (bitcoin-core)[native-inputs]: Add QTTOOLS.
[inputs]: Remove QT.  Add QTBASE.
[arguments]: Specify paths to "lrelease" and "lupdate" in #:configure-flags.
2017-09-22 19:07:57 +02:00
Marius Bakke 12ae25db45
gnu: bitcoin-core: Update to 0.15.0.1.
* gnu/packages/finance.scm (bitcoin-core): Update to 0.15.0.1.
2017-09-22 19:04:21 +02:00
Marius Bakke ee130d0c5f
gnu: libraw: Update to 0.18.5 [fixes CVE-2017-13735, CVE-2017-14265].
* gnu/packages/photo.scm (libraw): Update to 0.18.5.
2017-09-22 19:04:21 +02:00
Marius Bakke bee98a9f85
gnu: libsodium: Update to 1.0.14.
* gnu/packages/crypto.scm (libsodium): Update to 1.0.14.
[source, home-page]: Use HTTPS.
2017-09-22 19:04:21 +02:00
Ludovic Courtès 8a7d81a5e2
uuid: Add a parser for FAT32 UUIDs.
* gnu/system/uuid.scm (%fat32-uuid-rx): New variable.
(string->fat32-uuid): New procedure.
(%uuid-parsers): Add it.
* tests/uuid.scm ("uuid, FAT32, format preserved"): New test.
2017-09-22 18:40:57 +02:00
Ludovic Courtès 60e36bff1f
gnu: r-adaptivesparsity: Add dependency on Armadillo.
Fixes a link error whereby -larmadillo would not be found.

* gnu/packages/machine-learning.scm (r-adaptivesparsity)[inputs]: New
field.
2017-09-22 18:40:57 +02:00
Arun Isaac c0959cc952
gnu: openttd-opengfx: Disable parallel build.
* gnu/packages/games.scm (openttd-opengfx)[arguments]: Set #:parallel-build?
to #f.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-09-22 08:04:33 -04:00
Arun Isaac 857b2f53bd
gnu: openttd: Include openttd-openmsx and openttd-opensfx.
* gnu/packages/games.scm (openttd-opengfx)[arguments]: Change installation
directory from /share/openttd/baseset/opengfx to
/share/games/openttd/baseset/opengfx.
(openttd-engine)[arguments]: Support #:configure-flags keyword argument in
'configure' phase.
(openttd)[inputs]: Add timidity++.
[native-inputs]: Add openttd-openmsx and openttd-opensfx.
[arguments]: Configure with timidity as MIDI player. Install data from
openttd-openmsx and openttd-opensfx.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-09-22 08:04:33 -04:00
Arun Isaac 823e121848
gnu: Add openttd-openmsx.
* gnu/packages/games.scm (openttd-openmsx): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-09-22 08:04:33 -04:00
Arun Isaac c17b079043
gnu: Add openttd-opensfx.
* gnu/packages/games.scm (openttd-opensfx): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-09-22 08:04:32 -04:00
Arun Isaac 3c399e9b60
gnu: Add catcodec.
* gnu/packages/game-development.scm (catcodec): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-09-22 08:04:24 -04:00
Ricardo Wurmus 9fc513ad10
gnu: Use xxd instead of vim.
* gnu/packages/audio.scm (faust-2)[native-inputs]: Replace vim with xxd.
* gnu/packages/avr.scm (microscheme)[native-inputs]: Likewise.
* gnu/packages/bioinformatics.scm (star)[native-inputs]: Likewise.
* gnu/packages/disk.scm (dosfstools)[native-inputs]: Likewise.
* gnu/packages/package-management.scm (diffoscope)[inputs]: Likewise.
2017-09-22 12:21:09 +02:00
Ricardo Wurmus b0a1d7ef7d
gnu: Add xxd.
* gnu/packages/vim.scm (xxd): New variable.
2017-09-22 12:21:09 +02:00
Danny Milosavljevic b43b9acf15
build: Do not store two copies of the ISO-9660 superblock anymore.
* gnu/build/vm.scm (make-iso9660-image): Do not store two copies of the
ISO-9660 superblock anymore.
2017-09-22 04:03:52 +02:00
Mark H Weaver 0920205391
gnu: linux-libre: Update to 4.13.3.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.3.
(%linux-libre-hash): Update hash.
2017-09-21 18:56:56 -04:00
Mark H Weaver e689192df5
gnu: linux-libre@4.9: Update to 4.9.51.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.51.
2017-09-21 18:56:25 -04:00
Mark H Weaver b9ebf1da7a
gnu: linux-libre@4.1: Update to 4.1.44.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.44.
2017-09-21 18:55:36 -04:00
Ludovic Courtès 94d2a25091
services: network-manager: Add support for VPN plug-ins.
* gnu/services.scm (directory-union): Export.
* gnu/services/networking.scm (<network-manager-configuration>)[vpn-plugins]:
New field.
(vpn-plugin-directory, network-manager-environment): New procedure.
(network-manager-shepherd-service): Pass #:environment-variables to
'make-forkexec-constructor'.
(network-manager-service-type): Add SESSION-ENVIRONMENT-SERVICE-TYPE
extension.
* doc/guix.texi (Networking Services): Document it.
2017-09-22 00:05:08 +02:00
Ludovic Courtès fbc31dc124
services: Move 'session-environment-service-type' to pam.scm.
* gnu/services/base.scm (environment-variables->environment-file)
(session-environment-service-type)
(session-environment-service): Move to...
* gnu/system/pam.scm: ... here.
2017-09-22 00:05:08 +02:00
Ludovic Courtès db4e8fd5d4
system: <boot-parameters> does not use "/dev" device names.
Fixes <https://bugs.gnu.org/28445>.
Reported by Mark H Weaver and Roel Janssen.

* gnu/system.scm (read-boot-parameters)[ensure-not-/dev]: New procedure.
Use it.
2017-09-21 22:30:59 +02:00
Marius Bakke 9b0215deb9
gnu: libuv: Update to 1.14.1.
* gnu/packages/libevent.scm (libuv): Update to 1.14.1.
[source]: Download from dist.libuv.org.
2017-09-21 21:10:28 +02:00
Marius Bakke e0afc09de4
gnu: curl: Update to 7.55.1.
* gnu/packages/patches/curl-bounds-check.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/curl.scm (curl): Update to 7.55.1.
[replacement]: Remove field.
[source]: Use '.xz' tarball.
(curl-7.55.0): Remove variable.
2017-09-21 20:53:15 +02:00
Marius Bakke efa0ba499e
Merge branch 'master' into staging 2017-09-21 20:34:49 +02:00
Marius Bakke e2a95f8b16
gnu: vim: Update to 8.0.1130.
* gnu/packages/vim.scm (vim): Update to 8.0.1130.
2017-09-21 20:34:09 +02:00