gtk-frdp: remove obsolete TARGET_OS_* workaround

This commit is contained in:
Emily
2025-01-06 00:47:50 +00:00
parent 6cdd31392a
commit b0e229092a
-7
View File
@@ -48,13 +48,6 @@ stdenv.mkDerivation rec {
};
};
env.NIX_CFLAGS_COMPILE = toString (
lib.optionals stdenv.hostPlatform.isDarwin [
"-DTARGET_OS_IPHONE=0"
"-DTARGET_OS_WATCH=0"
]
);
meta = with lib; {
homepage = "https://gitlab.gnome.org/GNOME/gtk-frdp";
description = "RDP viewer widget for GTK";