Skip to content
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

Closed
wants to merge 1 commit into from
Closed

buildPythonPackage: fix typos #11590

wants to merge 1 commit into from

Conversation

kragniz
Copy link
Member

@kragniz kragniz commented Dec 10, 2015

No description provided.

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @domenkozar, @civodul and @offlinehacker to be potential reviewers

@domenkozar
Copy link
Member

Hmm, this will rebuild a lot of python packages. Best if we merge it together with some other work.

@domenkozar domenkozar self-assigned this Dec 10, 2015
@domenkozar
Copy link
Member

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
Copy link
Member

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?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indeed

@domenkozar
Copy link
Member

@FRidh could we also take these changes to python-wip?

@domenkozar
Copy link
Member

Fixed in 606616e09992cc8910bca62f5db643a9265a3c7a, will land shortly in master

@domenkozar domenkozar closed this Jan 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants