xteve: mark broken on darwin

This commit is contained in:
Peder Bergebakken Sundt 2025-06-27 09:31:17 +02:00
parent 2c793099f0
commit 9f670f44bc

View File

@ -1,5 +1,6 @@
{
lib,
stdenv,
buildGoModule,
fetchFromGitHub,
}:
@ -23,5 +24,6 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ nrhelmi ];
mainProgram = "xteve";
broken = stdenv.hostPlatform.isDarwin;
};
}