aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | gnu: icu4c: Add upstream patches.•••This is necessary to fix a test failure in 'node' when built for i686-linux. * gnu/packages/icu4c.scm (%icu4c-patches): New variable. (icu4c)[source](patches, patch-flags): New fields. Marius Bakke2019-07-31
| | * | | | | | | | | | | gnu: gpsbabel: Remove GCC 5 workaround.•••* gnu/packages/gps.scm (gpsbabel)[arguments]<#:configure-flags>: Remove "CXXFLAGS". Marius Bakke2019-07-31
| | * | | | | | | | | | | gnu: prank: Update to 170427.•••* gnu/packages/bioinformatics.scm (prank): Update to 170427. Marius Bakke2019-07-31
| | * | | | | | | | | | | gnu: ftgl: Update to 2.4.0.•••* gnu/packages/gl.scm (ftgl): Update to 2.4.0. [home-page]: Change to maintained fork at <https://github.com/frankheckenbach/ftgl>. [source]: Change to GIT-FETCH. [native-inputs]: Add AUTOCONF, AUTOMAKE and LIBTOOL. Marius Bakke2019-07-31
| | * | | | | | | | | | | Merge branch 'master' into core-updatesMarius Bakke2019-07-31
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | gnu: gnome-maps: Update to 3.30.3.1.•••* gnu/packages/geo.scm (gnome-maps): Update to 3.30.3.1. [inputs]: Replace gdk-pixbuf with gdk-pixbuf+svg and gnome-online-accounts with gnome-online-accounts:lib. [arguments]: Adjust 'wrap' phase accordingly. Kei Kebreau2019-07-28
| | * | | | | | | | | | | | Merge branch 'master' into core-updatesMarius Bakke2019-07-22
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | gnu: pybind11: Update to 2.3.0.•••* gnu/packages/python-xyz.scm (pybind11): Update to 2.3.0. Marius Bakke2019-07-21
| | * | | | | | | | | | | | | gnu: gnome-session: Do not patch in absolute paths.•••This is no longer needed as upstream is now using absolute paths. * gnu/packages/gnome.scm (gnome-session): Remove phase that patches absolute paths into the session desktop entry files. Timothy Sample2019-07-19
| | * | | | | | | | | | | | | gnu: evolution-data-server: Use a proper patch for locales.•••See <https://lists.gnu.org/archive/html/guix-devel/2019-07/msg00265.html>. * gnu/packages/patches/evolution-data-server-locales.patch: New file. * gnu/local.mk: Add it. * gnu/packages/gnome.scm (evolution-data-server): Replace the 'patch-locale-canonicalization' phase with the new patch. Timothy Sample2019-07-19
| | * | | | | | | | | | | | | gnu: colobot, leela-zero: Add Boost workaround.•••This works around and incompatibility with CMake 3.14 and Boost 1.70, see <https://bugs.gnu.org/36721>. * gnu/packages/games.scm (colobot, leela-zero)[arguments]: Add "-DBoost_NO_BOOST_CMAKE=ON" in <#:configure-flags>. Marius Bakke2019-07-19
| | * | | | | | | | | | | | | gnu: supertux: Adjust for recent GCC and Boost.•••* gnu/packages/patches/supertux-fix-build-with-gcc5.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/games.scm (supertux)[source](patches): Remove. [arguments]: Adjust <#:configure-flags>. Marius Bakke2019-07-19
| | * | | | | | | | | | | | | gnu: python-keras: Add upstream patch.•••* gnu/packages/patches/python-keras-integration-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/machine-learning.scm (python-keras)[source](patches): New field. Marius Bakke2019-07-19
| | * | | | | | | | | | | | | gnu: librime: Update to 1.5.3.•••* gnu/packages/ibus.scm (librime): Update to 1.5.3. [arguments]: Add <#:configure-flags>. Marius Bakke2019-07-19
| | * | | | | | | | | | | | | gnu: zyre: Kernel headers are system headers.•••* gnu/packages/networking.scm (zyre)[arguments]: Add <#:make-flags>. Marius Bakke2019-07-19
| | * | | | | | | | | | | | | gnu: czmq: Update to 4.2.0.•••* gnu/packages/networking.scm (czmq): Update to 4.2.0. [arguments]: Enable tests, but patch out the non-working one. Marius Bakke2019-07-19
| | * | | | | | | | | | | | | gnu: tensorflow: Provide older setuptools version.•••* gnu/packages/python-xyz.scm (python-setuptools-for-tensorflow): New public variable. * gnu/packages/machine-learning.scm (tensorflow)[native-inputs]: Add it. Marius Bakke2019-07-19
| | * | | | | | | | | | | | | gnu: fbreader: Build with GCC 5.•••* gnu/packages/ebook.scm (fbreader)[native-inputs]: Add GCC-5. Rutger Helling2019-07-19
| | * | | | | | | | | | | | | gnu: john-the-ripper-jumbo: Build against OpenSSL 1.0.•••* gnu/packages/password-utils.scm (john-the-ripper-jumbo): Change OPENSSL to OPENSSL-1.0. Rutger Helling2019-07-19
| | * | | | | | | | | | | | | gnu: ovmf: Build with GCC 5.•••* gnu/packages/firmware.scm (ovmf)[native-inputs]: Add GCC-5. Rutger Helling2019-07-19
| | * | | | | | | | | | | | | Merge branch 'master' into core-updatesMarius Bakke2019-07-19
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | gnu: python-pympler: Update to 0.7.•••* gnu/packages/python-xyz.scm (python-pympler): Update to 0.7. Marius Bakke2019-07-19
| | * | | | | | | | | | | | | | gnu: pidentd: Build against OpenSSL 1.0.•••* gnu/packages/networking.scm (pidentd)[inputs]: Change OPENSSL to OPENSSL-1.0. Marius Bakke2019-07-19
| | * | | | | | | | | | | | | | gnu: bpp: Use the default GCC.•••* gnu/packages/bioinformatics.scm (bpp-core, bpp-phyl, bpp-popgen, bpp-seq, bppsuite)[inputs]: Remove GCC-5. Marius Bakke2019-07-18
| | * | | | | | | | | | | | | | gnu: python-flake8-polyfill: Adjust tests for Pytest 4.•••* gnu/packages/python-xyz.scm (python-flake8-polyfill)[arguments]: Add substitution in setup.cfg. Marius Bakke2019-07-18
| | * | | | | | | | | | | | | | gnu: openmw: Add Boost workaround.•••* gnu/packages/game-development.scm (openmw)[arguments]: Set "-DBoost_NO_BOOST_CMAKE=ON" in <#:configure-flags>. Marius Bakke2019-07-18
| | * | | | | | | | | | | | | | gnu: zeromq: Update to 4.3.2.•••* gnu/packages/networking.scm (zeromq): Update to 4.3.2. [source](uri): Adjust accordingly. Marius Bakke2019-07-18
| | * | | | | | | | | | | | | | gnu: openimageio: Fix build with Boost 1.70 and CMake 3.14.•••* gnu/packages/graphics.scm (openimageio)[arguments]: Add <#:configure-flags>. Marius Bakke2019-07-18
| | * | | | | | | | | | | | | | gnu: openal: Build with GCC 9.•••* gnu/packages/audio.scm (openal)[native-inputs]: Add GCC-9. Marius Bakke2019-07-18
| | * | | | | | | | | | | | | | gnu: libvirt: Provide '<rpc/rpc.h>'.•••* gnu/packages/virtualization.scm (libvirt)[inputs]: Add LIBTIRPC. [arguments]: Add phase 'patch-libtirpc-file-names'. Marius Bakke2019-07-18
| | * | | | | | | | | | | | | | gnu: innoextract: Fix build with Boost 1.70 and GCC 7.•••* gnu/packages/compression.scm (innoextract)[arguments]: Add <#:configure-flags> and <#:phases>. Marius Bakke2019-07-18
| | * | | | | | | | | | | | | | gnu: libmp4v2: Fix build with C++11.•••* gnu/packages/patches/libmp4v2-c++11.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/video.scm (libmp4v2)[source](patches): New field. Marius Bakke2019-07-18
| | * | | | | | | | | | | | | | gnu: gnome-control-center: Shorten patch file name.•••* gnu/packages/patches/gnome-control-center-use-udisks-to-get-disk-size.patch: Rename to... * gnu/packages/patches/gnome-control-center-udisks.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gnome.scm (gnome-control-center)[source]: Likewise. Ludovic Courtès2019-07-17
| | * | | | | | | | | | | | | | Merge branch 'master' into core-updatesLudovic Courtès2019-07-17
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | gnu: multipath-tools: Treat libaio headers as system headers.•••* gnu/packages/linux.scm (multipath-tools)[arguments]: Set C_INCLUDE_PATH in <#:make-flags>. Marius Bakke2019-07-17
| | * | | | | | | | | | | | | | | gnu: ceph: Fix build with recent CMake.•••* gnu/packages/storage.scm (ceph)[arguments]: Drop "-DENABLE_SHARED" from <#:configure-flags> in favor of "-DBUILD_SHARED_LIBS". Add phase to remove installed test executables. Marius Bakke2019-07-17
| | * | | | | | | | | | | | | | | gnu: nanopolish: Fix build with GCC 7.•••* gnu/packages/bioinformatics.scm (nanopolish)[arguments]: Preserve the existing CPATH variable, if any. Marius Bakke2019-07-17
| | * | | | | | | | | | | | | | | gnu: evolution-data-server: Remove obsolete workaround.•••* gnu/packages/gnome.scm (evolution-data-server)[arguments]: Do not pass "-DU_USING_ICU_NAMESPACE" in <#:configure-flags>. Marius Bakke2019-07-16
| | * | | | | | | | | | | | | | | gnu: evolution-data-server: Update to 3.30.5.•••* gnu/packages/gnome.scm (evolution-data-server): Update to 3.30.5. [arguments]: Remove "-std=gnu++11" configure flag. Disable more failing tests. Kei Kebreau2019-07-16
| | * | | | | | | | | | | | | | | gnu: evolution: Update to 3.30.5.•••* gnu/packages/gnome.scm (evolution): Update to 3.30.5. [arguments]: Add "patch-ui-module-dir", "glib-or-gtk-compile-schemas" and "glib-or-gtk-wrap" phases. Kei Kebreau2019-07-16
| | * | | | | | | | | | | | | | | gnu: Qt@4: Build with GCC 5 and OpenSSL 1.0.•••* gnu/packages/qt.scm (qt-4)[inputs]: Replace OPENSSL with OPENSSL-1.0. [native-inputs]: Add GCC-5. Marius Bakke2019-07-16
| | * | | | | | | | | | | | | | | gnu: evolution-data-server: Fix locale handling.•••* gnu/packages/gnome.scm (evolution-data-server)[arguments]: Add a phase that patches the source code to fix a locale handling issue. Timothy Sample2019-07-16
| | * | | | | | | | | | | | | | | gnu: libnsl: Do not build 'libnsl.a'.•••* gnu/packages/onc-rpc.scm (libnsl)[arguments]: Add <#:configure-flags>. Marius Bakke2019-07-15
| | * | | | | | | | | | | | | | | gnu: libnsl: Fix build with gettext 0.20.•••* gnu/packages/onc-rpc.scm (libnsl)[arguments]: New field. Marius Bakke2019-07-15
| | * | | | | | | | | | | | | | | gnu: sooperlooper: Adjust for GCC 7.•••* gnu/packages/music.scm (sooperlooper)[arguments]: Remove <#:make-flags>. Preserve CPATH in <#:phases>. Marius Bakke2019-07-15
| | * | | | | | | | | | | | | | | gnu: Adjust CPATH overrides to work with GCC 7 search paths.•••* gnu/packages/education.scm (gcompris)[arguments]: Preserve original CPATH, if any. * gnu/packages/games.scm (ltris, prboom-plus, abbaye, red-eclipse, btanks, 4dtris, edgar)[arguments]: Likewise. Marius Bakke2019-07-15
| | * | | | | | | | | | | | | | | gnu: msgpack: Update to 3.2.0.•••* gnu/packages/serialization.scm (msgpack): Update to 3.2.0. [build-system]: Change to CMAKE-BUILD-SYSTEM. [native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL. Marius Bakke2019-07-15
| | * | | | | | | | | | | | | | | gnu: lua-libmpack: Update to 1.0.8.•••* gnu/packages/serialization.scm (lua-libmpack): Update to 1.0.8. Marius Bakke2019-07-15
| | * | | | | | | | | | | | | | | gnu: lua-libmpack: Do not use unstable source tarball.•••* gnu/packages/serialization.scm (lua-libmpack)[source]: Change to GIT-FETCH. Marius Bakke2019-07-15
| | * | | | | | | | | | | | | | | gnu: salmon: Fix build with GCC 7.•••* gnu/packages/bioinformatics.scm (salmon)[arguments]: Do not read from CPLUS_INCLUDE_PATH, and add headers to CPATH only. Marius Bakke2019-07-15