qt6.qtbase: help qmysql find the mysql
This commit is contained in:
@@ -263,6 +263,9 @@ stdenv.mkDerivation rec {
|
||||
moveToOutput "mkspecs/modules" "$dev"
|
||||
fixQtModulePaths "$dev/mkspecs/modules"
|
||||
fixQtBuiltinPaths "$out" '*.pr?'
|
||||
|
||||
# FIXME: not sure why this isn't added automatically?
|
||||
patchelf --add-rpath "${libmysqlclient}/lib/mariadb" $out/${qtPluginPrefix}/sqldrivers/libqsqlmysql.so
|
||||
'';
|
||||
|
||||
dontStrip = debugSymbols;
|
||||
|
||||
Reference in New Issue
Block a user