ladybird: fix runtime error on darwin

This commit is contained in:
Weijia Wang 2023-04-16 04:06:17 +03:00
parent e5e1e1c705
commit fad703cb4a

View file

@ -29,6 +29,9 @@ stdenv.mkDerivation {
# https://github.com/SerenityOS/serenity/issues/17062
substituteInPlace main.cpp \
--replace "./SQLServer/SQLServer" "$out/bin/SQLServer"
# https://github.com/SerenityOS/serenity/issues/10055
substituteInPlace ../Meta/Lagom/CMakeLists.txt \
--replace "@rpath" "$out/lib"
'';
nativeBuildInputs = [