Skip to content

Commit

Permalink
python3Packages.dataset: mark as broken
Browse files Browse the repository at this point in the history
dataset depends on versions of SQLAlchemy older than what nixpkgs
provides. see pudo/dataset#411
  • Loading branch information
xfnw committed May 9, 2023
1 parent 2be2bef commit d6ba3f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/dataset/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@ buildPythonPackage rec {
homepage = "https://dataset.readthedocs.io";
license = licenses.mit;
maintainers = with maintainers; [ xfnw ];
# SQLAlchemy >= 2.0.0 is unsupported
# https://github.com/pudo/dataset/issues/411
broken = true;
};
}

0 comments on commit d6ba3f3

Please sign in to comment.