Skip to content

Commit 084a1d1

Browse files
authored
mysql-workbench: fix build by adding zstd to buildInputs, sort deps (#437322)
2 parents 93ef6f9 + d577904 commit 084a1d1

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

pkgs/by-name/my/mysql-workbench/package.nix

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
replaceVars,
77

88
cmake,
9+
jre,
910
ninja,
1011
pkg-config,
11-
jre,
1212
swig,
1313
wrapGAppsHook3,
1414

@@ -17,25 +17,27 @@
1717
glibc,
1818
sudo,
1919

20+
python3Packages,
21+
2022
cairo,
2123
mysql,
2224
libiodbc,
2325
proj,
2426

2527
antlr4_13,
28+
boost,
29+
gdal,
2630
gtkmm3,
27-
libxml2,
2831
libmysqlconnectorcpp,
29-
vsqlite,
30-
gdal,
31-
boost,
32+
libsecret,
3233
libssh,
33-
openssl,
34-
rapidjson,
3534
libuuid,
35+
libxml2,
3636
libzip,
37-
libsecret,
38-
python3Packages,
37+
openssl,
38+
rapidjson,
39+
vsqlite,
40+
zstd,
3941
}:
4042

4143
let
@@ -94,28 +96,29 @@ stdenv.mkDerivation (finalAttrs: {
9496

9597
nativeBuildInputs = [
9698
cmake
99+
jre
97100
ninja
98101
pkg-config
99-
jre
100102
swig_4_2
101103
wrapGAppsHook3
102104
];
103105

104106
buildInputs = [
105107
antlr4_13.runtime.cpp
108+
boost
109+
gdal
106110
gtkmm3
107-
(libxml2.override { enableHttp = true; })
111+
libiodbc
108112
libmysqlconnectorcpp
109-
vsqlite
110-
gdal
111-
boost
113+
libsecret
112114
libssh
113-
openssl
114-
rapidjson
115115
libuuid
116+
(libxml2.override { enableHttp = true; })
116117
libzip
117-
libsecret
118-
libiodbc
118+
openssl
119+
rapidjson
120+
vsqlite
121+
zstd
119122

120123
bash # for shebangs
121124

0 commit comments

Comments
 (0)