-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use sqlalchemy 1.3.x for mautrix-telegram #127486
Conversation
Result of 24 packages marked as broken and skipped:
1 package failed to build:1283 packages skipped due to time constraints:
127 packages built successfully:
7 suggestions:
Note that build failures may predate this PR, and could be nondeterministic or hardware dependent. Result of 61 packages marked as broken and skipped:
4 packages failed to build:1169 packages skipped due to time constraints:
122 packages built successfully:
7 suggestions:
Note that build failures may predate this PR, and could be nondeterministic or hardware dependent. |
This was not supposed to change the default version. Fixed that. |
sqlalchemy_1_4 = callPackage ../development/python-modules/sqlalchemy/1.4.nix { }; | ||
sqlalchemy = self.sqlalchemy_1_4; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sqlalchemy_1_4 = callPackage ../development/python-modules/sqlalchemy/1.4.nix { }; | |
sqlalchemy = self.sqlalchemy_1_4; | |
sqlalchemy = callPackage ../development/python-modules/sqlalchemy { }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sqlalchemy/default.nix
doesn't exist anymore, so this would break evaluation.
Motivation for this change
The author seems to have no intentions of upgrading (source: mautrix/python#46).
If they remove the feature that needs sqlalchemy, we can remove the 1.3.x version.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)