-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
apriltag: init at v3.4.3 #392308
apriltag: init at v3.4.3 #392308
Conversation
e32b30b
to
5e24eb8
Compare
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.
Thanks for packaging apriltag
. I've left some review comments.
pkgs/by-name/ap/apriltag/package.nix
Outdated
|
||
buildInputs = [ opencv4WithGtk ]; | ||
|
||
propagatedBuildInputs = [ python3.pkgs.numpy ]; |
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 might be a better idea to wrap the resulting binary instead. Propagating build inputs should be used sparingly, and only when a wrapper isn't a viable solution.
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.
Seems to run correctly even without the numpy and propagatedBuildInputs
@infinisil Shouldn't the OWNERS bot prevent exactly this situation? |
@phodina: You have rewritten three commits from |
It only checks for exact commits from the development branches being included in PRs, I don't think that's the case here. |
Removed the additional commits that were picked in rebase. |
|
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.
LGTM
Add new package for Computer Vision -
apriltag
.https://april.eecs.umich.edu/software/apriltag
https://github.com/AprilRobotics/apriltag
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Other PRs: