about summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-12-28 07:17:21 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2023-12-28 07:17:39 -0300
commit55faddd65c539c6b9a70aa4b3f62740227fd5034 (patch)
tree5543f92a3bf4b15cf7b399936e0c55ebfb020074 /pkgs/top-level/perl-packages.nix
parentb2f146867fb591ceb85384cda56a04c739b54057 (diff)
pkgsMusl.perl536Packages.POSIXstrftimeCompiler: mark broken for Musl
Reports:
* Nixpkgs: https://github.com/NixOS/nixpkgs/issues/210749
* Upstream: https://github.com/kazeburo/POSIX-strftime-Compiler/issues/8
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 7669bf2db61ee..d9bd5e4406eff 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -21778,6 +21778,9 @@ with self; {
       description = "GNU C library compatible strftime for loggers and servers";
       homepage = "https://github.com/kazeburo/POSIX-strftime-Compiler";
       license = with lib.licenses; [ artistic1 gpl1Plus ];
+      broken = stdenv.hostPlatform.isMusl; # Broken for Musl at 2023-01-14, reports:
+               # Nixpkgs: https://github.com/NixOS/nixpkgs/issues/210749
+               # Upstream: https://github.com/kazeburo/POSIX-strftime-Compiler/issues/8
     };
   };