-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
python3Packages.ovito: 3.0.0 -> 3.3.1 #102250
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.
I would much rather have the python interpreter parameterized
in all-packages, i would would just do python = python3;
do you mind squashing? Please follow CONTRIBUTING.md and manual#submitting-changes-making-patches and squash the fix-up commits. This can be done without
However, |
I am squashing it at the moment. Easiest thing how to accept your suggestions in my local branch is to accept them via Github UI into remote branch and then update my local branch. |
What do you mean by this? This changeset does not touch all-packages ... I guess you meant this, right? (in - ovito = toPythonModule (pkgs.libsForQt5.callPackage ../development/python-modules/ovito { });
+ ovito = toPythonModule (pkgs.libsForQt5.callPackage ../development/python-modules/ovito { inherit python; }); |
sorry, for some reason I thought there was a top-level ovito |
oh in the original list, it just shows |
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
Result of nixpkgs-review pr 102250 1
3 packages built:
- python27Packages.ovito
- python37Packages.ovito
- python38Packages.ovito
Motivation for this change
Version update, convert to Python 3 (part of #101964), fix build
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)