Commit Graph

17219 Commits (942c4f812abbaddd429ed1c57113e8c7aa8116ec)

Author SHA1 Message Date
Marius Bakke 099c9fdae6
gnu: raptor2: Fix heap overflow bug.
* gnu/packages/patches/raptor2-heap-overflow.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/rdf.scm (raptor2): Use it.
2017-06-09 01:16:55 +02:00
Ludovic Courtès dfcd02c0f6
gnu: artanis: Update to 0.2.1.
* gnu/packages/guile.scm (artanis): Update to 0.2.1.
[inputs]: Switch to GUILE-2.2.
[arguments]: Adjust #:make-flags for Guile 2.2.  Take .go files from
lib/guile/2.2.  Add 'wrap-art' phase.
* gnu/packages/patches/artanis-fix-Makefile.in.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-06-08 23:54:56 +02:00
Ludovic Courtès ea4678a427
gnu: gnuastro: Update to 0.3.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.3.
Adjust as suggested by 'guix lint'.
2017-06-08 23:33:31 +02:00
Julien Lepiller 525da27c25
gnu: php: Update to 7.1.6.
* gnu/packages/php.scm (php): Update to 7.1.6.
2017-06-08 23:16:28 +02:00
Kei Kebreau 28c9873800
gnu: minetest: Update to 0.4.16.
* gnu/packages/games.scm (minetest-data, minetest): Update to 0.4.16.
2017-06-08 15:59:17 -04:00
Leo Famulari 6175937011
gnu: certbot, python-acme: Update to 0.15.0.
* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.15.0.
(python-acme, python2-acme)[arguments]: Remove 'patch-dependency' phase.
This issue was fixed upstream:
d0e471dc80
2017-06-08 15:53:49 -04:00
Hartmut Goebel 1e0ae3b352
gnu: kde.scm, kde-frameworks.scm: Add and update comments.
* gnu/packages/kde-frameworks.scm
  (kpackage,plasma-framework)[arguments]: Update comment (number of failed
  tests).
  (kdeclarative)[arguments]<#:phases>: Update comment.
  (bluez-qt,knotifications,kpty,ktexteditor,ktextwidgets,solid)[inputs]: Add a
  todo comment.
  (kguiaddons): Add a todo comment.
  (phonon)[native-inputs]: Add a todo comment.
* gnu/packages/kde-frameworks.scm (kauth)[arguments]<#:phases>: Add a todo
  comment.
2017-06-08 19:14:05 +02:00
Hartmut Goebel ed4a3ec68c
gnu: kwindowsystem: Fix some test-cases (test-suite still disabled).
Make five tests pass, three are still failing – thus the test-suite is still
disabled. This commit's aim is to retain the progress.

* gnu/packages/kde-frameworks.scm (kwindowsystem)[native-inputs]: Add dbus.
  [arguments]<#:test?>: Change comment. <#:phases>: Replace phase `check` by
  new one befind 'install'.
2017-06-08 18:59:53 +02:00
Hartmut Goebel 3406d0b3a9
gnu: kwidgetsaddons: Re-enable tests.
* gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Test-suite
   is now passing; reenable it.
2017-06-08 18:59:52 +02:00
Hartmut Goebel 9ebffc504d
gnu: kiconthemes: Re-enable tests.
* gnu/packages/kde-frameworks.scm (kiconthemes)[arguments]: Test-suite
  is now passing; reenable it.
2017-06-08 18:59:51 +02:00
Hartmut Goebel 51361afd78
gnu: kwallet: Use gpgme instead of gpgmepp.
The C++-bindings are part of gpgme since version 1.7.

* gnu/packages/kde-frameworks.scm(kwallet)[inputs]: Replace gpgmepp by
  gpgme.
2017-06-08 18:59:50 +02:00
Hartmut Goebel 73577a66f1
gnu: gpgmepp: Superseded by gpgme.
The C++-bindings are part of gpgme since version 1.7.

* gnu/packages/kde-frameworks.scm (gpgmepp)[properties]: New field.
2017-06-08 18:59:49 +02:00
Hartmut Goebel ab313cd0ba
gnu: sonnet: Add optional input (spell-checker).
* gnu/packages/kde-frameworks.scm (sonnet)[inputs]: Add hunspell; add
  todo comment for other language's spell-checker.
2017-06-08 18:59:49 +02:00
Hartmut Goebel 73a3598df8
gnu: kpackage: Add more optional inputs.
* gnu/packages/kde-frameworks.scm (kpackage)[inputs]: Add kdoctools.
2017-06-08 18:59:47 +02:00
Hartmut Goebel faec8b8f07
gnu: plasma-framework: Add more optional inputs.
* gnu/packages/kde-frameworks.scm (plasma-frameworks)[native-inputs]: Add
  pkg-config. [inputs]: Add kwayland.
