-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
psychopy: init at 2023.2.4 #274862
base: master
Are you sure you want to change the base?
psychopy: init at 2023.2.4 #274862
Conversation
waiting for hydra to build |
4302c14
to
443c430
Compare
So, currently it just exits with 1, no stderr or stdout. |
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 your work towards getting psychopy integrated. I've left a few preliminary comments, but it's likely there is still quite a bit of work to do to get these packages to a working state.
}; | ||
format = "setuptools"; | ||
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.
Please add pythonImportsCheck = [ ... ]
to Python packages.
substituteInPlace PsychSourceGL/Source/Common/Screen/PsychWindowSupport.c \ | ||
--replace "libusb-1.0.so.0" "${libusb}/lib/libusb-1.0.so.0" | ||
''; | ||
} |
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.
For Python packages, please either properly enable the tests e.g. by adding pytestCheckHook
to nativeCheckInputs
or explicitly disabling them with some explanation in comment.
2746e3f
to
6835623
Compare
aaa, psychtoolbox has so many licenses, some of which are not in nixpkgs |
In this case I would set |
Description of changes
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/
)Add a 👍 reaction to pull requests you find important.