Unverified Commit 9fa55e44 authored by Tristan's avatar Tristan Committed by GitHub
Browse files

pgloader: not broken on Darwin

I decided to build pgloader on `aarch64-darwin` after seeing it was marked broken and it built and runs fine, so it can be marked un-broken.
parent ed003308
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
  '';

  meta = with lib; {
    broken = stdenv.isDarwin;
    homepage = "https://pgloader.io/";
    description = "Loads data into PostgreSQL and allows you to implement Continuous Migration from your current database to PostgreSQL";
    maintainers = with maintainers; [ mguentner ];