Loading pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ homepage = "https://github.com/timescale/timescaledb-toolkit"; maintainers = with maintainers; [ typetetris ]; platforms = postgresql.meta.platforms; license = licenses.asl20; license = licenses.tsl; # as it needs to be used with timescaledb, simply use the condition from there broken = stdenv.isDarwin; Loading Loading
pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ homepage = "https://github.com/timescale/timescaledb-toolkit"; maintainers = with maintainers; [ typetetris ]; platforms = postgresql.meta.platforms; license = licenses.asl20; license = licenses.tsl; # as it needs to be used with timescaledb, simply use the condition from there broken = stdenv.isDarwin; Loading