mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
This commit is contained in:
parent
d22a0470ec
commit
8bb388f418
|
@ -2032,6 +2032,7 @@ broken-packages:
|
|||
- hasql-dynamic-statements
|
||||
- hasql-generic
|
||||
- hasql-simple
|
||||
- hasql-transaction-io
|
||||
- hastache
|
||||
- haste
|
||||
- haste-prim
|
||||
|
@ -5378,6 +5379,7 @@ broken-packages:
|
|||
- weather-api
|
||||
- webapi
|
||||
- webapp
|
||||
- webauthn
|
||||
- WebBits
|
||||
- webby
|
||||
- webcloud
|
||||
|
|
|
@ -481,7 +481,7 @@ dont-distribute-packages:
|
|||
- atuin
|
||||
- audiovisual
|
||||
- aura
|
||||
- aura_3_2_6
|
||||
- aura_3_2_7
|
||||
- authoring
|
||||
- autonix-deps-kf5
|
||||
- avers
|
||||
|
@ -1030,6 +1030,7 @@ dont-distribute-packages:
|
|||
- edges
|
||||
- editable
|
||||
- effective-aspects-mzv
|
||||
- eflint
|
||||
- egison
|
||||
- egison-pattern-src-haskell-mode
|
||||
- egison-pattern-src-th-mode
|
||||
|
@ -2546,6 +2547,7 @@ dont-distribute-packages:
|
|||
- reactor
|
||||
- readpyc
|
||||
- reanimate
|
||||
- reanimate_1_1_5_0
|
||||
- record-aeson
|
||||
- record-gl
|
||||
- record-preprocessor
|
||||
|
@ -3057,6 +3059,7 @@ dont-distribute-packages:
|
|||
- trasa-reflex
|
||||
- trasa-server
|
||||
- trasa-th
|
||||
- traverse-code
|
||||
- treemap-html-tools
|
||||
- treersec
|
||||
- trek-app
|
||||
|
|
|
@ -84865,6 +84865,7 @@ self: {
|
|||
];
|
||||
description = "Simulation interpreter for FLINT policy descriptions";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"egison" = callPackage
|
||||
|
@ -128430,6 +128431,8 @@ self: {
|
|||
];
|
||||
description = "Perform IO actions during transactions for Hasql";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"hasql-url" = callPackage
|
||||
|
@ -279643,6 +279646,7 @@ self: {
|
|||
];
|
||||
description = "General data structure lifting for Template Haskell";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"traverse-with-class" = callPackage
|
||||
|
@ -294609,6 +294613,8 @@ self: {
|
|||
];
|
||||
description = "Relying party (server) implementation of the WebAuthn 2 specification";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"webby" = callPackage
|
||||
|
|
Loading…
Reference in a new issue