1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #277297 from superherointj/perl-POSIXstrftimeCompiler-mark-broken-musl

pkgsMusl.perl536Packages.POSIXstrftimeCompiler: mark broken for Musl
This commit is contained in:
Ulrik Strid 2024-01-12 15:54:13 +01:00 committed by GitHub
commit 0b01f6d8a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21792,6 +21792,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
};
};