mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
haskellPackages.posix-api: jailbreak to unbreak
This commit is contained in:
parent
2546a4c70d
commit
c6aa022e6a
4 changed files with 2 additions and 14 deletions
|
@ -2905,9 +2905,8 @@ self: super: {
|
||||||
# https://github.com/NixOS/nixpkgs/pull/220972#issuecomment-1484017192
|
# https://github.com/NixOS/nixpkgs/pull/220972#issuecomment-1484017192
|
||||||
ffmpeg-light = super.ffmpeg-light.override { ffmpeg = pkgs.ffmpeg_4; };
|
ffmpeg-light = super.ffmpeg-light.override { ffmpeg = pkgs.ffmpeg_4; };
|
||||||
|
|
||||||
# posix-api has had broken tests since 2020 (until at least 2023-01-11)
|
# 2024-08-15: primitive >=0.9 && <0.10
|
||||||
# raehik has a fix pending: https://github.com/andrewthad/posix-api/pull/14
|
posix-api = doJailbreak super.posix-api;
|
||||||
posix-api = dontCheck super.posix-api;
|
|
||||||
|
|
||||||
# bytestring <0.11.0, optparse-applicative <0.13.0
|
# bytestring <0.11.0, optparse-applicative <0.13.0
|
||||||
# https://github.com/kseo/sfnt2woff/issues/1
|
# https://github.com/kseo/sfnt2woff/issues/1
|
||||||
|
|
|
@ -4652,7 +4652,6 @@ broken-packages:
|
||||||
- posit # failure in job https://hydra.nixos.org/build/233229714 at 2023-09-02
|
- 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
|
- 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-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-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-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
|
- posix-waitpid # failure in job https://hydra.nixos.org/build/233206551 at 2023-09-02
|
||||||
|
|
|
@ -725,7 +725,6 @@ dont-distribute-packages:
|
||||||
- buster-network
|
- buster-network
|
||||||
- butterflies
|
- butterflies
|
||||||
- bytable
|
- bytable
|
||||||
- bytelog
|
|
||||||
- bytestring-builder-varword
|
- bytestring-builder-varword
|
||||||
- bytestring-read
|
- bytestring-read
|
||||||
- bytetrie
|
- bytetrie
|
||||||
|
@ -2885,7 +2884,6 @@ dont-distribute-packages:
|
||||||
- network-stream
|
- network-stream
|
||||||
- network-topic-models
|
- network-topic-models
|
||||||
- network-transport-inmemory
|
- network-transport-inmemory
|
||||||
- network-unexceptional
|
|
||||||
- network-uri-json
|
- network-uri-json
|
||||||
- network-websocket
|
- network-websocket
|
||||||
- neural
|
- neural
|
||||||
|
@ -3694,7 +3692,6 @@ dont-distribute-packages:
|
||||||
- soap-tls
|
- soap-tls
|
||||||
- sock2stream
|
- sock2stream
|
||||||
- socket-io
|
- socket-io
|
||||||
- sockets
|
|
||||||
- sockets-and-pipes
|
- sockets-and-pipes
|
||||||
- socketson
|
- socketson
|
||||||
- solga-swagger
|
- solga-swagger
|
||||||
|
@ -3831,7 +3828,6 @@ dont-distribute-packages:
|
||||||
- syntaxnet-haskell
|
- syntaxnet-haskell
|
||||||
- sys-process
|
- sys-process
|
||||||
- syslog
|
- syslog
|
||||||
- systemd-api
|
|
||||||
- systemstats
|
- systemstats
|
||||||
- systranything
|
- systranything
|
||||||
- t3-client
|
- t3-client
|
||||||
|
|
|
@ -56997,7 +56997,6 @@ self: {
|
||||||
description = "Fast logging";
|
description = "Fast logging";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
badPlatforms = lib.platforms.darwin;
|
badPlatforms = lib.platforms.darwin;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"byteorder" = callPackage
|
"byteorder" = callPackage
|
||||||
|
@ -219263,7 +219262,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Network functions that do not throw exceptions";
|
description = "Network functions that do not throw exceptions";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"network-uri" = callPackage
|
"network-uri" = callPackage
|
||||||
|
@ -243494,8 +243492,6 @@ self: {
|
||||||
description = "posix bindings";
|
description = "posix bindings";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
badPlatforms = lib.platforms.darwin;
|
badPlatforms = lib.platforms.darwin;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"posix-error-codes" = callPackage
|
"posix-error-codes" = callPackage
|
||||||
|
@ -285692,7 +285688,6 @@ self: {
|
||||||
doHaddock = false;
|
doHaddock = false;
|
||||||
description = "High-level network sockets";
|
description = "High-level network sockets";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"sockets-and-pipes" = callPackage
|
"sockets-and-pipes" = callPackage
|
||||||
|
@ -298830,7 +298825,6 @@ self: {
|
||||||
description = "systemd bindings";
|
description = "systemd bindings";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
}) {inherit (pkgs) systemd;};
|
}) {inherit (pkgs) systemd;};
|
||||||
|
|
||||||
"systemd-ntfy" = callPackage
|
"systemd-ntfy" = callPackage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue