-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Revert "xonsh: set dontWrapPythonPrograms" #301449
Conversation
This reverts commit b640371.
It shouldn't be necessary tho -- why do we need to re-introduce wrappers to xonsh-unwrapped 😕 |
running into this myself. Sadly the unwrapped xonsh isn't available by itself so overriding The reason xonsh is wrapped in the first place is #240246, providing a way to add extra python packages that can be imported. The base package was pretty much kept without major changes that would allow it to not be wrapped at all. |
Agreed, xonsh wrapper needs re-work. Since xonsh-unwrapped is unavailable, I can't build my own version from git in an overlay, only by editing nixpkgs. |
This changes builds and works for me. |
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.
Fix is needed. Seeing as you were the one removing the wrapping, i see no issue with you putting it back. But eventually xonsh-unwrapped should be available by itself and maybe less hacky too...
Likely this is caused by #297628 |
This reverts commit b640371.
Description of changes
A quick fix that resolves #301444
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.