Merge pull request #210260 from raehik/haskell-unbreak-posix-api

haskellPackages.posix-api: unmark broken (disable tests)
This commit is contained in:
Dennis Gosnell 2023-01-12 07:18:30 +09:00 committed by GitHub
commit a43b0c2c07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -2315,4 +2315,8 @@ self: super: {
revision = null;
editedCabalFile = null;
}) 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

View file

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

View file

@ -225173,8 +225173,6 @@ self: {
description = "posix bindings";
license = lib.licenses.bsd3;
badPlatforms = lib.platforms.darwin;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) systemd;};
"posix-error-codes" = callPackage