remmina: remove obsolete TARGET_OS_* workaround

This commit is contained in:
Emily
2025-01-06 00:47:50 +00:00
parent 4ba8d9956e
commit 07464c4dca
@@ -125,11 +125,6 @@ stdenv.mkDerivation (finalAttrs: {
"-DWITH_ICON_CACHE=OFF"
];
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin (toString [
"-DTARGET_OS_IPHONE=0"
"-DTARGET_OS_WATCH=0"
]);
dontWrapQtApps = true;
preFixup = ''