zdelta: mark as broken on darwin (#457903)

This commit is contained in:
Leona Maroni
2025-11-03 15:09:35 +00:00
committed by GitHub
+2
View File
@@ -24,5 +24,7 @@ stdenv.mkDerivation {
homepage = "https://web.archive.org/web/20160316212948/http://cis.poly.edu/zdelta/";
platforms = platforms.all;
license = licenses.zlib;
# last successful hydra build on darwin was in 2024
broken = stdenv.hostPlatform.isDarwin;
};
}