rs: remove code for macOS < 11

This commit is contained in:
Emily
2025-01-05 20:57:36 +00:00
parent e375360a4b
commit 2931f3f251
-1
View File
@@ -69,6 +69,5 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.unix;
broken = stdenv.hostPlatform.isx86_64 && stdenv.hostPlatform.isDarwin; # missing strtonum()
};
}