Age | Commit message (Expand) | Author |
2017-12-27 | 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.
| Thomas Danckaert |
2017-12-27 | 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.
| Christopher Baines |
2017-12-27 | 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.
| Christopher Baines |
2017-12-27 | Revert "gnu: qemu: Enable Samba support."...This reverts commit 84276503059d46c0a42240f8770f59090614d863.
| Rutger Helling |
2017-12-27 | gnu: vsearch: Update to 2.6.2....* gnu/packages/bioinformatics.scm (vsearch): Update to 2.6.2.
| Ben Woodcroft |
2017-12-27 | gnu: lookingglass: Update to a9....* gnu/packages/virtualization.scm (lookingglass): Update to a9.
| Rutger Helling |
2017-12-27 | gnu: hexchat: Disable (duplicate) icon theme generation....* gnu/packages/messaging.scm (hexchat): Disable (duplicate) icon theme
generation.
| Danny Milosavljevic |
2017-12-27 | gnu: totem: Disable (duplicate) cache generation....* gnu/packages/gnome.scm (totem): Disable (duplicate) cache generation.
| Danny Milosavljevic |
2017-12-27 | 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.
| Rutger Helling |
2017-12-27 | gnu: Add ffmpeg-git....* gnu/packages/video.scm (ffmpeg-git): New variable.
| Rutger Helling |
2017-12-27 | gnu: qemu: Enable Samba support....* gnu/packages/virtualization.scm (qemu)[arguments]: Change #:configure-flags to
a list, add --smbd flag.
[inputs]: Add samba.
| Rutger Helling |
2017-12-26 | 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.
| Mark H Weaver |
2017-12-26 | gnu: gpgme: Find the GnuPG executable in the environment....This partially reverts commit 0e06bec250f34d (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.
| Leo Famulari |
2017-12-27 | gnu: nginx-documentation: Fix typo in synopsis....* gnu/packages/web.scm (nginx-documentation)[synopis]: Add missing article.
| Tobias Geerinckx-Rice |
2017-12-26 | gnu: python-sqlalchemy-utils: Update to 0.32.21....* gnu/packages/databases.scm (python-sqlalchemy-utils): Update to 0.32.21.
| Tobias Geerinckx-Rice |
2017-12-26 | gnu: python-sadisplay: Update to 0.4.8....* gnu/packages/databases.scm (python-sadisplay): Update to 0.4.8.
| Tobias Geerinckx-Rice |
2017-12-26 | gnu: r-circlize: Improve description....* gnu/packages/cran.scm (r-circlize)[description]: Fix typo and adjust
grammar based on upstream description.
| Tobias Geerinckx-Rice |
2017-12-26 | gnu: r-circlize: Update to 0.4.3....* gnu/packages/cran.scm (r-circlize): Update to 0.4.3.
| Tobias Geerinckx-Rice |
2017-12-26 | gnu: emacs-cider: Update to 0.15.1....* gnu/packages/emacs.scm (emacs-cider): Update to 0.15.1.
| Tobias Geerinckx-Rice |
2017-12-26 | gnu: adwaita-icon-theme: Update to 3.26.1....* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.26.1.
| Tobias Geerinckx-Rice |
2017-12-26 | gnu: gexiv2: Update to 0.10.7....* gnu/packages/gnome.scm (gexiv2): Update to 0.10.7.
[build-system]: Switch to meson-build-system.
| Tobias Geerinckx-Rice |
2017-12-26 | gnu: retroarch: Update to 1.7.0....* gnu/packages/games.scm (retroarch): Update to 1.7.0.
| Rutger Helling |
2017-12-26 | gnu: libev: Improve the description....* gnu/packages/libevent.scm (libev)[description]: Rewrite to be more
descriptive and less judgmental, based on Debian's description.
| Mark H Weaver |
2017-12-26 | gnu: linux-libre: Adapt to renamed configuration options in 4.14.9....This is a followup to commit 95b969bc9cde419e9cfcf4299a7524381ae7a64d.
* 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.
| Mark H Weaver |
2017-12-25 | 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.
| Mark H Weaver |
2017-12-25 | gnu: linux-libre@4.9: Update to 4.9.72....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.72.
| Mark H Weaver |
2017-12-25 | gnu: linux-libre@4.4: Update to 4.4.108....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.108.
| Mark H Weaver |
2017-12-25 | 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.
| Leo Famulari |
2017-12-25 | gnu: libupnp: Update to 1.6.24....* gnu/packages/libupnp.scm (libupnp): Update to 1.6.24.
| Leo Famulari |
2017-12-25 | gnu: syncthing: Update to 0.14.42....* gnu/packages/syncthing.scm (syncthing): Update to 0.14.42.
| Leo Famulari |
2017-12-25 | 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.
| Leo Famulari |
2017-12-25 | 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.
| Leo Famulari |
2017-12-25 | gnu: darktable: Update to 2.4.0....* gnu/packages/photo.scm (darktable): Update to 2.4.0.
| Leo Famulari |
2017-12-26 | 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.
| Tobias Geerinckx-Rice |
2017-12-26 | gnu: liblangtag: Use bitbucket.org home page....* gnu/packages/libreoffice.scm (liblangtag)[home-page]: Use alternate URL
and HTTPS.
| Tobias Geerinckx-Rice |
2017-12-26 | gnu: python-redis: Update to 2.10.6....* gnu/packages/databases.scm (python-redis): Update to 2.10.6.
| Tobias Geerinckx-Rice |
2017-12-26 | gnu: python-alembic: Update to 0.9.6....* gnu/packages/databases.scm (python-alembic): Update to 0.9.6.
| Tobias Geerinckx-Rice |
2017-12-26 | 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.
| Tobias Geerinckx-Rice |
2017-12-26 | gnu: jack2: Update to 1.9.12....* gnu/packages/audio.scm (jack2): Update to 1.9.12.
[arguments]: Delete ‘patch-fast_rand’ phase.
| Tobias Geerinckx-Rice |
2017-12-26 | gnu: sicp: Use HTTPS for home page....* gnu/packages/scheme.scm (sicp)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2017-12-26 | gnu: Add python-mnemonic....* gnu/packages/finance.scm (python-mnemonic, python2-mnemonic): New variables.
| Danny Milosavljevic |
2017-12-26 | gnu: Add python-trezor-agent....* gnu/packages/finance.scm (python-trezor-agent, python2-trezor-agent): New
variables.
| Danny Milosavljevic |
2017-12-25 | gnu: Add python-ecpy....* gnu/packages/python-crypto.scm (python-ecpy, python2-ecpy): New variables.
| Danny Milosavljevic |
2017-12-25 | gnu: Add python-ed25519....* gnu/packages/python-crypto.scm (python-ed25519, python2-ed25519): New
variables.
| Danny Milosavljevic |
2017-12-25 | gnu: Add python-semver....* gnu/packages/python.scm (python-semver, python2-semver): New variables.
| Danny Milosavljevic |
2017-12-25 | 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.
| Tobias Geerinckx-Rice |
2017-12-25 | gnu: python-rednose: Update to 1.2.3....* gnu/packages/check.scm (python-rednose): Update to 1.2.3.
| Tobias Geerinckx-Rice |
2017-12-25 | gnu: python-lit: Update to 0.5.1....* gnu/packages/check.scm (python-lit): Update to 0.5.1.
| Tobias Geerinckx-Rice |
2017-12-25 | gnu: python-freezegun: Update to 0.3.9....* gnu/packages/check.scm (python-freezegun): Update to 0.3.9.
| Tobias Geerinckx-Rice |
2017-12-25 | gnu: scheme48-rx: Update to 0.0.0-2.dd9037f....* gnu/packages/scheme.scm (scheme48-rx): Update to 0.0.0-2.dd9037f.
| Tobias Geerinckx-Rice |