about summary refs log tree commit diff
path: root/pkgs/servers/code-server/build-vscode-nogit.patch
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-11-08 16:38:01 +0100
committerRaito Bezarius <masterancpp@gmail.com>2023-11-17 20:26:55 +0100
commit72911a99d34a4d290671728d40016ba5254f72fe (patch)
tree80033cba4fc93e4bcce0aa761e9bbf545d8be978 /pkgs/servers/code-server/build-vscode-nogit.patch
parenta2976db919afc97b69ce3b7699a1a44ce61bbe5f (diff)
downloadnixlib-72911a99d34a4d290671728d40016ba5254f72fe.tar
nixlib-72911a99d34a4d290671728d40016ba5254f72fe.tar.gz
nixlib-72911a99d34a4d290671728d40016ba5254f72fe.tar.bz2
nixlib-72911a99d34a4d290671728d40016ba5254f72fe.tar.lz
nixlib-72911a99d34a4d290671728d40016ba5254f72fe.tar.xz
nixlib-72911a99d34a4d290671728d40016ba5254f72fe.tar.zst
nixlib-72911a99d34a4d290671728d40016ba5254f72fe.zip
code-server: drop
Depends on Node.js 16 and cannot be trivially upgraded to Node.js 18.
Diffstat (limited to 'pkgs/servers/code-server/build-vscode-nogit.patch')
-rw-r--r--pkgs/servers/code-server/build-vscode-nogit.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/pkgs/servers/code-server/build-vscode-nogit.patch b/pkgs/servers/code-server/build-vscode-nogit.patch
deleted file mode 100644
index ec726c68d438..000000000000
--- a/pkgs/servers/code-server/build-vscode-nogit.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/ci/build/build-vscode.sh b/ci/build/build-vscode.sh
-index a72549fb..3aed1ad5 100755
---- a/ci/build/build-vscode.sh
-+++ b/ci/build/build-vscode.sh
-@@ -58,7 +58,6 @@ main() {
-   # telemetry available; telemetry can still be disabled by flag or setting).
-   # This needs to be done before building as Code will read this file and embed
-   # it into the client-side code.
--  git checkout product.json             # Reset in case the script exited early.
-   cp product.json product.original.json # Since jq has no inline edit.
-   jq --slurp '.[0] * .[1]' product.original.json <(
-     cat << EOF
-@@ -105,7 +104,6 @@ EOF
-   # Reset so if you develop after building you will not be stuck with the wrong
-   # commit (the dev client will use `oss-dev` but the dev server will still use
-   # product.json which will have `stable-$commit`).
--  git checkout product.json
- 
-   popd
-