xlog: mark broken on darwin

This commit is contained in:
Peder Bergebakken Sundt
2025-06-27 09:31:16 +02:00
parent ade903c5be
commit 2c793099f0
+1
View File
@@ -41,5 +41,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
platforms = platforms.unix;
mainProgram = "xlog";
broken = stdenv.hostPlatform.isDarwin;
};
}