vscodium: mark non-glibc as broken

This commit is contained in:
FliegendeWurst
2025-03-30 19:23:48 +02:00
parent 4534205b61
commit 144b801d0f
@@ -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;
};
}