vscode-extensions.ms-toolsai.jupyter: patch to avoid writing to read-only store

This commit is contained in:
Théo Zimmermann 2023-11-10 10:19:52 +01:00
parent ec750fd019
commit ef3e2dff0b
No known key found for this signature in database
GPG Key ID: F1744A0942F536C7

View File

@ -28,6 +28,9 @@ vscode-utils.buildVscodeMarketplaceExtension {
EOF
}
jq "$(print_jq_query)" ./package.json | sponge ./package.json
# Add a link from temp to /tmp so that the extension gets a writable
# directory to write to.
ln -s /tmp temp
'';
meta = {