diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix index b8b70b257838..ee41eda0e75d 100644 --- a/pkgs/applications/editors/vscode/vscodium.nix +++ b/pkgs/applications/editors/vscode/vscodium.nix @@ -91,5 +91,7 @@ callPackage ./generic.nix rec { "aarch64-darwin" "armv7l-linux" ]; + # requires libc.so.6 and other glibc specifics + broken = stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isGnu; }; }