-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
buildPythonPackage: fix typos #11590
Conversation
By analyzing the blame information on this pull request, we identified @domenkozar, @civodul and @offlinehacker to be potential reviewers |
Hmm, this will rebuild a lot of python packages. Best if we merge it together with some other work. |
Thank btw! :) |
@@ -112,7 +112,7 @@ python.stdenv.mkDerivation (builtins.removeAttrs attrs ["disabled" "doCheck"] // | |||
postFixup = attrs.postFixup or '' | |||
wrapPythonPrograms | |||
|
|||
# check if we have two packagegs with the same name in closure and fail | |||
# check if we have two packages with the same name in closure and fail | |||
# this shouldn't happen, something went wrong with dependencies specs |
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.
if we move comments out of the arguments, then future changes should not cause any rebuilds, right?
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.
indeed
@FRidh could we also take these changes to |
Fixed in 606616e09992cc8910bca62f5db643a9265a3c7a, will land shortly in master |
No description provided.