aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add python-ledgerblue.Danny Milosavljevic2017-12-28
| | | | | * gnu/packages/finance.scm: Import (gnu packages libusb). (python-ledgerblue, python2-ledgerblue): New variables.
* gnu: Add python-hidapi.Danny Milosavljevic2017-12-28
| | | | * gnu/packages/libusb.scm (python-hidapi, python2-hidapi): New variables.
* gnu: ceph: Disable tests.Rutger Helling2017-12-28
| | | | | * gnu/packages/storage.scm (ceph): Disable tests due to <https://bugs.gnu.org/29674>.
* gnu: mlt: Fix license.Efraim Flashner2017-12-28
| | | | | | mlt is built with '--enable-gpl3', so the license is gpl3. * gnu/packages/video.scm (mlt)[license]: Change license to gpl3.
* gnu: mlt: Add ffmpeg support.Efraim Flashner2017-12-28
| | | | * gnu/packages/video.scm (mlt)[inputs]: Add ffmpeg.
* gnu: Add ruby-org-ruby.Clément Lassieur2017-12-28
| | | | * gnu/packages/ruby.scm (ruby-org-ruby): New variable.
* gnu: Add ruby-rubypants.Clément Lassieur2017-12-28
| | | | * gnu/packages/ruby.scm (ruby-rubypants): New variable.
* gnu: qgpgme: Make GnuPG available while building.Leo Famulari2017-12-27
| | | | | | | This is a followup to commit b3ecb3fe8d4a947a7807018647616f95532df3ac. * gnu/packages/gnupg.scm (qgpgme)[native-inputs]: Add the native-inputs of GPGME.
* gnu: xorg-server: Update to 1.19.6.Marius Bakke2017-12-27
| | | | * gnu/packages/xorg.scm (xorg-server): Update to 1.19.6.
* gnu: zathura: Remove superfluous inputs from dependents.Marius Bakke2017-12-27
| | | | | | * gnu/packages/pdf.scm (zathura-cb, zathura-ps, zathura-djvu, zathura-pdf-mupdf)[inputs]: Remove GTK+, which is propagated from GIRARA. (zathura-pdf-poppler): Likewise. Remove CAIRO which is propagated from ZATHURA.
* gnu: zathura: Adjust inputs.Marius Bakke2017-12-27
| | | | | | * gnu/packages/pdf.scm (zathura)[inputs]: Remove GTK+, which is propagated by GIRARA. Move GIRARA to ... [propagated-inputs]: ... here. Add CAIRO.
* gnu: girara: Enable tests.Marius Bakke2017-12-27
| | | | | * gnu/packages/gtk.scm (girara)[native-inputs]: Add XORG-SERVER. [arguments]: Add START-XSERVER phase. Remove #:tests?.
* gnu: girara: Correct inputs.Marius Bakke2017-12-27
| | | | | | * gnu/packages/gtk.scm (girara)[native-inputs]: Add CHECK. [propagated-inputs]: Add GTK+. [inputs]: Remove.
* gnu: zathura: Enable tests.Marius Bakke2017-12-27
| | | | | * gnu/packages/pdf.scm (zathura)[native-inputs]: Add CHECK and XORG-SERVER. [arguments]: Remove #:tests?. Add phase START-XSERVER.
* gnu: zathura-pdf-poppler: Update to 0.2.8.Marius Bakke2017-12-27
| | | | * gnu/packages/pdf.scm (zathura-pdf-poppler): Update to 0.2.8.
* gnu: zathura-pdf-mupdf: Update to 0.3.2.Marius Bakke2017-12-27
| | | | * gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.3.2.
* gnu: zathura-djvu: Update to 0.2.7.Marius Bakke2017-12-27
| | | | * gnu/packages/pdf.scm (zathura-djvu): Update to 0.2.7.
* gnu: zathura-ps: Update to 0.2.5.Marius Bakke2017-12-27
| | | | * gnu/packages/pdf.scm (zathura-ps): Update to 0.2.5.
* gnu: zathura-cb: Update to 0.1.7.Marius Bakke2017-12-27
| | | | * gnu/packages/pdf.scm (zathura-cb): Update to 0.1.7.
* gnu: zathura: Update to 0.3.8.Marius Bakke2017-12-27
| | | | | * gnu/packages/pdf.scm (zathura): Update to 0.3.8. [native-inputs]: Add GLIB:BIN.
* gnu: girara: Update to 0.2.8.Marius Bakke2017-12-27
| | | | | * gnu/packages/gtk.scm (girara): Update to 0.2.8. [native-inputs]: Add GLIB:BIN.
* gnu: mujs: Update to 1.0.2.Marius Bakke2017-12-27
| | | | | | * gnu/packages/javascript.scm (mujs): Update to 1.0.2. [source]: Download over HTTPS. [home-page]: Update to redirected URL.
* gnu: libpipeline: Update to 1.5.0.Marius Bakke2017-12-27
| | | | * gnu/packages/man.scm (libpipeline): Update to 1.5.0.
* gnu: xf86-video-intel: Update snapshot to af6d8e9.Marius Bakke2017-12-27
| | | | * gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-9-af6d8e9.
* gnu: seabios: Update to 1.11.0.Marius Bakke2017-12-27
| | | | * gnu/packages/firmware.scm (seabios): Update to 1.11.0.
* gnu: Add Pioneer.Eric Bavier2017-12-27
| | | | * gnu/packages/games.scm (pioneer): New variable.
* gnu: python-pillow: Fix test failures on i686-linux and armhf-linux.Kei Kebreau2017-12-27
| | | | | | * 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.
* gnu: lollypop: Use meson-build-system, update to 0.9.306.Thomas Danckaert2017-12-27
| | | | | | | | | * 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.
* gnu: Run some tests in the mongodb package check phase.Christopher Baines2017-12-27
| | | | | | | | | | | | | 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.
* gnu: Build wiredtiger with builtin compressors.Christopher Baines2017-12-27
| | | | | | | | 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.
* Revert "gnu: qemu: Enable Samba support."Rutger Helling2017-12-27
| | | | This reverts commit 84276503059d46c0a42240f8770f59090614d863.
* gnu: vsearch: Update to 2.6.2.Ben Woodcroft2017-12-27
| | | | * gnu/packages/bioinformatics.scm (vsearch): Update to 2.6.2.
* gnu: lookingglass: Update to a9.Rutger Helling2017-12-27
| | | | * gnu/packages/virtualization.scm (lookingglass): Update to a9.
* gnu: hexchat: Disable (duplicate) icon theme generation.Danny Milosavljevic2017-12-27
| | | | | * gnu/packages/messaging.scm (hexchat): Disable (duplicate) icon theme generation.
* gnu: totem: Disable (duplicate) cache generation.Danny Milosavljevic2017-12-27
| | | | * gnu/packages/gnome.scm (totem): Disable (duplicate) cache generation.
* gnu: mpv: Update to 0.28.0.Rutger Helling2017-12-27
| | | | | * gnu/packages/video.scm (mpv): Update to 0.28.0. [inputs]: Change ffmpeg to ffmpeg-git, add wayland-protocols.
* gnu: Add ffmpeg-git.Rutger Helling2017-12-27
| | | | * gnu/packages/video.scm (ffmpeg-git): New variable.
* gnu: qemu: Enable Samba support.Rutger Helling2017-12-27
| | | | | | * gnu/packages/virtualization.scm (qemu)[arguments]: Change #:configure-flags to a list, add --smbd flag. [inputs]: Add samba.
* gnu: icecat: Add more fixes from upstream mozilla-esr52.Mark H Weaver2017-12-26
| | | | | | | | * 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.
* gnu: gpgme: Find the GnuPG executable in the environment.Leo Famulari2017-12-26
| | | | | | | | | | | | 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.
* gnu: nginx-documentation: Fix typo in synopsis.Tobias Geerinckx-Rice2017-12-27
| | | | * gnu/packages/web.scm (nginx-documentation)[synopis]: Add missing article.
* gnu: python-sqlalchemy-utils: Update to 0.32.21.Tobias Geerinckx-Rice2017-12-26
| | | | * gnu/packages/databases.scm (python-sqlalchemy-utils): Update to 0.32.21.
* gnu: python-sadisplay: Update to 0.4.8.Tobias Geerinckx-Rice2017-12-26
| | | | * gnu/packages/databases.scm (python-sadisplay): Update to 0.4.8.
* gnu: r-circlize: Improve description.Tobias Geerinckx-Rice2017-12-26
| | | | | * gnu/packages/cran.scm (r-circlize)[description]: Fix typo and adjust grammar based on upstream description.
* gnu: r-circlize: Update to 0.4.3.Tobias Geerinckx-Rice2017-12-26
| | | | * gnu/packages/cran.scm (r-circlize): Update to 0.4.3.
* gnu: emacs-cider: Update to 0.15.1.Tobias Geerinckx-Rice2017-12-26
| | | | * gnu/packages/emacs.scm (emacs-cider): Update to 0.15.1.
* gnu: adwaita-icon-theme: Update to 3.26.1.Tobias Geerinckx-Rice2017-12-26
| | | | * gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.26.1.
* gnu: gexiv2: Update to 0.10.7.Tobias Geerinckx-Rice2017-12-26
| | | | | * gnu/packages/gnome.scm (gexiv2): Update to 0.10.7. [build-system]: Switch to meson-build-system.
* doc: Fix typo.Tobias Geerinckx-Rice2017-12-26
| | | | * doc/guix.texi (Application Setup): Transpose words.
* gnu: retroarch: Update to 1.7.0.Rutger Helling2017-12-26
| | | | * gnu/packages/games.scm (retroarch): Update to 1.7.0.