Open Profpatsch opened 7 years ago
I managed to build vscode from source with the electron build from nixpkgs (so we don't need to change the electron build).
node-native-keymap
, I have submitted a PRnix-build '<nixpkgs>' -A electron -o nixpkgs-electron
ln -sf nixpkgs-electron/lib/electron/electron .build/electron/code-oss
vscode has a wrapper around npm and also downloads packages during the build. I haven't yet figured out how to integrate that with our node.js infrastructure.
@gebner does this mean we have a from-source build that is MIT now?
Not that I know of. I just managed to build vscode from source at all.
Implemented here: https://github.com/NixOS/nixpkgs/pull/86122
There is already a PR, but it still needs a bit of clean up.
Is the vscodium
build from source? I think that would be enough.
VSCode is currently packaged with binaries from Microsoft. Those are non-free. The source code is under MIT license.
It might be necessary to build Electron from Source first, see https://github.com/NixOS/nixpkgs/issues/17073