summary refs log tree commit diff
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-04-17 22:54:50 +0200
committermaralorn <mail@maralorn.de>2023-04-17 22:54:50 +0200
commit0f2e3635c5c8d82fda0319f23ed6b3b3d939f874 (patch)
tree35ec8ae86d6d41360f035724db7e2efe741b3809
parent5b91d156b7e4cfd9fb27d74271ea6f8f180c0954 (diff)
downloadnixpkgs-0f2e3635c5c8d82fda0319f23ed6b3b3d939f874.tar
nixpkgs-0f2e3635c5c8d82fda0319f23ed6b3b3d939f874.tar.gz
nixpkgs-0f2e3635c5c8d82fda0319f23ed6b3b3d939f874.tar.bz2
nixpkgs-0f2e3635c5c8d82fda0319f23ed6b3b3d939f874.tar.lz
nixpkgs-0f2e3635c5c8d82fda0319f23ed6b3b3d939f874.tar.xz
nixpkgs-0f2e3635c5c8d82fda0319f23ed6b3b3d939f874.tar.zst
nixpkgs-0f2e3635c5c8d82fda0319f23ed6b3b3d939f874.zip
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1793665](https://hydra.nixos.org/eval/1793665) of nixpkgs commit [f7eee94](https://github.com/NixOS/nixpkgs/commits/f7eee9453835e5effc4fb02a31a2b89b677198e3) as of 2023-04-17 20:51 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml4
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml1
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix9
3 files changed, 14 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
index 748c38df6f4..965cfc20198 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
@@ -473,6 +473,7 @@ broken-packages:
   - brick-dropdownmenu
   - brick-filetree
   - brick-list-search #  failure  in job https://hydra.nixos.org/build/211236614 at 2023-03-13
+  - brick-list-skip #  failure  in job https://hydra.nixos.org/build/215850872 at 2023-04-17
   - bricks-internal
   - brick-tabular-list
   - brillig
@@ -3464,6 +3465,7 @@ broken-packages:
   - monoidplus
   - monoids
   - monoid-statistics
+  - monomer-flatpak-example #  failure  in job https://hydra.nixos.org/build/215851035 at 2023-04-17
   - monopati
   - monus
   - monzo
@@ -3741,6 +3743,7 @@ broken-packages:
   - opaleye-trans
   - open-adt
   - OpenAFP
+  - openai-hs # failure building library in job https://hydra.nixos.org/build/215850908 at 2023-04-17
   - openapi3
   - openapi3-code-generator
   - openapi-petstore
@@ -3984,6 +3987,7 @@ broken-packages:
   - pg-store
   - pgstream
   - pg-transact
+  - pgvector #  failure  in job https://hydra.nixos.org/build/215851675 at 2023-04-17
   - phasechange
   - phaser
   - phoityne
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
index 5c9de5b9956..542ca1670d6 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
@@ -933,6 +933,7 @@ dont-distribute-packages:
  - categorical-algebra
  - category
  - category-extras
+ - cattrap
  - cctools-workqueue
  - cef3-simple
  - ceilometer-common
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index da97749dbbb..7d7cf1f9da9 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -49507,6 +49507,8 @@ self: {
        libraryHaskellDepends = [ base brick containers microlens vector ];
        description = "Skip a certain kind of items when moving in brick list";
        license = lib.licenses.bsd0;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "brick-panes" = callPackage
@@ -56870,6 +56872,7 @@ self: {
        ];
        description = "Lays out boxes according to the CSS Box Model";
        license = lib.licenses.gpl3Only;
+       hydraPlatforms = lib.platforms.none;
        mainProgram = "cattrap";
      }) {};
 
@@ -198508,7 +198511,9 @@ self: {
        ];
        description = "Monomer Flatpak Example Application";
        license = lib.licenses.mit;
+       hydraPlatforms = lib.platforms.none;
        mainProgram = "monomer-flatpak-example";
+       broken = true;
      }) {};
 
   "monomer-hagrid" = callPackage
@@ -212673,6 +212678,8 @@ self: {
        ];
        description = "Unofficial OpenAI client";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "openai-servant" = callPackage
@@ -223271,6 +223278,8 @@ self: {
        testHaskellDepends = [ base postgresql-simple ];
        description = "pgvector support for Haskell";
        license = lib.licenses.mit;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "phantom-state" = callPackage