poutine: mark as broken on darwin

(cherry picked from commit f6d2a400a0)
This commit is contained in:
Fabian Affolter
2025-05-19 19:27:36 +02:00
committed by github-actions[bot]
parent 3e1e848be4
commit 13c6f2227a

View File

@@ -40,5 +40,6 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
mainProgram = "poutine";
broken = stdenv.hostPlatform.isDarwin;
};
}