-
-
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
*diag: use python3 and toPythonApplication #44408
Conversation
Note |
Seems like it's listed in this package's |
Success on x86_64-linux (full log) Attempted: actdiag Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: actdiag Partial log (click to expand)
|
09efcf3
to
54ae6ea
Compare
Success on x86_64-linux (full log) Attempted: actdiag Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: actdiag Partial log (click to expand)
|
@GrahamcOfBorg build python2.pkgs.actdiag python3.pkgs.actdiag |
Success on aarch64-linux (full log) Attempted: python2.pkgs.actdiag, python3.pkgs.actdiag Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: python2.pkgs.actdiag, python3.pkgs.actdiag Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: actdiag, blockdiag, nwdiag, seqdiag Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: actdiag, blockdiag, nwdiag, seqdiag Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: actdiag, blockdiag Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: actdiag, blockdiag Partial log (click to expand)
|
Motivation for this change
Actdiag is only an application, not a Python module.This makes the actdiag package use python3 instead of python2 (#18185).
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)cc @bjornfor