mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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.
This commit is contained in:
parent
ed0033080d
commit
9fa55e44ce
1 changed files with 0 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue