haskellPackages.semaphore-compat: removed from broken.yaml, build fixed

This commit is contained in:
Peter Becich 2024-03-02 23:28:32 -08:00
parent b74f04cf79
commit 308691f3fe
No known key found for this signature in database
GPG Key ID: E72322E610A464C4
3 changed files with 0 additions and 43 deletions

View File

@ -4842,7 +4842,6 @@ broken-packages:
- selenium # failure in job https://hydra.nixos.org/build/233214276 at 2023-09-02
- selinux # failure in job https://hydra.nixos.org/build/233192853 at 2023-09-02
- Semantique # failure in job https://hydra.nixos.org/build/233199841 at 2023-09-02
- semaphore-compat # failure in job https://hydra.nixos.org/build/233225619 at 2023-09-02
- semdoc # failure in job https://hydra.nixos.org/build/233258790 at 2023-09-02
- semialign-indexed # failure in job https://hydra.nixos.org/build/233210150 at 2023-09-02
- semialign-optics # failure in job https://hydra.nixos.org/build/233229100 at 2023-09-02

View File

@ -1467,11 +1467,9 @@ dont-distribute-packages:
- ghc-dump-util
- ghc-imported-from
- ghc-instances
- ghc-lib_9_8_1_20231121
- ghc-mod
- ghc-plugs-out
- ghc-session
- ghc_9_8_1
- ghci-pretty
- ghcide-bench
- ghcjs-dom-hello

View File

@ -69114,28 +69114,6 @@ self: {
mainProgram = "commonmark";
}) {};
"commonmark-extensions_0_2_4" = callPackage
({ mkDerivation, base, commonmark, containers, emojis, filepath
, network-uri, parsec, tasty, tasty-bench, tasty-hunit, text
, transformers
}:
mkDerivation {
pname = "commonmark-extensions";
version = "0.2.4";
sha256 = "1yrz32lbipzwvxmy4i3vkvs735jfd9jvlhfzh6xm2nx2rjapnx9n";
libraryHaskellDepends = [
base commonmark containers emojis filepath network-uri parsec text
transformers
];
testHaskellDepends = [
base commonmark parsec tasty tasty-hunit text
];
benchmarkHaskellDepends = [ base commonmark tasty-bench text ];
description = "Pure Haskell commonmark parser";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"commonmark-extensions" = callPackage
({ mkDerivation, base, commonmark, containers, emojis, filepath
, network-uri, parsec, tasty, tasty-bench, tasty-hunit, text
@ -69157,22 +69135,6 @@ self: {
license = lib.licenses.bsd3;
}) {};
"commonmark-pandoc_0_2_1_3" = callPackage
({ mkDerivation, base, commonmark, commonmark-extensions
, pandoc-types, text
}:
mkDerivation {
pname = "commonmark-pandoc";
version = "0.2.1.3";
sha256 = "08bzi6q3jma7xy1ygbpj8li06zwsykmmgl01i4qmp6i9fj8czbbp";
libraryHaskellDepends = [
base commonmark commonmark-extensions pandoc-types text
];
description = "Bridge between commonmark and pandoc AST";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"commonmark-pandoc" = callPackage
({ mkDerivation, base, commonmark, commonmark-extensions
, pandoc-types, text
@ -265015,8 +264977,6 @@ self: {
libraryHaskellDepends = [ base exceptions unix ];
description = "Cross-platform abstraction for system semaphores";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"semaphore-plus" = callPackage