hydra-check: unpin python version
We don't support Python 3.10 anymore, and it has incurred breakages that blocked the build of this package.
This commit is contained in:
parent
ee44ceb40e
commit
1f57f24114
@ -21741,7 +21741,7 @@ with pkgs;
|
||||
|
||||
hydraAntLogger = callPackage ../development/libraries/java/hydra-ant-logger { };
|
||||
|
||||
hydra-check = with python310.pkgs; toPythonApplication hydra-check;
|
||||
hydra-check = with python3.pkgs; toPythonApplication hydra-check;
|
||||
|
||||
hyena = callPackage ../development/libraries/hyena { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user