Commit 13c6f222 authored by Fabian Affolter's avatar Fabian Affolter Committed by github-actions[bot]
Browse files

poutine: mark as broken on darwin

(cherry picked from commit f6d2a400)
parent 3e1e848b
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;
  };
}