aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAge
* 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 Baines2017-12-27
* Revert "gnu: qemu: Enable Samba support."•••This reverts commit 84276503059d46c0a42240f8770f59090614d863. Rutger Helling2017-12-27
* gnu: vsearch: Update to 2.6.2.•••* gnu/packages/bioinformatics.scm (vsearch): Update to 2.6.2. Ben Woodcroft2017-12-27
* gnu: lookingglass: Update to a9.•••* gnu/packages/virtualization.scm (lookingglass): Update to a9. Rutger Helling2017-12-27
* gnu: hexchat: Disable (duplicate) icon theme generation.•••* gnu/packages/messaging.scm (hexchat): Disable (duplicate) icon theme generation. Danny Milosavljevic2017-12-27
* gnu: totem: Disable (duplicate) cache generation.•••* gnu/packages/gnome.scm (totem): Disable (duplicate) cache generation. Danny Milosavljevic2017-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 Helling2017-12-27
* gnu: Add ffmpeg-git.•••* gnu/packages/video.scm (ffmpeg-git): New variable. Rutger Helling2017-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 Helling2017-12-27
* 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 Weaver2017-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 Famulari2017-12-26
* gnu: nginx-documentation: Fix typo in synopsis.•••* gnu/packages/web.scm (nginx-documentation)[synopis]: Add missing article. Tobias Geerinckx-Rice2017-12-27
* gnu: python-sqlalchemy-utils: Update to 0.32.21.•••* gnu/packages/databases.scm (python-sqlalchemy-utils): Update to 0.32.21. Tobias Geerinckx-Rice2017-12-26
* gnu: python-sadisplay: Update to 0.4.8.•••* gnu/packages/databases.scm (python-sadisplay): Update to 0.4.8. Tobias Geerinckx-Rice2017-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-Rice2017-12-26
* gnu: r-circlize: Update to 0.4.3.•••* gnu/packages/cran.scm (r-circlize): Update to 0.4.3. Tobias Geerinckx-Rice2017-12-26
* gnu: emacs-cider: Update to 0.15.1.•••* gnu/packages/emacs.scm (emacs-cider): Update to 0.15.1. Tobias Geerinckx-Rice2017-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-Rice2017-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-Rice2017-12-26
* gnu: retroarch: Update to 1.7.0.•••* gnu/packages/games.scm (retroarch): Update to 1.7.0. Rutger Helling2017-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 Weaver2017-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 Weaver2017-12-26
* 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 Weaver2017-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 Weaver2017-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 Weaver2017-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 Famulari2017-12-25
* gnu: libupnp: Update to 1.6.24.•••* gnu/packages/libupnp.scm (libupnp): Update to 1.6.24. Leo Famulari2017-12-25
* gnu: syncthing: Update to 0.14.42.•••* gnu/packages/syncthing.scm (syncthing): Update to 0.14.42. Leo Famulari2017-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 Famulari2017-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 Famulari2017-12-25
* gnu: darktable: Update to 2.4.0.•••* gnu/packages/photo.scm (darktable): Update to 2.4.0. Leo Famulari2017-12-25
* 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-Rice2017-12-26
* gnu: liblangtag: Use bitbucket.org home page.•••* gnu/packages/libreoffice.scm (liblangtag)[home-page]: Use alternate URL and HTTPS. Tobias Geerinckx-Rice2017-12-26
* gnu: python-redis: Update to 2.10.6.•••* gnu/packages/databases.scm (python-redis): Update to 2.10.6. Tobias Geerinckx-Rice2017-12-26
* gnu: python-alembic: Update to 0.9.6.•••* gnu/packages/databases.scm (python-alembic): Update to 0.9.6. Tobias Geerinckx-Rice2017-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-Rice2017-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-Rice2017-12-26
* gnu: sicp: Use HTTPS for home page.•••* gnu/packages/scheme.scm (sicp)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2017-12-26
* gnu: Add python-mnemonic.•••* gnu/packages/finance.scm (python-mnemonic, python2-mnemonic): New variables. Danny Milosavljevic2017-12-26
* gnu: Add python-trezor-agent.•••* gnu/packages/finance.scm (python-trezor-agent, python2-trezor-agent): New variables. Danny Milosavljevic2017-12-26
* gnu: Add python-ecpy.•••* gnu/packages/python-crypto.scm (python-ecpy, python2-ecpy): New variables. Danny Milosavljevic2017-12-25
* gnu: Add python-ed25519.•••* gnu/packages/python-crypto.scm (python-ed25519, python2-ed25519): New variables. Danny Milosavljevic2017-12-25
* gnu: Add python-semver.•••* gnu/packages/python.scm (python-semver, python2-semver): New variables. Danny Milosavljevic2017-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-Rice2017-12-25
* gnu: python-rednose: Update to 1.2.3.•••* gnu/packages/check.scm (python-rednose): Update to 1.2.3. Tobias Geerinckx-Rice2017-12-25
* gnu: python-lit: Update to 0.5.1.•••* gnu/packages/check.scm (python-lit): Update to 0.5.1. Tobias Geerinckx-Rice2017-12-25
* gnu: python-freezegun: Update to 0.3.9.•••* gnu/packages/check.scm (python-freezegun): Update to 0.3.9. Tobias Geerinckx-Rice2017-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-Rice2017-12-25
* gnu: cbatticon: Update to 1.6.7.•••* gnu/packages/admin.scm (cbatticon): Update to 1.6.7. Tobias Geerinckx-Rice2017-12-25
* gnu: sicp: Update to 20170703-1.225c172.•••* gnu/packages/scheme.scm (sicp): Update to 20170703-1.225c172. Tobias Geerinckx-Rice2017-12-25