-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
pythonPackages.intelhex init at 2.1 #26581
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
Conversation
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.
- see the Nixpkgs manual on contributing Python packages.
- the manual and the header of this file state where expressions should go
- fetchPypi instead of fetchurl
- when disabling tests, always leave a comment explaining why.
- meta is missing
@FRidh Sorry about that, I got super lazy on this one. It's (hopefully) fixed now. |
(they seem to work for all somehow)
# Harmless test failure: | ||
# https://github.com/bialix/intelhex/issues/14 | ||
doCheck = false; | ||
|
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.
Lets see if travis confirms it.
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.
It's my understanding that the test will only fail on 64-bit systems. Please keep that in mind.
pushed aa3f37c |
@FRidh The sha256 you used for the patch is bad:
|
ugh that's the last time I use |
Thanks for the quick fix! |
Motivation for this change
This package is a dependency of another package that I'll be submitting shortly. In other words, I need this PR approved so I can submit another one :)
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)