Commit Graph

14 Commits

Author SHA1 Message Date
R. Ryantm
bfd6db1574 mysql80: 8.0.26 -> 8.0.27 2021-12-31 13:21:43 -08:00
Jason R. McNeil
5c452f15af mysql80: fix build on darwin
sw_vers is called during build since 8.0.26

- 83b87ae7f8

Fixes #132288
2021-08-19 00:43:04 -07:00
Martin Weinelt
c3c2ca1ba0 mysql80: 8.0.25 -> 8.0.26 2021-07-26 21:30:12 +02:00
Giulio De Pasquale
f6d3da9061
mysql 8.0.22 -> 8.0.25 2021-07-07 16:45:12 +01:00
Jonathan del Strother
9c76b17933
mysql: fix building on Apple Silicon
rpcsvc-proto doesn't build for aarch64-darwin (`struct stat64` isn't
declared), but it isn't actually necessary on Darwin/clang.
2021-04-11 16:56:22 +01:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Tim Otten
0f387ba184 mysql80: Fix additional libtool reference in 8.0.22 2021-01-10 23:51:29 -08:00
Tim Otten
1dc5b4612f mysql80: 8.0.21 -> 8.0.22 2021-01-10 22:50:34 -08:00
Alyssa Ross
4d5d04a238 mysql80: 8.0.17 -> 8.0.21
Hopefully substituteInPlace will be less brittle than the patch.
2021-01-10 22:48:02 -08:00
Maximilian Bosch
1897ff96d3
mysql*: fix build w/glibc-2.32 2020-09-12 23:04:45 +02:00
Daiderd Jordan
b984c227d2
cmake: remove CMAKE_OSX_DEPLOYMENT_TARGET overrides
We _do_ want minimum versions in our packages.
2020-01-31 21:52:12 +01:00
Daiderd Jordan
9b579843d4
treewide: use stdenv.macosVersionMin 2020-01-31 21:52:12 +01:00
Renaud
e7f7b475d3
mysql80: define pname and version
version is needed by the mysql service module
Close #68322
2019-11-28 20:21:05 +01:00
Tim Otten
dae42566db mysql80: init at 8.0.17 (#65221)
MySQL 8.0 is a significant iteration after MySQL 5.7.  This patch adds it as
a parallel build alongside mysql57 (similar to mysql56 and mysql55 before).
2019-08-13 19:50:51 +00:00