about summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-01-11 18:48:06 -0600
committerWill Dietz <w@wdtz.org>2018-02-13 09:44:40 -0600
commit20203206d855adb9e069f310ba6c14bb7cd42592 (patch)
tree42d132e6ef3c7a7e06d12d7e9f362662db153dc0 /pkgs/top-level/perl-packages.nix
parente390b45c14b4efcfef39d3228db9fd641ed6ed6f (diff)
downloadnixlib-20203206d855adb9e069f310ba6c14bb7cd42592.tar
nixlib-20203206d855adb9e069f310ba6c14bb7cd42592.tar.gz
nixlib-20203206d855adb9e069f310ba6c14bb7cd42592.tar.bz2
nixlib-20203206d855adb9e069f310ba6c14bb7cd42592.tar.lz
nixlib-20203206d855adb9e069f310ba6c14bb7cd42592.tar.xz
nixlib-20203206d855adb9e069f310ba6c14bb7cd42592.tar.zst
nixlib-20203206d855adb9e069f310ba6c14bb7cd42592.zip
perl.TextWrapI18N: mark broken on musl
glibcLocales doesn't build currently.
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index cbb730363ff1..63091cd92f52 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -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";
     };
   };