perl.TextWrapI18N: mark broken on musl

glibcLocales doesn't build currently.
This commit is contained in:
Will Dietz 2018-01-11 18:48:06 -06:00
parent e390b45c14
commit 20203206d8

View File

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