remmina: fix build on macOS runners on GitHub Actions

This commit is contained in:
Michael Hoang
2025-05-24 21:42:29 +10:00
parent 5d0d147965
commit 8962aede14
+3
View File
@@ -124,6 +124,9 @@ stdenv.mkDerivation (finalAttrs: {
"-DHAVE_LIBAPPINDICATOR=OFF"
"-DWITH_CUPS=OFF"
"-DWITH_ICON_CACHE=OFF"
# Don't use system installed Python like on GitHub Actions runners
"-DPYTHON_INCLUDE_DIR=${python3}/include/${python3.libPrefix}"
"-DPYTHON_LIBRARY=${python3}/lib/libpython${python3.pythonVersion}${stdenv.hostPlatform.extensions.sharedLibrary}"
];
dontWrapQtApps = true;