Commit 9d497d7c authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.harlequin-postgres: fix build

parent 4724d564
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@
  fetchPypi,
  hatchling,
  psycopg,
  duckdb,
  pythonAtLeast,
}:

buildPythonPackage rec {
@@ -24,7 +26,8 @@ buildPythonPackage rec {
  dependencies = [
    psycopg
    psycopg.pool
  ];
  ]
  ++ lib.optional (pythonAtLeast "3.14") duckdb;

  # To prevent circular dependency
  # as harlequin-postgres requires harlequin which requires harlequin-postgres