vscodium: mark non-glibc as broken (#394679)

This commit is contained in:
Arne Keller 2025-04-02 14:00:17 +02:00 committed by GitHub
commit dfa986cbcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
};
}