| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/cmake.scm (cmake)[arguments]: Try both CPATH and C_INCLUDE_PATH
instead of just the latter.
|
|
|
|
|
| |
* gnu/packages/patches/python-3-search-paths.patch: s/C_INCLUDE_PATH/CPATH.
* gnu/packages/patches/python-2.7-search-paths.patch: Ditto.
|
|
|
|
|
|
|
|
|
| |
* 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/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/packages/time.scm (python-dateutil): Update to 2.8.0.
[arguments]: New field.
[native-inputs]: Add PYTHON-PYTEST.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-packaging): Update to 19.0.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-fonttools): Update to 3.37.3.
|
|
|
|
| |
* gnu/packages/check.scm (python-freezegun): Update to 0.3.11.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-setuptools): Update to 40.8.0.
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-more-itertools): Update to 5.0.0.
[arguments]: Remove.
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-configparser): Update to 3.7.1.
[source](uri): Use PYPI-URI.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python2-pathlib2): Update to 2.3.3.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-pluggy): Update to 0.8.1.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-atomicwrites): Update to 1.3.0.
|
|
|
|
| |
* gnu/packages/check.scm (python-coverage): Update to 4.5.2.
|
|
|
|
|
|
|
| |
* 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/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/packages/check.scm (python-hypothesis): Update to 4.5.3.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-setuptools-scm): Update to 3.2.0.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-py): Update to 1.7.0.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
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/packages/sqlite.scm (sqlite): Update to 3.27.1.
|
|\ |
|
| |
| |
| |
| |
| | |
* gnu/packages/check.scm (python-pytest)[home-page]: Follow redirects to
https://docs.pytest.org/en/latest/.
|
| |
| |
| |
| |
| | |
* gnu/packages/python-xyz.scm (python-configparser)[home-page]: Set to source
repository.
|
| |
| |
| |
| | |
* gnu/packages/mail.scm (notmuch): Update to 0.28.1.
|
| |
| |
| |
| |
| |
| |
| | |
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/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.6.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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/packages/mail.scm (offlineimap)[arguments]: Remove phase 'wrap-binary'.
|
| |
| |
| |
| | |
* gnu/packages/xdisorg.scm (xbanish): New public variable.
|
| |\ |
|
| | |
| | |
| | |
| | | |
* gnu/packages/databases.scm (mariadb): Add comments.
|
| | |
| | |
| | |
| | |
| | |
| | | |
* 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/packages/php.scm (php)[arguments]: Delete
'ext/curl/tests/curl_basic_009.phpt' file.
|
| | |
| | |
| | |
| | | |
* gnu/packages/gnome.scm (gtk-vnc): Update to 0.9.0.
|
| | |
| | |
| | |
| | |
| | |
| | | |
* 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.
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* gnu/packages/glib.scm (telepathy-glib)[arguments]: Pass
#:parallel-build? #f.
|
| | |\ \ |
|
| | |\ \ \ |
|
| | |\ \ \ \ |
|
| | |\ \ \ \ \ |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* guix/packages/databases.scm: Disable sporadically failing tests.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* gnu/packages/qt.scm (qscintilla): Update to 2.10.8.
(python-qscintilla)[arguments]: Update custom 'configure phase.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* gnu/packages/qt.scm (python-pyqt): Update to 5.11.3.
* gnu/packages/patches/pyqt-public-sip: Update patch.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* gnu/packages/qt.scm (python-sip): Update to 4.19.13.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* gnu/packages/qt.scm (qt, qtbase, qtsvg, qtimageformats, qtx11extras,
qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors,
qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel
qtwebglplugin, qtwebview, qtlocation, qttools, qtscript,
qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtscxml,
qtgamepad, qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d,
qtnetworkauth, qtremoteobjects, qtspeech): Update to 5.11.3.
(qt)[source]: Remove patch.
* gnu/packages/patches/qt-5-renameat2.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
| | |\ \ \ \ \ \ |
|