Skip to content
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

vscode: fix keymapping.node rpath #44043

Merged
merged 1 commit into from Jul 24, 2018
Merged

vscode: fix keymapping.node rpath #44043

merged 1 commit into from Jul 24, 2018

Conversation

ljli
Copy link
Contributor

@ljli ljli commented Jul 24, 2018

Tested on NixOS. Should fix the problem described in #40595.

patchelf \
--set-rpath "${rpath}" \
"$out/lib/vscode/resources/app/node_modules.asar.unpacked/native-keymap/build/Release/\
keymapping.node"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need a backport?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that way, the error occurs also with 1.23.0 and disappears after this change. I made another PR against the release branch, #44055.

@Mic92 Mic92 merged commit 1ebf90b into NixOS:master Jul 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants