0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

[Backport release-24.11] python312Packages.logilab-common: fix build (#363081)

This commit is contained in:
Nick Cao 2024-12-08 11:31:46 -05:00 committed by GitHub
commit 737696cac7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7570,7 +7570,9 @@ self: super: with self; {
logical-unification = callPackage ../development/python-modules/logical-unification { };
logilab-common = callPackage ../development/python-modules/logilab/common.nix { };
logilab-common = callPackage ../development/python-modules/logilab/common.nix {
pytestCheckHook = pytest7CheckHook;
};
logilab-constraint = callPackage ../development/python-modules/logilab/constraint.nix { };