Skip to content

Commit

Permalink
Merge pull request #44055 from ljli/vscode-fix-stable
Browse files Browse the repository at this point in the history
vscode: fix keymapping.node rpath
  • Loading branch information
Mic92 committed Jul 29, 2018
2 parents eee71d8 + 8582bf5 commit 84d9355
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/applications/editors/vscode/default.nix
Expand Up @@ -81,6 +81,11 @@ in
--set-rpath "${rpath}" \
$out/lib/vscode/resources/app/node_modules.asar.unpacked/keytar/build/Release/keytar.node
patchelf \
--set-rpath "${rpath}" \
"$out/lib/vscode/resources/app/node_modules.asar.unpacked/native-keymap/build/Release/\
keymapping.node"
ln -s ${lib.makeLibraryPath [libsecret]}/libsecret-1.so.0 $out/lib/vscode/libsecret-1.so.0
'';

Expand Down

0 comments on commit 84d9355

Please sign in to comment.