summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: atril: Update to 1.24.0.series-3892Jonathan Brielmaier2020-05-09
| | | | | * gnu/packages/mate.scm (atril): Update to 1.24.0. [native-inputs]: Add texlive-bin for synctex.
* gnu: texlive-bin: Build shared libraries.Jonathan Brielmaier2020-05-09
| | | | * gnu/packages/tex.scm (texlive-bin)[arguments]: Enable shared libraries as it's required for atril >= 1.24.
* gnu: Add emacs-eglot.base-for-series-3892Nicolas Goaziou2020-05-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-eglot): New variable.
* gnu: Add powerstat.Tobias Geerinckx-Rice2020-05-09
| | | | * gnu/packages/linux.scm (powerstat): New public variable.
* gnu: zfs: Add missing input.Efraim Flashner2020-05-09
| | | | | | Reported by ecbrown on IRC. * gnu/packages/file-systems.scm (zfs)[native-inputs]: Add kmod.
* gnu: cpplint: Update to 1.4.5.base-for-series-3891Mathieu Othacehe2020-05-09
| | | | | | | | | | Fix build and update to 1.4.5. * gnu/packages/cpp.scm (cpplint): Update to 1.4.5, [native-inputs]: add python-pytest, python-pytest-cov, python-pytest-runner, [arguments]: add a new 'use-later-pytest phase to remove pytest version requirement.
* gnu: Add emacs-jsonrpc.Nicolas Goaziou2020-05-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-jsonrpc): New variable.
* gnu: guile-gi: Update to 0.3.0.Arun Isaac2020-05-09
| | | | * gnu/packages/guile-xyz.scm (guile-gi): Update to 0.3.0.
* gnu: Add gtksheet.Arun Isaac2020-05-09
| | | | * gnu/packages/gtk.scm (gtksheet): New variable.
* gnu: toxic: Fix build with Python 3.8.base-for-series-3888Marius Bakke2020-05-09
| | | | | * gnu/packages/messaging.scm (toxic)[arguments]: Add substitution in the enable-python-scripting phase.
* gnu: emacs-evil-collection: Update to 20200509.Pierre Neidhardt2020-05-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20200509.
* gnu: emacs-helm-fish-completion: Update to 0.3.Pierre Neidhardt2020-05-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.3.
* gnu: ccid: Update to 1.4.32.Marius Bakke2020-05-09
| | | | * gnu/packages/security-token.scm (ccid): Update to 1.4.32.
* gnu: rocksdb: Update to 6.8.1.Marius Bakke2020-05-09
| | | | * gnu/packages/databases.scm (rocksdb): Update to 6.8.1.
* gnu: fluidsynth: Update to 2.1.2.Marius Bakke2020-05-09
| | | | * gnu/packages/audio.scm (fluidsynth): Update to 2.1.2.
* gnu: wavpack: Update to 5.3.0.Marius Bakke2020-05-09
| | | | * gnu/packages/audio.scm (wavpack): Update to 5.3.0.
* gnu: xmlsec: Update to 1.2.30.Marius Bakke2020-05-09
| | | | * gnu/packages/xml.scm (xmlsec): Update to 1.2.30.
* gnu: maim: Update to 5.6.3.Marius Bakke2020-05-09
| | | | * gnu/packages/xdisorg.scm (maim): Update to 5.6.3.
* gnu: slop: Update to 7.5.Marius Bakke2020-05-09
| | | | * gnu/packages/xdisorg.scm (slop): Update to 7.5.
* gnu: openh264: Update to 2.1.0.Marius Bakke2020-05-09
| | | | | * gnu/packages/video.scm (openh264): Update to 2.1.0. [source]: Change to GIT-FETCH.
* gnu: mbedtls-apache: Update to 2.16.6.Marius Bakke2020-05-09
| | | | * gnu/packages/tls.scm (mbedtls-apache): Update to 2.16.6.
* gnu: ceph: Update to 14.2.9.Marius Bakke2020-05-09
| | | | * gnu/packages/storage.scm (ceph): Update to 14.2.9.
* gnu: msmtp: Update to 1.8.10.Marius Bakke2020-05-09
| | | | * gnu/packages/mail.scm (msmtp): Update to 1.8.10.
* gnu: feh: Update to 3.4.Marius Bakke2020-05-09
| | | | * gnu/packages/image-viewers.scm (feh): Update to 3.4.
* gnu: rtl-sdr: Improve description.Guillaume Le Vaillant2020-05-09
| | | | | * gnu/packages/radio.scm (rtl-sdr)[description]: Add instructions for blacklisting the default rtl28xxu DVB Linux driver.
* gnu: asymptote: Fix build.Nicolas Goaziou2020-05-09
| | | | * gnu/packages/plotutils.scm (asymptote)[native-inputs]: Add texlive-etoolbox.
* gnu: QEMU: Update to 5.0.0.base-for-series-3881base-for-series-3879Marius Bakke2020-05-08
| | | | | | | | | | | | | * gnu/packages/patches/qemu-CVE-2020-1711.patch, gnu/packages/patches/qemu-CVE-2020-7039.patch, gnu/packages/patches/qemu-CVE-2020-7211.patch, gnu/packages/patches/qemu-CVE-2020-8608.patch, gnu/packages/patches/qemu-fix-documentation-build-failure.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/virtualization.scm (qemu)[source](patches): Remove. [arguments]: Add phase 'patch-/bin/sh-references'. In the 'configure' phase, add shebang substitutions. Remove phase 'prevent-network-configuration'. [inputs]: Change from LIBCAP to LIBCAP-NG.
* Merge branch 'core-updates'Marius Bakke2020-05-08
|\
| * gnu: android-libutils: Fix build failure.Marius Bakke2020-05-07
| | | | | | | | | | | | * gnu/packages/android.scm (android-libutils)[arguments]: Add phase 'augment-CPLUS_INCLUDE_PATH'. [native-inputs]: Distinguish GCC-5.
| * build-system/emacs: Hide the 'delete' binding from (guix build utils).Marius Bakke2020-05-07
| | | | | | | | | | | | | | This gets rid of a warning from 'compute-guix-derivation.drv' when running on Guile 3.0. (guix build emacs-build-system) includes (srfi srfi-1) anyway. * guix/build/emacs-build-system.scm: Do not import 'delete' from (guix build utils).
| * channels: Add patch for <https://bugs.gnu.org/41028>.Ludovic Courtès2020-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | Without this patch, we couldn't jump from here to commits before 05e783871c2c69b402e088863d46f5be7915ac74 because the 'compute-guix-derivation' script would crash with an unbound-variable error for 'call-with-new-thread'. Fixes <https://bugs.gnu.org/41028>. Reported by Christopher Baines <mail@cbaines.net>. * guix/channels.scm (%bug-41028-patch): New variable. (%patches): Add it.
| * channels: Add mechanism to patch checkouts of the 'guix channel.Ludovic Courtès2020-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/channels.scm (<patch>): New record type. (apply-patches): New procedure. (latest-channel-instance)[dot-git?]: New procedure. Use 'update-cached-checkout' and 'add-to-store' instead of 'latest-repository-commit'. Call 'apply-patches' when CHANNEL is the 'guix channel. (%patches): New variable. * guix/git.scm (url+commit->name): Make public. * tests/channels.scm ("latest-channel-instances includes channel dependencies") ("latest-channel-instances excludes duplicate channel dependencies"): Mock 'update-cached-checkout' instead of 'latest-repository-commit'. Wrap body in 'with-store' and pass the store to 'latest-channel-instances'.
| * channels: Add 'latest-channel-instance'.Ludovic Courtès2020-05-07
| | | | | | | | | | * guix/channels.scm (latest-channel-instance): New procedure. (latest-channel-instances): Use it.
| * Merge branch 'master' into core-updatesMarius Bakke2020-05-06
| |\
| * | gnu: php: Remove failing tests.Maxim Cournoyer2020-05-06
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/php.scm (php)[phases]{prepare-tests}: Remove the ext/gd/tests/bug65148.phpt, ext/gd/tests/bug66590.phpt, ext/gd/tests/bug73869.phpt, ext/gd/tests/webp_basic.phpt and ext/gd/tests/imagecreatefromstring_webp.phpt tests.
| * | gnu: php: Partially fix the build.Maxim Cournoyer2020-05-06
| | | | | | | | | | | | | | | * gnu/packages/php.scm (php)[phases]: Do not attempt to delete the now nonexistent 'lstat_stat_variation9.phpt' file.
| * | gnu: hyperledger-iroha: Build with the latest Boost.Marius Bakke2020-05-05
| | | | | | | | | | | | | | | * gnu/packages/hyperledger.scm (hyperledger-iroha)[inputs]: Change from BOOST-1.69.0 to BOOST.
| * | Merge branch 'master' into core-updatesMarius Bakke2020-05-05
| |\ \
| * | | gnu: fakeroot: Fix test failures.Marius Bakke2020-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/41090>. Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>. * gnu/packages/linux.scm (fakeroot)[inputs]: Change from LIBCAP to LIBCAP/NEXT. [arguments]: Add substitution for tests that use 'ls' to test for block devices.
| * | | gnu: libcap: Add 2.34.Marius Bakke2020-05-05
| | | | | | | | | | | | | | | | * gnu/packages/linux.scm (libcap/next): New public variable.
| * | | gnu: cmark: Fix test failure with Python 3.8.Marius Bakke2020-05-05
| | | | | | | | | | | | | | | | * gnu/packages/markup.scm (cmark)[source](modules, snippet): New fields.
| * | | gnu: python-s3transfer: Fix build with Python 3.8.Christopher Baines2020-05-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-s3transfer)[arguments]: Add a 'patch phase to fix a test to work under Python 3.8.
| * | | gnu: hplip: Fix build with Python 3.8.Marius Bakke2020-05-04
| | | | | | | | | | | | | | | | * gnu/packages/cups.scm (hplip)[arguments]: Add phase "fix-build-with-python-3.8".
| * | | gnu: gnome-maps: Remove obsolete input.Marius Bakke2020-05-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (gnome-maps)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
| * | | gnu: gnome-maps: Do not propagate GTK+.Marius Bakke2020-05-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (gnome-maps)[propagated-inputs]: Remove. [inputs]: Add GTK+.
| * | | gnu: gnome-maps: Add missing input.Marius Bakke2020-05-04
| | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/41058>. Reported by sirgazil <sirgazil@zoho.com>. * gnu/packages/geo.scm (gnome-maps)[inputs]: Add EVOLUTION-DATA-SERVER.
| * | | gnu: gnome-weather: Add wrapper to fix runtime failure.Marius Bakke2020-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/41057>. Reported by sirgazil <sirgazil@zoho.com>. * gnu/packages/gnome.scm (gnome-weather)[arguments]: Add #:glib-or-gtk?. Add phase to wrap the executable with GTK+ variables.
| * | | gnu: Add guile-ac-d-bus.Ludovic Courtès2020-05-03
| | | | | | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-ac-d-bus): New variable.
| * | | gnu: Add guile-packrat.Ludovic Courtès2020-05-03
| | | | | | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-packrat): New variable.
| * | | locale: Add glibc 2.29 to '%default-locale-libcs'.Ludovic Courtès2020-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This eases transition for anyone reconfiguring and still having profiles with packages using the former libc. * gnu/system/locale.scm (%default-locale-libcs): Add GLIBC-2.29.