2017-06-08 18:59:46 +02:00
Hartmut Goebel 37aa54b722
gnu: ktexteditor: Add more optional inputs.
* gnu/packages/kde-frameworks.scm (ktexteditor)[native-inputs]: Add
  pkg-config.
2017-06-08 18:59:46 +02:00
Hartmut Goebel 7cf6793b4e
gnu: kinit: Add more optional inputs.
* gnu/packages/kde-frameworks.scm (kinit)
  [native-inputs]: Add pkg-config.
  [inputs]: Add kdoctools, libcap.
2017-06-08 18:59:45 +02:00
Hartmut Goebel 786cb78386
gnu: kio: Add more optional and recommended inputs.
* gnu/packages/kde-frameworks.scm (kio)[inputs]: Add mit-krb5, qtscript.
2017-06-08 18:59:44 +02:00
Hartmut Goebel 92605669e1
gnu: kimageformats: Add more optional and recommended inputs.
* gnu/packages/kde-frameworks.scm (kimageformats)
  [native-inputs]: Add pkg-config.
  [inputs]: Add karchive, openexr.
  [arguments]<#:configure-flags>: Set include-flags.
2017-06-08 18:59:43 +02:00
Hartmut Goebel 03ac48248b
gnu: kde frameworks: Avoid requiring xorg-server for tests.
Some packages started a x.org server for testing, which can be
avoided by setting QT_QPA_PLATFORM=offscreen.

* gnu/packages/kde-frameworks.scm (kitemmodels)
  [native-inputs]: Remove xorg-server.
  [arguments]<#phases> 'start-xorg-server' replace by 'check-setup'.
  (kplotting, kcrash, kimageformats): Likewise.
  (kitemviews)[native-inputs]: Remove xorg-server.
  [arguments]<#phases> 'start-xorg-server': Remove phase; 'check-setup':
  set QT_QPA_PLATFORM=offscreen.
2017-06-08 18:59:42 +02:00
Hartmut Goebel 72b073ca9e
gnu: kcompletion: Remove unused native input.
The xorg server is not required since change
548f99b3e0.

* gnu/packages/kde-frameworks.scm (kcompletion)[native-inputs]: Remove
  xorg-server.
2017-06-08 18:59:41 +02:00
Hartmut Goebel 0cd3e818e7
gnu: kitemmodels: Add more optional inputs.
* gnu/packages/kde-frameworks.scm (kitemmodels)[inputs]: Add qtdeclarative.
2017-06-08 18:59:40 +02:00
Hartmut Goebel 986447c8a6
gnu: kguiaddons: Remove unused native input.
The xorg server is not required since change
1de5b667f8.

* gnu/packages/kde-frameworks.scm (kguiaddons)[native-inputs]: Remove
  xorg-server.
2017-06-08 18:59:39 +02:00
Hartmut Goebel e7aab77362
gnu: kguiaddons: Add more optional inputs.
* gnu/packages/kde-frameworks.scm (kguiaddons)
  [native-inputs]: Add pkg-config. [inputs]:Add qtx11extras.
2017-06-08 18:59:38 +02:00
Marius Bakke 30e760f0cf
gnu: gnome-shell: Fix startup failure.
Fixes <https://bugs.gnu.org/27264>.

* gnu/packages/gnome.scm (gnome-shell)[inputs]: Add LIBRSVG and GEOCLUE.
2017-06-08 18:26:58 +02:00
Marius Bakke 758798a9cb
gnu: geoclue: Create typelib files.
* gnu/packages/gnome.scm (geoclue)[native-inputs]: Add GOBJECT-INTROSPECTION.
2017-06-08 18:26:57 +02:00
Mathieu Othacehe 8b22107e5d
bootloader: Use menu-entry to define custom bootloader entries.
* gnu/bootloader.scm (<menu-entry>): New variable. Export associated getters,
This record is extracted from grub module.
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Use
  menu-entry->boot-parameters to convert menu-entry records to
  boot-parameters.
* gnu/bootloader/grub.scm (<menu-entry>): Remove.
(boot-parameters->menu-entry): Remove.
(grub-configuration-file): Use boot-parameters to create configuration
entries.
* gnu/system.scm (menu-entry->boot-parameters): New exported procedure.
2017-06-08 16:29:29 +02:00
Maxim Cournoyer 45f523d9f0
gnu: emacs: Fix ert-runner by adding 'reporters' subdirectory.
Previous this change, ert-runner would fail with error:
"Invalid reporter: dot".

* gnu/packages/emacs.scm (ert-runner)[include]: Add regexp to match elisp
files under the 'reporters' subdirectory.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-08 19:56:17 +05:30
Rutger Helling dfe93c9ac0
gnu: Add nftables.
* gnu/packages/linux.scm (nftables): New variable

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-06-08 09:40:14 -04:00
Clément Lassieur 4391a0295e
gnu: the-silver-searcher: Update to 2.0.0.
* gnu/packages/code.scm (the-silver-searcher): Update to 2.0.0.
2017-06-08 11:27:51 +02:00
Ben Woodcroft f69ff11af7
gnu: diamond: Update to 0.9.6.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.6.
2017-06-08 09:39:23 +10:00
Mark H Weaver 1577a65809
gnu: guile-2.2: Increase max-silent-time to 6 hours.
* gnu/packages/guile.scm (guile-2.2)[properties]: Increase max-silent-time
to 6 hours.
2017-06-07 19:13:59 -04:00
Mark H Weaver f45878a80d
mapped-devices: Cope with delayed appearance of LUKS source.
Fixes <https://bugs.gnu.org/27242>.

* gnu/system/mapped-devices.scm (open-luks-device): If
'find-partition-by-luks-uuid' fails, try again once per second, up to ten
times.
2017-06-07 19:03:03 -04:00
Clément Lassieur 517c66c03d
gnu: livemedia-utils: Change source URL to one that is archived.
* gnu/packages/video.scm (livemedia-utils)[source]: Change it.
2017-06-08 00:42:56 +02:00
Mark H Weaver 9a68fb6c30
gnu: Rename 's' to 's-shell'.
* gnu/packages/shells.scm (s): Rename to ...
(s-shell): ... this.
[name]: Change to "s-shell".
2017-06-07 18:18:39 -04:00
Leo Famulari 94db92f78e
artwork: Use a descriptive name for the source directory.
* gnu/artwork.scm (%artwork-repository): Set a descriptive file-name and
use the full commit hash when fetching.
2017-06-07 15:58:16 -04:00
Christopher Baines fe4e0b0ae7
gnu: Add packagekit.
* gnu/packages/freedesktop.scm (packagekit): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-07 14:55:17 +02:00
Nicolas Goaziou 8a7304d609
gnu: emacs-org: Update to 20170606.
* gnu/packages/emacs.scm (emacs-org): Update to 20170606.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-07 14:13:47 +02:00
Clément Lassieur e71789963f
gnu: livemedia-utils: Update to 2017.06.04.
* gnu/packages/video.scm (livemedia-utils): Update to 2017.06.04.
2017-06-07 10:51:57 +02:00
Danny Milosavljevic c6aee77e29
file-systems: Use creation time if modification time is unset for ISO9660.
* gnu/build/file-systems.scm (iso9660-superblock-uuid): Modify.
2017-06-07 08:34:52 +02:00
Leo Famulari 15df12beae
gnu: perl: Fix CVE-2017-6512 in File::Path.
* gnu/packages/perl.scm (perl)[replacement]: New field.
(perl/fixed): New variable.
* gnu/packages/patches/perl-file-path-CVE-2017-6512.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-06-06 20:59:12 -04:00
Leo Famulari 9c8fb06e4c
gnu: perl-file-path: Update to 2.13.
This fixes CVE-2017-6512.

* gnu/packages/perl.scm (perl-file-path): Update to 2.13.
2017-06-06 20:59:08 -04:00
Marius Bakke 2ad7919da6
gnu: signify: Update to 21.
* gnu/packages/crypto.scm (signify): Update to 21.
2017-06-07 00:50:06 +02:00
Marius Bakke a8d2750ec5
gnu: feh: Update to 2.19.
* gnu/packages/image-viewers.scm (feh): Update to 2.19.
2017-06-07 00:50:06 +02:00
Marius Bakke 1ce1050d59
gnu: ffmpeg@2.8: Update to 2.8.12.
* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.12.
2017-06-07 00:50:05 +02:00
Marius Bakke a2265ea316
gnu: libnl: Update to 3.3.0.
Since version 3.2.5, signed tarballs are distributed via GitHub. See e.g.
release announcements:
https://lists.infradead.org/pipermail/libnl/2017-May/002313.html
The home page is somewhat outdated, but still hosts mailing lists and git mirror.

* gnu/packages/linux.scm (libnl): Update to 3.3.0.
[source]: Switch to new release URL.
2017-06-07 00:50:05 +02:00
Marius Bakke f608f40c35
gnu: irssi: Update to 1.0.3.
* gnu/packages/irc.scm (irssi): Update to 1.0.3.
2017-06-07 00:03:54 +02:00
Kei Kebreau 89b8df9765
gnu: maxima: Update to 5.40.0.
* gnu/packages/maths.scm (maxima): Update to 5.40.0.
2017-06-06 16:58:23 -04:00
Julien Lepiller 50cbbc9bd4
gnu: coq: Add search-paths for coq libraries.
* gnu/packages/ocaml.scm (coq)[native-search-paths]: New field.
2017-06-06 21:10:09 +02:00
Julien Lepiller 61bafd4477
gnu: Add ocaml-hex.
* gnu/packages/ocaml.scm (ocaml-hex): New variable.
2017-06-06 21:10:06 +02:00
Julien Lepiller 0090b89564
gnu: Add ocaml-cstruct.
* gnu/packages/ocaml.scm (ocaml-cstruct): New variable.
2017-06-06 21:10:03 +02:00
Julien Lepiller 9059d856d2
gnu: Add ocaml-ocplib-endian.
* gnu/packages/ocaml.scm (ocaml-ocplib-endian): New variable.
2017-06-06 21:10:00 +02:00
Julien Lepiller 84470902dc
gnu: Add ocaml-async.
* gnu/packages/ocaml.scm (ocaml-async): New variable.
2017-06-06 21:09:57 +02:00
Julien Lepiller d7f6d048b1
gnu: Add ocaml-async-extra.
* gnu/packages/ocaml.scm (ocaml-async-extra): New variable.
2017-06-06 21:09:54 +02:00
Julien Lepiller 7f1620df14
gnu: Add ocaml-async-unix.
* gnu/packages/ocaml.scm (ocaml-async-unix): New variable.
2017-06-06 21:09:51 +02:00
Julien Lepiller 4a5fd87203
gnu: Add ocaml-core.
* gnu/packages/ocaml.scm (ocaml-core): New variable.
2017-06-06 21:09:48 +02:00
Julien Lepiller cf28a731c6
gnu: Add ocaml-async-rpc-kernel.
* gnu/packages/ocaml.scm (ocaml-async-rpc-kernel): New variable.
2017-06-06 21:09:46 +02:00
Julien Lepiller e31ee74d91
gnu: Add ocaml-async-kernel.
* gnu/packages/ocaml.scm (ocaml-async-kernel): New variable.
2017-06-06 21:09:43 +02:00
Julien Lepiller 52485163f3
gnu: Add ocaml-core-kernel.
* gnu/packages/ocaml.scm (ocaml-core-kernel): New variable.
2017-06-06 21:09:09 +02:00
Tobias Geerinckx-Rice de3108835c
gnu: dovecot: Update to 2.2.30.2.
* gnu/packages/mail.scm (dovecot): Update to 2.2.30.2.
2017-06-06 19:32:55 +02:00
Hartmut Goebel 6b982a7846
gnu: Add qgpgme.
* gnu/packages/gnupg.scm (qgpgme): New variable.
2017-06-06 14:03:38 +02:00
Tobias Geerinckx-Rice 4604a98855
gnu: knot: Update to 2.4.4.
* gnu/packages/dns.scm (knot): Update to 2.4.4.
2017-06-06 12:30:52 +02:00
Kei Kebreau be4d26f559
gnu: python-tmx: Fix source URL.
* gnu/packages/game-development.scm (python-tmx)[origin]: Add missing
subdirectory to URL.
2017-06-05 18:51:22 -04:00
Ludovic Courtès c84aca6546
gnu: gdb: Update to 8.0.
* gnu/packages/gdb.scm (gdb): Update to 8.0.
2017-06-05 23:52:41 +02:00
Ludovic Courtès 9cbc9d8612
gnu: global: Update to 6.5.7.
* gnu/packages/code.scm (global): Update to 6.5.7.
2017-06-05 23:52:41 +02:00
Ludovic Courtès d7c5aac1b1
gnu: openscenegraph: Tweak description.
* gnu/packages/graphics.scm (openscenegraph)[description]: Remove "open
source".  Use en_US spelling.
2017-06-05 23:52:41 +02:00
Kei Kebreau 1819fd2cd9
gnu: liboauth: Correct synopsis and description.
* gnu/packages/web.scm (liboauth): Correct them.
2017-06-05 11:41:29 -04:00
David Thompson 3535181f80
gnu: tiled: Update to 1.0.0.
* gnu/packages/game-development.scm (tiled): Update to 1.0.0.
2017-06-05 11:16:10 -04:00
Arun Isaac a3d3b7a4e1
gnu: Add js-mathjax.
* gnu/packages/javascript.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/javascript.scm (js-mathjax): New variable.
2017-06-05 19:16:06 +05:30
Arun Isaac 6bce59552f
gnu: Add font-mathjax.
* gnu/packages/fonts.scm (font-mathjax): New variable.
2017-06-05 19:16:05 +05:30
Tobias Geerinckx-Rice 044daaabe6
gnu: youtube-dl: Update to 2017.05.07.
* gnu/packages/video.scm (youtube-dl): Update to 2017.05.07.
2017-06-05 15:23:44 +02:00
Marius Bakke 7379a14617
gnu: git: Update to 2.13.1.
* gnu/packages/version-control.scm (git): Update to 2.13.1.
2017-06-05 15:17:42 +02:00
Marius Bakke 00c5e3e5fc
gnu: xf86-input-wacom: Update to 0.34.2.
* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.34.2.
[source]: Remove obsolete patch.
* gnu/packages/patches/xf86-input-wacom-xorg-abi-25.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-06-05 14:58:01 +02:00
Marius Bakke 0c70d8097f
gnu: libwacom: Update to 0.25.
* gnu/packages/xdisorg.scm (libwacom): Update to 0.25.
2017-06-05 14:54:37 +02:00
Marius Bakke 22ffa153f2
gnu: ethtool: Update to 4.11.
* gnu/packages/networking.scm (ethtool): Update to 4.11.
2017-06-05 14:36:44 +02:00
Marius Bakke 025817a558
gnu: iproute2: Update to 4.11.0.
* gnu/packages/linux.scm (iproute): Update to 4.11.0.
2017-06-05 14:36:43 +02:00
Tobias Geerinckx-Rice 9cf9f7a886
gnu: libconfuse: Update to 3.2.
* gnu/packages/wm.scm (libconfuse): Update to 3.2.
2017-06-05 13:51:15 +02:00
Tobias Geerinckx-Rice 2d53c506de
gnu: exfat-tools: Update to 1.2.7.
* gnu/packages/mtools.scm (exfat-tools): Update to 1.2.7.
2017-06-05 13:51:15 +02:00
Tobias Geerinckx-Rice be90008220
gnu: fuse-exfat: Update to 1.2.7.
* gnu/packages/linux.scm (fuse-exfat): Update to 1.2.7.
2017-06-05 13:51:15 +02:00
Ludovic Courtès 3bee4b6196
services: guix: Add 'max-silent-time' and 'timeout'.
* gnu/services/base.scm (<guix-configuration>)[max-silent-time]
[timeout]: New fields.
(guix-shepherd-service): Honor them.
* doc/guix.texi (Base Services): Document them.
2017-06-05 01:42:38 +02:00
Ludovic Courtès 368680d819
gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix): Update to de9d8f0.
2017-06-05 01:42:38 +02:00
Marius Bakke f484a50d50
Merge branch 'staging' 2017-06-05 00:36:11 +02:00
Leo Famulari 0efea21288
gnu: imagemagick: Update to 6.9.8-9.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.8-9.
2017-06-04 17:20:57 -04:00
Marius Bakke 6cb5476a3e
gnu: libass: Update to 0.13.7.
* gnu/packages/video.scm (libass): Update to 0.13.7.
2017-06-04 23:16:02 +02:00
Ludovic Courtès fb976ada5b
gnu: libssh: Update to 0.7.5.
* gnu/packages/ssh.scm (libssh): Update to 0.7.5.
[source](patches): New field.
2017-06-04 23:00:32 +02:00
Marius Bakke de6f6efd73
gnu: ruby-ae: Fix build failure with ruby@2.4.0.
* gnu/packages/ruby.scm (ruby-ae)[arguments]<#:phases>: Add 'replace-broken-symlink'.
2017-06-04 22:54:40 +02:00
Marius Bakke 0899352f97
gnu: ruby-ansi: Fix build failure with ruby@2.4.0.
* gnu/packages/ruby.scm (ruby-ansi)[arguments]<#:phases>: Add 'replace-broken-symlink'.
2017-06-04 22:46:10 +02:00
Marius Bakke a793862592
gnu: ruby-net-ssh: Update to 4.1.0.
* gnu/packages/ruby.scm (ruby-net-ssh): Update to 4.1.0.
[native-inputs]: Add BUNDLER.
2017-06-04 22:25:23 +02:00
Marius Bakke 71153ef12c
gnu: ruby-pg: Update to 0.20.0.
* gnu/packages/ruby.scm (ruby-pg): Update to 0.20.0.
2017-06-04 22:17:20 +02:00
Marius Bakke 39d4d6f675
gnu: ruby-ox: Update to 2.5.0.
* gnu/packages/ruby.scm (ruby-ox): Update to 2.5.0.
2017-06-04 22:11:15 +02:00
Manolis Ragkousis 6bf11392f9
gnu: Add openscenegraph.
* gnu/packages/graphics.scm (openscenegraph): New variable.
* gnu/packages/patches/openscenegraph-ffmpeg3.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
2017-06-04 21:57:08 +03:00
Leo Famulari cc24bf98bd
gnu: Add spiped.
* gnu/packages/networking.scm (spiped): New variable.
2017-06-04 12:35:46 -04:00
Manolis Ragkousis 9e6ada8f87
gnu : Add unshield.
* gnu/packages/compression.scm (unshield): New variable.
2017-06-04 18:07:45 +03:00
ng0 0e4591bb69
gnu: Add s.
* gnu/packages/shells.scm (s): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-06-04 10:45:06 -04:00
ng0 17cf788ffa
gnu: Add linenoise.
* gnu/packages/shells.scm (linenoise): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-06-04 10:45:06 -04:00
Danny Milosavljevic 543c5f3fda
gnu: Add python-flasgger.
* gnu/packages/python.scm (python-flasgger, python2-flasgger): New variables.
2017-06-04 15:42:04 +02:00
Danny Milosavljevic 635b3636e2
gnu: Add python-apispec.
* gnu/packages/python.scm (python-apispec, python2-apispec): New variables.
2017-06-04 15:41:58 +02:00
Danny Milosavljevic d270df8d62
gnu: Add python-bottle.
* gnu/packages/python.scm (python-bottle, python2-bottle): New variables.
2017-06-04 15:41:53 +02:00
Danny Milosavljevic 235bc01b28
gnu: Add python-marshmallow.
* gnu/packages/python.scm (python-marshmallow, python2-marshmallow):
New variables.
2017-06-04 15:41:48 +02:00
Danny Milosavljevic 620b59eac9
gnu: Add python-flex.
* gnu/packages/python.scm (python-flex, python2-flex): New variables.
2017-06-04 15:41:42 +02:00
Danny Milosavljevic 0960bf8b39
gnu: Add python-validate-email.
* gnu/packages/python.scm (python-validate-email, python2-validate-email):
New variables.
2017-06-04 15:41:37 +02:00
Danny Milosavljevic 7d88093f42
gnu: Add python-rfc3987.
* gnu/packages/python.scm (python-rfc3987, python2-rfc3987): New variables.
2017-06-04 15:41:30 +02:00
Danny Milosavljevic 1e92287d41
gnu: Add python-jsonpointer.
* gnu/packages/python.scm (python-jsonpointer, python2-jsonpointer):
New variables.
2017-06-04 15:41:02 +02:00
Muriithi Frederick Muriuki 7e488f9991
gnu: Add python-nose-randomly.
* gnu/packages/python.scm (python-nose-randomly, python2-nose-randomly): New
variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-04 14:48:18 +02:00
Muriithi Frederick Muriuki 5786b47c7e
gnu: Add python2-steadymark.
* gnu/packages/python.scm (python2-steadymark): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-04 14:42:29 +02:00
Muriithi Frederick Muriuki 511b47dec2
gnu: Add python-misaka.
* gnu/packages/python.scm (python-misaka, python2-misaka): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-04 14:38:49 +02:00
Muriithi Frederick Muriuki a0ffc701d4
gnu: Add python2-couleur.
* gnu/packages/python.scm (python2-couleur): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-04 14:28:58 +02:00
Muriithi Frederick Muriuki 50d586f6df
gnu: Add python-sure.
* gnu/packages/python.scm (python-sure, python2-sure): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-04 14:18:43 +02:00
Marius Bakke 2c320d5175
gnu: kodi: Update to 18.0_alpha-6-f22d62d.
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-6-f22d62d.
2017-06-04 13:49:23 +02:00
Hartmut Goebel c1151ecf80
gnu: Add git-repo.
* gnu/packages/android.scm (git-repo): New variable.
2017-06-04 11:22:26 +02:00
Clément Lassieur 72b6a89467
gnu: vlc: Use libdvbpsi.
* gnu/packages/video.scm (vlc)[inputs]: Add libdvbpsi.
2017-06-04 10:11:29 +02:00
Clément Lassieur 0dff4dd986
gnu: Add libdvbpsi.
* gnu/packages/video.scm (libdvbpsi): New variable.
2017-06-04 10:11:29 +02:00
Clément Lassieur 2aaa57294e
gnu: vlc: Use livemedia-utils.
* gnu/packages/video.scm (vlc)[inputs]: Add livemedia-utils.
[native-inputs]: Add autoconf, automake and libtool.
[arguments]: Add bootstrap and fix-livemedia-utils-prefix phases.
2017-06-04 10:11:29 +02:00
Clément Lassieur fa379a5b45
gnu: Add livemedia-utils.
* gnu/packages/video.scm (livemedia-utils): New variable.
2017-06-04 10:11:29 +02:00
Jan Nieuwenhuizen d5cb2ac7f9
gnu: mes: Update to 0.7.
* gnu/packages/mes.scm (mes): Update to 0.7.
2017-06-04 07:17:17 +02:00
Jan Nieuwenhuizen a11f1170ae
gnu: nyacc: Update to 0.79.4.
* gnu/packages/mes.scm (nyacc): Update to 0.79.4.
2017-06-04 07:17:10 +02:00
Leo Famulari 8b5cb8d054
gnu: qemu: Fix CVE-2017-{8112,8309,8379,8380}.
* gnu/packages/patches/qemu-CVE-2017-8112.patch,
gnu/packages/patches/qemu-CVE-2017-8309.patch,
gnu/packages/patches/qemu-CVE-2017-8379.patch,
gnu/packages/patches/qemu-CVE-2017-8380.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/qemu.scm (qemu)[source]: Use them.
2017-06-03 20:50:10 -04:00
Sergei Trofimovich 34cfeca84e
gnu: libgit2: Fix Clar test framework.
This commit reverts 'patch' hack introduced in
a48a1071a6 and fixes bug in the Clar test
framework.

Patch is proposed to Clar upstream as
<https://github.com/vmg/clar/pull/78>.

* gnu/local.mk: Add libgit2-0.25.1-mtime-0.patch.
* gnu/packages/patches/libgit2-0.25.1-mtime-0.patch: New file.
* gnu/packages/version-control.scm (libgit2)[arguments]:
Remove 'apply-patch' phase.
[inputs]: Remove "patch".
[source]: Add 'patches' field.

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-04 00:56:18 +02:00
Kei Kebreau 20214f7115
gnu: Add cataclysm-dda.
* gnu/packages/games.scm (cataclysm-dda): New variable.
2017-06-03 18:29:43 -04:00
Efraim Flashner 8d2832e3f4
gnu: allegro: Update to 5.2.2.0.
* gnu/packages/game-development.scm (allegro): Update to 5.2.2.0.
2017-06-03 23:53:26 +03:00
Efraim Flashner 3a12e21c1c
gnu: allegro: Update source uris.
* gnu/packages/game-development.scm (allegro@5.2, allegro@5.0,
allegro@4.4)[source]: Update source uris.
2017-06-03 23:53:18 +03:00
Danny Milosavljevic fb03f44bb1
file-systems: Improve error handling in the iso9660 case - fixes boot problem.
* gnu/build/file-systems.scm (read-iso9660-superblock): Modify.
2017-06-03 22:10:23 +02:00
Efraim Flashner b92e8da0a8
gnu: freeciv: Update to 2.5.7.
* gnu/packages/games.scm (freeciv): Update to 2.5.7.
[source]: Update uri list.
2017-06-03 22:44:37 +03:00
Julien Lepiller 98d6cdda37
gnu: Remove old vtk module dependence in image-processing.scm.
* gnu/packages/image-processing.scm: Remove old vtk module dependence.
2017-06-03 18:19:07 +02:00
Rutger Helling f885fc754a
gnu: wine: Update to 2.9
* gnu/packages/wine.scm (wine): Update to 2.9

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-06-03 11:54:33 -04:00
Marius Bakke ac1560f18c
gnu: slop: Update to 6.3.41.
* gnu/packages/xdisorg.scm (slop): Update to 6.3.41.
2017-06-03 17:35:49 +02:00
Tobias Geerinckx-Rice a280232f41
gnu: mcelog: Update to 152.
* gnu/packages/linux.scm (mcelog): Update to 152.
2017-06-03 16:50:25 +02:00
Mark H Weaver e35a76f670
gnu: linux-libre@4.1: Update to 4.1.40.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.40.
2017-06-03 01:51:01 -04:00
Ben Woodcroft 5b884348cc
gnu: ruby-test-unit: Update to 3.2.4.
* gnu/packages/ruby.scm (ruby-test-unit): Update to 3.2.4.
2017-06-02 22:59:03 -05:00
Ben Woodcroft 3fd577e3c5
gnu: ruby-gem-hadar: Update to 1.9.1.
* gnu/packages/ruby.scm (ruby-gem-hadar): Update to 1.9.1.
[propagated-inputs]: Remove ruby-sdoc, add ruby-yard.
[native-inputs]: Remove bundler.
2017-06-02 22:59:03 -05:00
Ben Woodcroft fc29d5e61b
gnu: ruby-sdoc: Relax dependency requirement versions.
* gnu/packages/ruby.scm (ruby-sdoc)[arguments]: Relax dependency requirement
versions.
2017-06-02 22:58:46 -05:00
Ben Woodcroft fb4074897b
gnu: bundler: Update to 1.15.1.
* gnu/packages/ruby.scm (bundler): Update to 1.15.1.
2017-06-02 21:46:45 -05:00
Ben Woodcroft 9a7017ebd5
gnu: ruby-minitest-4: Exclude failing tests.
gnu/packages/ruby.scm (ruby-minitest-4): Exclude failing tests.
2017-06-02 21:41:59 -05:00
Ben Woodcroft b4092cb801
gnu: ruby-minitest: Update to 5.10.2.
* gnu/packages/ruby.scm (ruby-minitest): Update to 5.10.2.
2017-06-02 21:41:59 -05:00
Ben Woodcroft a281accec5
gnu: ruby-json: Update to 2.1.0.
* gnu/packages/ruby.scm (ruby-json): Update to 2.1.0.
2017-06-02 20:58:18 -05:00
Ludovic Courtès caa464ff44
gnu: grub: Run tests sequentially.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>
at <http://bugs.gnu.org/26936>.

* gnu/packages/bootloaders.scm (grub)[arguments]: Add #:parallel-tests?.
2017-06-03 00:55:04 +02:00
Marius Bakke 3416bed277
gnu: sudo: Update to 1.8.20p2.
* gnu/packages/admin.scm (sudo): Update to 1.8.20p2.
2017-06-03 00:28:18 +02:00
Marius Bakke 84a8ec13a6
gnu: re2: Update to 2017-06-01.
* gnu/packages/regex.scm (re2): Update to 2017-06-01.
2017-06-03 00:28:18 +02:00
ng0 65441209b1
gnu: neomutt: Update to 20170602.
* gnu/packages/mail.scm (neomutt): Update to 20170602.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-03 02:09:45 +05:30
John Darrington fb226b4351
gnu: Move vtk to image-processing.scm.
* gnu/packages/image-processing.scm (vtk): New variable.
* gnu/packages/vtk.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-02 18:47:06 +02:00
Leo Famulari 835a658281
gnu: mutt: Update to 1.8.3.
* gnu/packages/mail.scm (mutt): Update to 1.8.3.
2017-06-02 12:10:20 -04:00
Rutger Helling 1eacffb9bc
gnu: Add archivemount
* gnu/packages/linux.scm (archivemount): New variable.
2017-06-02 12:02:37 -04:00
Rutger Helling 466073c063
gnu: Update retroarch to 1.6.0.
* gnu/packages/games.scm (retroarch): Update to 1.6.0.
2017-06-02 11:56:00 -04:00
Roel Janssen b9a601d9db
gnu: Add kaiju.
* gnu/packages/bioinformatics.scm (kaiju): New variable.
2017-06-02 12:38:23 +02:00
Ivan Vilata-i-Balaguer 99c63f3f07
gnu: python-gpg: Use explicit version 1.8.0 instead of GPGME's.
GPGME defines version 1.9.0, which isn't yet available for python-gnupg, whose
latest version is 1.8.0, so we use that explicitly instead.

Fixes <https://bugs.gnu.org/26610>.

* gnu/packages/gnupg.scm (python-gpg, python2-gpg): Use explicit version 1.8.0
instead of GPGME's version.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-06-01 23:21:20 -04:00
Ricardo Wurmus dd35abfeee
gnu: Add uglify-js.
* gnu/packages/lisp.scm (uglify-js): New variable.
2017-06-01 23:32:23 +02:00
Ricardo Wurmus 52650a4d2e
gnu: Add sbcl-cl-uglify-js.
* gnu/packages/lisp.scm (sbcl-cl-uglify-js): New variable.
2017-06-01 23:32:23 +02:00
Ricardo Wurmus 476b583fbf
gnu: Add sbcl-iterate.
* gnu/packages/lisp.scm (sbcl-iterate): New variable.
2017-06-01 23:30:28 +02:00
Ricardo Wurmus d0eec99a48
gnu: Add sbcl-parse-number.
* gnu/packages/lisp.scm (sbcl-parse-number): New variable.
2017-06-01 23:30:28 +02:00
Ricardo Wurmus d00c96d727
gnu: Add sbcl-parse-js.
* gnu/packages/lisp.scm (sbcl-parse-js): New variable.
2017-06-01 23:30:28 +02:00