We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328f4a4 commit 7f7a16fCopy full SHA for 7f7a16f
1 file changed
pkgs/by-name/li/libmysqlconnectorcpp/package.nix
@@ -17,6 +17,13 @@ stdenv.mkDerivation rec {
17
hash = "sha256-NqfJPUoQ0doqLmY2dVnZF0GqDwNivArpQxcc8XcfZhU=";
18
};
19
20
+ postPatch = ''
21
+ sed '/^cmake_minimum_required/Is/VERSION [0-9]\.[0-9]/VERSION 3.5/' \
22
+ -i ./cdk/extra/protobuf/CMakeLists.txt \
23
+ -i ./cdk/extra/lz4/CMakeLists.txt \
24
+ -i ./cdk/extra/zstd/CMakeLists.txt
25
+ '';
26
+
27
nativeBuildInputs = [
28
cmake
29
mysql80
0 commit comments