remmina: remove obsolete TARGET_OS_* workaround
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user