Commit Graph

26972 Commits (767d24e83b0fdd1ee6f0f54333412328e858174e)

Author SHA1 Message Date
Marius Bakke 3f9be7883a
gnu: seabios: Update to 1.11.0.
* gnu/packages/firmware.scm (seabios): Update to 1.11.0.
2017-12-27 21:04:37 +01:00
Eric Bavier aac1aa75f4
gnu: Add Pioneer.
* gnu/packages/games.scm (pioneer): New variable.
2017-12-27 08:10:12 -06:00
Kei Kebreau 15b60fc313
gnu: python-pillow: Fix test failures on i686-linux and armhf-linux.
* gnu/packages/patches/python-pillow-fix-failing-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-pillow)[source]: Use it.
2017-12-27 11:51:15 -05:00
Thomas Danckaert aa498fc003
gnu: lollypop: Use meson-build-system, update to 0.9.306.
* gnu/packages/gnome.scm (lollypop) [origin]: Update version to 0.9.306,
download tarball from gitlab.
[build-system]: Use meson-build-system.
[arguments]: Remove phases for "pseudo meson build system".
[native-inputs]: Add glib:bin and gtk+:bin, remove ninja.
[inputs]: Remove gtk+ and meson.
2017-12-27 16:14:44 +01:00
Christopher Baines 90205b625e
gnu: Run some tests in the mongodb package check phase.
Previously the mongodb dbtests and unittests were only built, and not actually
run.

* gnu/packages/databases.scm (mongodb)[native-inputs]: Add python2-minimal,
  python2-pymongo and python2-pyyaml for running the resmoke.py program, and
  add tzdata as some tests fail without this.
  [arguments]: Run the tests through the resmoke.py script in the check phase,
  set TZDIR as a couple of tests seem to depend on this, add a comment about
  the resource requirements of the tests, as they require a large amount of
  disk space, and disable the async_stream_test, as it seems to hang.
2017-12-27 13:28:34 +00:00
Christopher Baines a469c69508
gnu: Build wiredtiger with builtin compressors.
WiredTiger is used by MongoDB, and it seems to require it to be built with
builtin support for snappy compression.

* gnu/packages/databases.scm (wiredtiger)[arguments]: Replace --enable-zlib
  and --enable-snappy with --with-builtins=snappy,zlib.
2017-12-27 13:28:24 +00:00
Rutger Helling a37f4adb94
Revert "gnu: qemu: Enable Samba support."
This reverts commit 8427650305.
2017-12-27 14:19:19 +01:00
Ben Woodcroft f14a6586ec
gnu: vsearch: Update to 2.6.2.
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.6.2.
2017-12-27 22:12:08 +10:00
Rutger Helling cad464a8fc
gnu: lookingglass: Update to a9.
* gnu/packages/virtualization.scm (lookingglass): Update to a9.
2017-12-27 13:10:26 +01:00
Danny Milosavljevic 4583d82721
gnu: hexchat: Disable (duplicate) icon theme generation.
* gnu/packages/messaging.scm (hexchat): Disable (duplicate) icon theme
generation.
2017-12-27 12:35:09 +01:00
Danny Milosavljevic 6368eb397d
gnu: totem: Disable (duplicate) cache generation.
* gnu/packages/gnome.scm (totem): Disable (duplicate) cache generation.
2017-12-27 12:35:08 +01:00
Rutger Helling abc5ef5a7f
gnu: mpv: Update to 0.28.0.
* gnu/packages/video.scm (mpv): Update to 0.28.0.
[inputs]: Change ffmpeg to ffmpeg-git, add wayland-protocols.
2017-12-27 10:51:31 +01:00
Rutger Helling dff543e889
gnu: Add ffmpeg-git.
* gnu/packages/video.scm (ffmpeg-git): New variable.
2017-12-27 10:51:26 +01:00
Rutger Helling 8427650305
gnu: qemu: Enable Samba support.
* gnu/packages/virtualization.scm (qemu)[arguments]: Change #:configure-flags to
a list, add --smbd flag.
[inputs]: Add samba.
2017-12-27 10:24:49 +01:00
Mark H Weaver e8e860a559
gnu: icecat: Add more fixes from upstream mozilla-esr52.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
* gnu/packages/patches/icecat-bug-1414945.patch,
gnu/packages/patches/icecat-bug-1424373-pt2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
2017-12-26 22:53:02 -05:00
Leo Famulari b3ecb3fe8d
gnu: gpgme: Find the GnuPG executable in the environment.
This partially reverts commit 0e06bec250 (gnu: gpgme: Build with the
latest GnuPG) because it caused python-pygpgme and python2-pygpgme to
fail to build:

