mariadb: remove c++11 narrowing error patch

This commit is contained in:
Izorkin
2019-08-01 20:26:23 +03:00
parent 0b8da0cbfb
commit 12f95f7572
2 changed files with 1 additions and 18 deletions
+1 -5
View File
@@ -53,11 +53,7 @@ common = rec { # attributes common to both builds
patches = [
./cmake-includedir.patch
./cmake-libmariadb-includedir.patch
] ++ optionals stdenv.isDarwin [
# Derived from "Fixed c++11 narrowing error"
# https://github.com/MariaDB/server/commit/a0dfefb0f8a47145e599a5f1b0dc576fa7634b92
./fix-c++11-narrowing-error.patch
];
];
cmakeFlags = [
"-DBUILD_CONFIG=mysql_release"