Unverified Commit 18ba8345 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.05] poutine: mark as broken on darwin (#408963)

parents 0ff579bc 13c6f222
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,5 +40,6 @@ buildGoModule rec {
    license = licenses.asl20;
    maintainers = with maintainers; [ fab ];
    mainProgram = "poutine";
    broken = stdenv.hostPlatform.isDarwin;
  };
}