<https://lists.gnu.org/archive/html/guix-devel/2017-12/msg00371.html>

* gnu/packages/gnupg.scm (gpgme)[arguments]: Remove '--enable-fixed-path'
from #:configure-flags.
[inputs]: Move gnupg to native-inputs.
2017-12-26 21:12:27 -05:00
Tobias Geerinckx-Rice 684ca67dd9
gnu: nginx-documentation: Fix typo in synopsis.
* gnu/packages/web.scm (nginx-documentation)[synopis]: Add missing article.
2017-12-27 03:05:11 +01:00
Tobias Geerinckx-Rice 53ae35e443
gnu: python-sqlalchemy-utils: Update to 0.32.21.
* gnu/packages/databases.scm (python-sqlalchemy-utils): Update to 0.32.21.
2017-12-26 16:44:52 +01:00
Tobias Geerinckx-Rice bcdc5caed7
gnu: python-sadisplay: Update to 0.4.8.
* gnu/packages/databases.scm (python-sadisplay): Update to 0.4.8.
2017-12-26 16:43:57 +01:00
Tobias Geerinckx-Rice 031462bac8
gnu: r-circlize: Improve description.
* gnu/packages/cran.scm (r-circlize)[description]: Fix typo and adjust
grammar based on upstream description.
2017-12-26 16:43:45 +01:00
Tobias Geerinckx-Rice afa427e328
gnu: r-circlize: Update to 0.4.3.
* gnu/packages/cran.scm (r-circlize): Update to 0.4.3.
2017-12-26 16:25:39 +01:00
Tobias Geerinckx-Rice 1f143575ea
gnu: emacs-cider: Update to 0.15.1.
* gnu/packages/emacs.scm (emacs-cider): Update to 0.15.1.
2017-12-26 14:41:02 +01:00
Tobias Geerinckx-Rice 41775ab1d1
gnu: adwaita-icon-theme: Update to 3.26.1.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.26.1.
2017-12-26 14:41:02 +01:00
Tobias Geerinckx-Rice 51c482e494
gnu: gexiv2: Update to 0.10.7.
* gnu/packages/gnome.scm (gexiv2): Update to 0.10.7.
[build-system]: Switch to meson-build-system.
2017-12-26 14:41:01 +01:00
Tobias Geerinckx-Rice d2c3be991c
doc: Fix typo.
* doc/guix.texi (Application Setup): Transpose words.
2017-12-26 14:41:01 +01:00
Rutger Helling 41faf6f2c2
gnu: retroarch: Update to 1.7.0.
* gnu/packages/games.scm (retroarch): Update to 1.7.0.
2017-12-26 11:43:00 +01:00
Mark H Weaver f76ff984eb
gnu: libev: Improve the description.
* gnu/packages/libevent.scm (libev)[description]: Rewrite to be more
descriptive and less judgmental, based on Debian's description.
2017-12-26 03:34:12 -05:00
Mark H Weaver 3c0cfe3be5
gnu: linux-libre: Adapt to renamed configuration options in 4.14.9.
This is a followup to commit 95b969bc9c.

