Skip to content

Commit

Permalink
pythonPackages.devpi-common: mark as broken
Browse files Browse the repository at this point in the history
It fails to build because it depends on packaging <22 while we use
packaging >22.

See the following issues for details:
- NixOS#231346
- devpi/devpi#939
  • Loading branch information
nlewo authored and tomodachi94 committed Jun 29, 2023
1 parent 0ca4db0 commit 037f214
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/python-modules/devpi-common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,11 @@ buildPythonPackage rec {
description = "Utilities jointly used by devpi-server and devpi-client";
license = licenses.mit;
maintainers = with maintainers; [ lewo makefu ];
# It fails to build because it depends on packaging <22 while we
# use packaging >22.
# See the following issues for details:
# - https://github.com/NixOS/nixpkgs/issues/231346
# - https://github.com/devpi/devpi/issues/939
broken = true;
};
}

0 comments on commit 037f214

Please sign in to comment.