mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
perl.TextWrapI18N: mark broken on musl
glibcLocales doesn't build currently.
This commit is contained in:
parent
e390b45c14
commit
20203206d8
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue