tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
Merge #158737: mysql80: fix Darwin build
Vladimír Čunát
4 years ago
323ec2f7
95c599ae
+2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
sql
mysql
8.0.x.nix
+2
pkgs/servers/sql/mysql/8.0.x.nix
reviewed
···
20
20
postPatch = ''
21
21
substituteInPlace cmake/libutils.cmake --replace /usr/bin/libtool libtool
22
22
substituteInPlace cmake/os/Darwin.cmake --replace /usr/bin/libtool libtool
23
23
+
substituteInPlace cmake/fido2.cmake \
24
24
+
--replace ''$\{MY_PKG_CONFIG_EXECUTABLE\} "${pkg-config}/bin/pkg-config"
23
25
'';
24
26
25
27
buildInputs = [