niftyseg: mark as broken on darwin

This commit is contained in:
Rafael Ieda
2025-11-04 12:28:51 -03:00
parent 5f2b97539d
commit 0727d46778

View File

@@ -37,6 +37,8 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ bcdarwin ];
platforms = platforms.unix;
license = licenses.bsd3;
# last successful hydra build on darwin was in 2023
broken = stdenv.hostPlatform.isDarwin;
};
}