mtxclient: mark as unbroken on darwin

This commit is contained in:
Lu Wang
2025-09-29 23:16:48 +08:00
parent f4af323453
commit bf105ba1f0
-3
View File
@@ -63,8 +63,5 @@ stdenv.mkDerivation rec {
rnhmjoj
];
platforms = platforms.all;
# Should be fixable if a higher clang version is used, see:
# https://github.com/NixOS/nixpkgs/pull/85922#issuecomment-619287177
broken = stdenv.hostPlatform.isDarwin;
};
}