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:
commit
737696cac7
1 changed files with 3 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue