mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
vscodium: mark non-glibc as broken (#394679)
This commit is contained in:
commit
dfa986cbcf
1 changed files with 2 additions and 0 deletions
|
@ -91,5 +91,7 @@ callPackage ./generic.nix rec {
|
||||||
"aarch64-darwin"
|
"aarch64-darwin"
|
||||||
"armv7l-linux"
|
"armv7l-linux"
|
||||||
];
|
];
|
||||||
|
# requires libc.so.6 and other glibc specifics
|
||||||
|
broken = stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isGnu;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue