lol

Merge #158737: mysql80: fix Darwin build

+2
+2
pkgs/servers/sql/mysql/8.0.x.nix
··· 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 + substituteInPlace cmake/fido2.cmake \ 24 + --replace ''$\{MY_PKG_CONFIG_EXECUTABLE\} "${pkg-config}/bin/pkg-config" 23 25 ''; 24 26 25 27 buildInputs = [