perl.TextWrapI18N: mark broken on musl
glibcLocales doesn't build currently.
This commit is contained in:
parent
e390b45c14
commit
20203206d8
@ -15065,6 +15065,8 @@ let self = _self // overrides; _self = with self; {
|
||||
meta = {
|
||||
description = "Line wrapping module with support for multibyte, fullwidth, and combining characters and languages without whitespaces between words";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl2 ];
|
||||
# bogus use of glibc, pretty sure, think this is what we have glibcLocales for?
|
||||
broken = stdenv.hostPlatform.libc != "glibc";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user