* gnu/packages/aux-files/linux-libre/4.14-x86_64.conf,
gnu/packages/aux-files/linux-libre/4.14-i686.conf: Adapt to the configuration
options being renamed from CONFIG_*_UNWINDER to CONFIG_UNWINDER_* in version
4.14.9.
2017-12-26 01:53:39 -05:00
Mark H Weaver 95b969bc9c
gnu: linux-libre: Update to 4.14.9.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.9.
(%linux-libre-hash): Update hash.
2017-12-25 23:06:23 -05:00
Mark H Weaver 5338e62572
gnu: linux-libre@4.9: Update to 4.9.72.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.72.
2017-12-25 23:05:27 -05:00
Mark H Weaver e4d8584efb
gnu: linux-libre@4.4: Update to 4.4.108.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.108.
2017-12-25 23:04:47 -05:00
Leo Famulari 0b5eff847f
gnu: Move libupnp to (gnu packages upnp).
* gnu/packages/libupnp.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove it.
* gnu/packages/upnp.scm (libupnp): New variable.
2017-12-25 22:52:03 -05:00
Leo Famulari c9c7c030be
gnu: libupnp: Update to 1.6.24.
*  gnu/packages/libupnp.scm (libupnp): Update to 1.6.24.
2017-12-25 22:39:29 -05:00
Leo Famulari 187cc2b403
gnu: syncthing: Update to 0.14.42.
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.42.
2017-12-25 22:26:58 -05:00
Leo Famulari 3b58b7f27c
gnu: go-github-com-ccding-go-stun: Update to 0.0.0-1.d9bbe8f.
* gnu/packages/syncthing.scm (go-github-com-ccding-go-stun): Update to
0.0.0-1.d9bbe8f.
2017-12-25 22:26:58 -05:00
Leo Famulari 23e2c09c0c
gnu: go-github-com-audriusbutkevicius-pfilter: Update to 0.0.0-1.d9bbe8f.
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-pfilter):
Update to 0.0.0-1.d9bbe8f.
2017-12-25 22:26:54 -05:00
Leo Famulari 7153627946
gnu: darktable: Update to 2.4.0.
* gnu/packages/photo.scm (darktable): Update to 2.4.0.
2017-12-25 20:53:56 -05:00
Tobias Geerinckx-Rice a7f27da7f2
gnu: check, databases: Use HTTPS for bitbucket.org.
* gnu/packages/check.scm (python-pytest-capturelog)[home-page]: Likewise.
* gnu/packages/databases.scm (python-alembic)[home-page]: Likewise.
2017-12-26 02:27:42 +01:00
Tobias Geerinckx-Rice 69d973cc39
gnu: liblangtag: Use bitbucket.org home page.
* gnu/packages/libreoffice.scm (liblangtag)[home-page]: Use alternate URL
and HTTPS.
2017-12-26 02:22:53 +01:00
Tobias Geerinckx-Rice 08455a3464
gnu: python-redis: Update to 2.10.6.
* gnu/packages/databases.scm (python-redis): Update to 2.10.6.
2017-12-26 02:03:41 +01:00
Tobias Geerinckx-Rice 030274ccac
gnu: python-alembic: Update to 0.9.6.
* gnu/packages/databases.scm (python-alembic): Update to 0.9.6.
2017-12-26 02:03:41 +01:00
Tobias Geerinckx-Rice 6370fb2d26
gnu: bitshuffle: Update to 0.3.4.
* gnu/packages/compression.scm (bitshuffle): Update to 0.3.4.
[arguments]: Delete ‘make-required-dir’ phase that no longer is.
2017-12-26 02:02:01 +01:00
Tobias Geerinckx-Rice 8c03d1fa93
gnu: jack2: Update to 1.9.12.
* gnu/packages/audio.scm (jack2): Update to 1.9.12.
[arguments]: Delete ‘patch-fast_rand’ phase.
2017-12-26 02:02:01 +01:00
Tobias Geerinckx-Rice 0e0015f26c
gnu: sicp: Use HTTPS for home page.
* gnu/packages/scheme.scm (sicp)[home-page]: Use HTTPS.
2017-12-26 02:02:01 +01:00
Danny Milosavljevic 6e9749ef8f
gnu: Add python-mnemonic.
* gnu/packages/finance.scm (python-mnemonic, python2-mnemonic): New variables.
2017-12-26 01:13:48 +01:00
Danny Milosavljevic 00d3f022b3
gnu: Add python-trezor-agent.
* gnu/packages/finance.scm (python-trezor-agent, python2-trezor-agent): New
variables.
2017-12-26 01:06:56 +01:00
Danny Milosavljevic d0d5f72688
gnu: Add python-ecpy.
* gnu/packages/python-crypto.scm (python-ecpy, python2-ecpy): New variables.
2017-12-25 23:42:48 +01:00
Danny Milosavljevic 579b436252
gnu: Add python-ed25519.
* gnu/packages/python-crypto.scm (python-ed25519, python2-ed25519): New
variables.
2017-12-25 23:42:48 +01:00
Danny Milosavljevic 467cfaa3fc
gnu: Add python-semver.
* gnu/packages/python.scm (python-semver, python2-semver): New variables.
2017-12-25 23:42:47 +01:00
Tobias Geerinckx-Rice ac97dce1d2
gnu: check, llvm: Use HTTPS for llvm.org home pages.
* gnu/packages/check.scm (python-lit)[home-page]: Use HTTPS.
* gnu/packages/llvm.scm (llvm, clang, clang-runtime)[home-page]: Likewise.
2017-12-25 02:01:01 +01:00