maigret: mark as broken on darwin

This commit is contained in:
Fabian Affolter
2025-05-19 19:13:40 +02:00
parent 676d2f074e
commit f218242aa9
+1
View File
@@ -108,5 +108,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://maigret.readthedocs.io";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
broken = stdenv.hostPlatform.isDarwin;
};
}