haskellPackages.posix-api: jailbreak to unbreak

This commit is contained in:
Alexandre Esteves 2024-08-15 23:01:37 +01:00
parent 2546a4c70d
commit c6aa022e6a
4 changed files with 2 additions and 14 deletions

View File

@ -2905,9 +2905,8 @@ self: super: {
# https://github.com/NixOS/nixpkgs/pull/220972#issuecomment-1484017192
ffmpeg-light = super.ffmpeg-light.override { ffmpeg = pkgs.ffmpeg_4; };
# posix-api has had broken tests since 2020 (until at least 2023-01-11)
# raehik has a fix pending: https://github.com/andrewthad/posix-api/pull/14
posix-api = dontCheck super.posix-api;
# 2024-08-15: primitive >=0.9 && <0.10
posix-api = doJailbreak super.posix-api;
# bytestring <0.11.0, optparse-applicative <0.13.0
# https://github.com/kseo/sfnt2woff/issues/1

View File

@ -4652,7 +4652,6 @@ broken-packages:
- posit # failure in job https://hydra.nixos.org/build/233229714 at 2023-09-02
- positron # failure in job https://hydra.nixos.org/build/233256252 at 2023-09-02
- posix-acl # failure in job https://hydra.nixos.org/build/233222892 at 2023-09-02
- posix-api # failure in job https://hydra.nixos.org/build/233240089 at 2023-09-02
- posix-filelock # failure in job https://hydra.nixos.org/build/252726822 at 2024-03-16
- posix-realtime # failure in job https://hydra.nixos.org/build/233191463 at 2023-09-02
- posix-waitpid # failure in job https://hydra.nixos.org/build/233206551 at 2023-09-02

View File

@ -725,7 +725,6 @@ dont-distribute-packages:
- buster-network
- butterflies
- bytable
- bytelog
- bytestring-builder-varword
- bytestring-read
- bytetrie
@ -2885,7 +2884,6 @@ dont-distribute-packages:
- network-stream
- network-topic-models
- network-transport-inmemory
- network-unexceptional
- network-uri-json
- network-websocket
- neural
@ -3694,7 +3692,6 @@ dont-distribute-packages:
- soap-tls
- sock2stream
- socket-io
- sockets
- sockets-and-pipes
- socketson
- solga-swagger
@ -3831,7 +3828,6 @@ dont-distribute-packages:
- syntaxnet-haskell
- sys-process
- syslog
- systemd-api
- systemstats
- systranything
- t3-client

View File

@ -56997,7 +56997,6 @@ self: {
description = "Fast logging";
license = lib.licenses.bsd3;
badPlatforms = lib.platforms.darwin;
hydraPlatforms = lib.platforms.none;
}) {};
"byteorder" = callPackage
@ -219263,7 +219262,6 @@ self: {
];
description = "Network functions that do not throw exceptions";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"network-uri" = callPackage
@ -243494,8 +243492,6 @@ self: {
description = "posix bindings";
license = lib.licenses.bsd3;
badPlatforms = lib.platforms.darwin;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"posix-error-codes" = callPackage
@ -285692,7 +285688,6 @@ self: {
doHaddock = false;
description = "High-level network sockets";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"sockets-and-pipes" = callPackage
@ -298830,7 +298825,6 @@ self: {
description = "systemd bindings";
license = lib.licenses.bsd3;
platforms = lib.platforms.linux;
hydraPlatforms = lib.platforms.none;
}) {inherit (pkgs) systemd;};
"systemd-ntfy" = callPackage