guix/gnu
Tobias Geerinckx-Rice 7cbf06d8c2
gnu: mysql: Fix build.
MySQL demands boost@1.59.0, and lying about it no longer works:

sql/item_geofunc_internal.cc: In function ‘void handle_gis_exception(const char*)’:
sql/item_geofunc_internal.cc:37:81: error: expected unqualified-id before ‘&’ token
   catch (const boost::geometry::detail::self_get_turn_points::self_ip_exception &)
                                                                                 ^
[...]

* gnu/packages/databases.scm (boost-for-mysql): New variable.
(mysql)[inputs]: Use that instead of the regular boost.
[arguments]: Remove now-unnecessary ‘patch-boost-version’ phase.
2018-08-20 20:17:20 +02:00
..
bootloader
build linux-initrd: Try several file names when looking up modules. 2018-07-29 18:50:28 +02:00
packages gnu: mysql: Fix build. 2018-08-20 20:17:20 +02:00
services services: cuirass: Put data in /var/lib to avoid removal at boot. 2018-08-16 19:23:29 +02:00
system linux-initrd: Report only missing modules, not all needed modules. 2018-07-29 18:50:28 +02:00
tests gnu: services: Add pcscd service. 2018-08-16 02:46:27 +05:30
artwork.scm
bootloader.scm
local.mk gnu: gcc@4.8: Fix libsanitizer build issue. 2018-08-19 18:21:24 +02:00
packages.scm
services.scm
system.scm
tests.scm