vscodium: mark non-glibc as broken (#394679)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user