0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

poutine: mark as broken on darwin (#408803)

This commit is contained in:
Fabian Affolter 2025-05-20 08:38:24 +02:00 committed by GitHub
commit b4ad4b97e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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