vscode: use absolute predetermined path instead of heuristic

Fixes #59725
This commit is contained in:
Patrick Hilhorst 2019-04-17 11:42:37 +02:00
parent f8564ae974
commit f9d9c61018
No known key found for this signature in database
GPG Key ID: 589BB0A8DAFEF2B2

@ -108,6 +108,9 @@ in
mkdir -p $out/share/pixmaps
cp $out/lib/vscode/resources/app/resources/linux/code.png $out/share/pixmaps/code.png
# Override the previously determined VSCODE_PATH with the one we know to be correct
sed -i "/ELECTRON=/iVSCODE_PATH='$out/lib/vscode'" $out/bin/code
'';
preFixup = lib.optionalString (system == "i686-linux" || system == "x86_64-linux") ''