haskellPackages.posix-api: unmark broken (disable tests)

Tests are currently broken. Fix pending: https://github.com/andrewthad/posix-api/pull/14
This commit is contained in:
Ben Orchard 2023-01-11 21:44:07 +00:00
parent 4801937b45
commit 4af8ac5eea
3 changed files with 4 additions and 3 deletions

View File

@ -2315,4 +2315,8 @@ self: super: {
revision = null; revision = null;
editedCabalFile = null; editedCabalFile = null;
}) super.true-name); }) super.true-name);
# 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;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View File

@ -4080,7 +4080,6 @@ broken-packages:
- posit - posit
- positron - positron
- posix-acl - posix-acl
- posix-api
- posix-realtime - posix-realtime
- posix-waitpid - posix-waitpid
- postcodes - postcodes

View File

@ -225173,8 +225173,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;
}) {inherit (pkgs) systemd;}; }) {inherit (pkgs) systemd;};
"posix-error-codes" = callPackage "posix-error-codes" = callPackage