Drop "isGlibc", but keep isMusl.

gnu "abi" doesn't mean glibc (mingw, apparently).
This commit is contained in:
Will Dietz
2018-02-11 14:55:17 -06:00
parent 2dfee94fe7
commit f090bbb248
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -35,7 +35,6 @@ rec {
MinGW = { kernel = kernels.windows; abi = abis.gnu; };
Musl = with abis; map (a: { abi = a; }) [ musl musleabi musleabihf ];
Glibc = with abis; map (a: { abi = a; }) [ gnu gnueabi gnueabihf ];
};
matchAnyAttrs = patterns: