summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: inkscape: Fix FTBFS with GCC >= 6.Marius Bakke2019-02-09
| | | | | * gnu/packages/inkscape.scm (inkscape)[arguments]: Add phase 'dont-use-system-includes.
* gnu: hyperrogue: Fix FTBFS with GCC7.Marius Bakke2019-02-09
| | | | | * gnu/packages/games.scm (hyperrogue)[arguments]: Remove redundant #:make-flags. Preserve original CPATH when adding SDL path.
* gnu: libevdev: Fix FTBFS with GCC7.Marius Bakke2019-02-09
| | | | * gnu/packages/xorg.scm (libevdev)[arguments]: Add phase to please "gcc -pedantic".
* gnu: aspell: Fix FTBFS with GCC7.Marius Bakke2019-02-09
| | | | | | * gnu/packages/patches/aspell-gcc-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/aspell.scm (aspell)[source](patches): Use it.
* gnu: swig: Fix FTBFS with GCC >= 6.Marius Bakke2019-02-09
| | | | | * gnu/packages/swig.scm (swig)[arguments]: Add phase to remove -isystem flag to GCC.
* gnu: cppunit: Update to 1.14.0.Marius Bakke2019-02-09
| | | | | | * gnu/packages/check.scm (cppunit): Update to 1.14.0. (cppunit-1.14): Remove variable. * gnu/packages/libreoffice.scm (libreoffice)[inputs]: Change CPPUNIT-1.14 to CPPUNIT.
* gnu: cmake: Try CPATH and C_INCLUDE_PATH when finding system libraries.Marius Bakke2019-02-09
| | | | | * gnu/packages/cmake.scm (cmake)[arguments]: Try both CPATH and C_INCLUDE_PATH instead of just the latter.
* gnu: python: Fix FTBFS with GCC >= 6.Marius Bakke2019-02-09
| | | | | * gnu/packages/patches/python-3-search-paths.patch: s/C_INCLUDE_PATH/CPATH. * gnu/packages/patches/python-2.7-search-paths.patch: Ditto.
* gnu: glibc-final-with-bootstrap-bash: Don't enable obsolete rpc.Efraim Flashner2019-02-09
| | | | | | | | | * gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash) [arguments]: Remove 'enable-obsolete-rpc' configure flag. This brings this glibc package in line with the other glibc packages which are also built without the pre-2.14 glibc RPC functions. These functions cause build failures on armhf-linux and aarch64-linux.
* gnu: Use GCC 7 as the default compiler.Marius Bakke2019-02-09
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cross-base.scm (%gcc-cross-include-paths): Remove CROSS_C_INCLUDE_PATH & co in favor of CROSS_CPATH. * gnu/build/cross-toolchain.scm (%gcc-cross-include-paths): Likewise. (cross-gcc-build-phases): Set CROSS_C_INCLUDE_PATH and CROSS_CPLUS_INCLUDE_PATH when building the cross GCC. * gnu/packages/commencement.scm (libstdc++): Add "--disable-libstdcxx-dual-abi" to #:configure-flags. (gcc-boot0)[arguments]: Add "--disable-libmpx" to #:configure-flags. (gcc-final): Add phase to set C_INCLUDE_PATH and CPLUS_INCLUDE_PATH before building GCC. (gcc-toolchain-5): Use MAKE-GCC-TOOLCHAIN. (gcc-toolchain-7): Change to GCC-TOOLCHAIN. * gnu/packages/gcc.scm (gcc): Change from GCC-5 to GCC-7. (gfortran): Change to GFORTRAN-7. (gcc-objc): Change to GCC-OBJC-7. (gcc-objc++): Change to GCC-OBJC++-7. * gnu/packages/rust.scm (rust-1.19.0)[native-search-paths]: Change from C_INCLUDE_PATH & co to CPATH.
* gnu: python-dateutil: Update to 2.8.0.Marius Bakke2019-02-09
| | | | | | * gnu/packages/time.scm (python-dateutil): Update to 2.8.0. [arguments]: New field. [native-inputs]: Add PYTHON-PYTEST.
* gnu: python-packaging: Update to 19.0.Marius Bakke2019-02-09
| | | | * gnu/packages/python-xyz.scm (python-packaging): Update to 19.0.
* gnu: python-fonttools: Update to 3.37.3.Marius Bakke2019-02-09
| | | | * gnu/packages/python-xyz.scm (python-fonttools): Update to 3.37.3.
* gnu: python-freezegun: Update to 0.3.11.Marius Bakke2019-02-09
| | | | * gnu/packages/check.scm (python-freezegun): Update to 0.3.11.
* gnu: python-setuptools: Update to 40.8.0.Marius Bakke2019-02-09
| | | | * gnu/packages/python-xyz.scm (python-setuptools): Update to 40.8.0.
* gnu: python-more-itertools: Update to 5.0.0.Marius Bakke2019-02-09
| | | | | * gnu/packages/python-xyz.scm (python-more-itertools): Update to 5.0.0. [arguments]: Remove.
* gnu: python-configparser: Update to 3.7.1.Marius Bakke2019-02-09
| | | | | * gnu/packages/python-xyz.scm (python-configparser): Update to 3.7.1. [source](uri): Use PYPI-URI.
* gnu: python2-pathlib2: Update to 2.3.3.Marius Bakke2019-02-09
| | | | * gnu/packages/python-xyz.scm (python2-pathlib2): Update to 2.3.3.
* gnu: python-pluggy: Update to 0.8.1.Marius Bakke2019-02-09
| | | | * gnu/packages/python-xyz.scm (python-pluggy): Update to 0.8.1.
* gnu: python-atomicwrites: Update to 1.3.0.Marius Bakke2019-02-09
| | | | * gnu/packages/python-xyz.scm (python-atomicwrites): Update to 1.3.0.
* gnu: python-coverage: Update to 4.5.2.Marius Bakke2019-02-09
| | | | * gnu/packages/check.scm (python-coverage): Update to 4.5.2.
* gnu: python-pycodestyle: Update to 2.5.0.Marius Bakke2019-02-09
| | | | | | | * gnu/packages/patches/python-pycodestyle-stdlib-tokenize-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-pycodestyle): Update to 2.5.0. [source](patches): Remove.
* gnu: Remove python-flake8@3.5.Marius Bakke2019-02-09
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-flake8-3.5): Rename to ... (python-flake8): ... this. Update to 3.6.0. Remove previous variant. [arguments]: Remove phases 'delete-broken-test' and 'fix-problem-with-pycodestyle'. [properties]: Adjust for renamed variable. (python2-flake8-3.5): Rename to ... (python2-flake8): ... this. Remove previous variable. * gnu/packages/check.scm (python-hypothesis)[native-inputs]: Adjust accordingly.
* gnu: python-hypothesis: Update to 4.5.3.Marius Bakke2019-02-09
| | | | * gnu/packages/check.scm (python-hypothesis): Update to 4.5.3.
* gnu: python-setuptools-scm: Update to 3.2.0.Marius Bakke2019-02-09
| | | | * gnu/packages/python-xyz.scm (python-setuptools-scm): Update to 3.2.0.
* gnu: python-py: Update to 1.7.0.Marius Bakke2019-02-09
| | | | * gnu/packages/python-xyz.scm (python-py): Update to 1.7.0.
* gnu: Tcl/Tk: Update to 8.6.9.Marius Bakke2019-02-09
| | | | | | * gnu/packages/tcl.scm (tcl): Update to 8.6.9. (tk): Update to 8.6.9.1. [source](uri): Use VERSION-PREFIX to take only the first three components.
* gnu: sqlite: Enable FTS3 support.Marius Bakke2019-02-09
| | | | | | | This is no longer enabled by default since 3.25.0. * gnu/packages/sqlite.scm (sqlite)[arguments]: Add "-DSQLITE_ENABLE_FTS3" to #:configure-flags.
* gnu: sqlite: Update to 3.27.1.Marius Bakke2019-02-09
| | | | * gnu/packages/sqlite.scm (sqlite): Update to 3.27.1.
* Merge branch 'master' into core-updatesMarius Bakke2019-02-09
|\
| * gnu: python-pytest: Update home page.Marius Bakke2019-02-09
| | | | | | | | | | * gnu/packages/check.scm (python-pytest)[home-page]: Follow redirects to https://docs.pytest.org/en/latest/.
| * gnu: python-configparser: Update home page.Marius Bakke2019-02-09
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-configparser)[home-page]: Set to source repository.
| * gnu: notmuch: Update to 0.28.1.Marius Bakke2019-02-09
| | | | | | | | * gnu/packages/mail.scm (notmuch): Update to 0.28.1.
| * gnu: tracker: Build against the regular SQLite.Marius Bakke2019-02-09
| | | | | | | | | | | | | | FTS5 is enabled by default in the current version. * gnu/packages/sqlite.scm (sqlite-with-fts5): Remove variable. * gnu/packages/gnome.scm (tracker)[inputs]: Change from that to SQLITE.
| * gnu: webkitgtk: Update to 2.22.6.Marius Bakke2019-02-09
| | | | | | | | * gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.6.
| * gnu: libvpx: Update to 1.8.0.Marius Bakke2019-02-09
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/gst-plugins-good-libvpx-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/video.scm (libvpx): Update to 1.8.0. [source](patches): Remove obsolete patch. (libvpx-1.7): New public variable. * gnu/packages/gnuzilla.scm (icecat)[inputs]: Use LIBVPX-1.7 instead of LIBVPX. * gnu/packages/gstreamer.scm (gst-plugins-good)[source](patches): New field. [arguments]: Add #:make-flags.
| * gnu: offlineimap: Remove redundant wrapper.Marius Bakke2019-02-09
| | | | | | | | * gnu/packages/mail.scm (offlineimap)[arguments]: Remove phase 'wrap-binary'.
| * gnu: Add xbanish.Marius Bakke2019-02-09
| | | | | | | | * gnu/packages/xdisorg.scm (xbanish): New public variable.
| * Merge branch 'staging'Ludovic Courtès2019-02-09
| |\
| | * gnu: mariadb: Add comments about failing tests.Marius Bakke2019-02-06
| | | | | | | | | | | | * gnu/packages/databases.scm (mariadb): Add comments.
| | * gnu: vulkan-headers: Update to 1.1.99.Rutger Helling2019-02-06
| | | | | | | | | | | | | | | | | | * gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.99. * gnu/packages/vulkan.scm (vulkan-loader): Update hash. * gnu/packages/vulkan.scm (vulkan-tools): Update to 1.1.97.0.
| | * gnu: php: Fix test failure.Oleg Pykhalov2019-02-04
| | | | | | | | | | | | | | | * gnu/packages/php.scm (php)[arguments]: Delete 'ext/curl/tests/curl_basic_009.phpt' file.
| | * gnu: gtk-vnc: Update to 0.9.0.Oleg Pykhalov2019-02-04
| | | | | | | | | | | | * gnu/packages/gnome.scm (gtk-vnc): Update to 0.9.0.
| | * gnu: libreoffice: Fix FTBFS with Boost 1.69.0.Marius Bakke2019-02-02
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/libreoffice-boost.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/libreoffice.scm (libreoffice)[source](patches): Add it.
| | * Merge branch 'master' into stagingMarius Bakke2019-01-31
| | |\
| | * | gnu: telepathy-glib: Build sequentially.Ludovic Courtès2019-01-27
| | | | | | | | | | | | | | | | | | | | * gnu/packages/glib.scm (telepathy-glib)[arguments]: Pass #:parallel-build? #f.
| | * | download: Ask not to use TLS 1.3.Ludovic Courtès2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Works around <https://bugs.gnu.org/34102>. Reported by Marius Bakke <mbakke@fastmail.com>. * guix/build/download.scm (tls-wrap): Add "-VERS-TLS1.3" to the priority string when (gnutls-version) is not prefixed by "3.5".
| | * | Merge branch 'master' into stagingRicardo Wurmus2019-01-25
| | |\ \
| | * \ \ Merge branch 'master' into stagingRicardo Wurmus2019-01-25
| | |\ \ \
| | * \ \ \ Merge branch 'master' into stagingRicardo Wurmus2019-01-23
| | |\ \ \ \