mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +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
1f4785f32c
commit
6faf96d502
3 changed files with 20 additions and 0 deletions
|
@ -1783,6 +1783,7 @@ broken-packages:
|
|||
- graph-rewriting
|
||||
- graph-serialize
|
||||
- graphted
|
||||
- graph-trace-dot
|
||||
- graphula-core
|
||||
- graph-utils
|
||||
- graql
|
||||
|
@ -1801,6 +1802,7 @@ broken-packages:
|
|||
- gross
|
||||
- GroteTrap
|
||||
- groundhog-converters
|
||||
- groundhog-inspector
|
||||
- groundhog-mysql
|
||||
- grouped-list
|
||||
- group-theory
|
||||
|
@ -4081,6 +4083,7 @@ broken-packages:
|
|||
- refined-http-api-data
|
||||
- reflection-extras
|
||||
- reflex-basic-host
|
||||
- reflex-dom-ace
|
||||
- reflex-dom-contrib
|
||||
- reflex-dom-helper
|
||||
- reflex-dom-helpers
|
||||
|
@ -4108,6 +4111,7 @@ broken-packages:
|
|||
- regex-posix-unittest
|
||||
- regexpr-symbolic
|
||||
- regexqq
|
||||
- regex-rure
|
||||
- regex-tdfa-pipes
|
||||
- regex-tdfa-quasiquoter
|
||||
- regex-tdfa-rc
|
||||
|
|
|
@ -1298,6 +1298,7 @@ dont-distribute-packages:
|
|||
- graph-rewriting-strategies
|
||||
- graph-rewriting-trs
|
||||
- graph-rewriting-ww
|
||||
- graph-trace-viz
|
||||
- graph-visit
|
||||
- graphicsFormats
|
||||
- graphicstools
|
||||
|
@ -2159,6 +2160,7 @@ dont-distribute-packages:
|
|||
- mpretty
|
||||
- mprover
|
||||
- mps
|
||||
- mptcp
|
||||
- msgpack-aeson
|
||||
- msgpack-idl
|
||||
- msgpack-rpc
|
||||
|
@ -2832,6 +2834,7 @@ dont-distribute-packages:
|
|||
- sounddelay
|
||||
- soundgen
|
||||
- source-code-server
|
||||
- spade
|
||||
- sparkle
|
||||
- sparrow
|
||||
- sparsebit
|
||||
|
@ -3017,6 +3020,7 @@ dont-distribute-packages:
|
|||
- toktok
|
||||
- too-many-cells
|
||||
- top
|
||||
- topaz
|
||||
- topkata
|
||||
- total-map
|
||||
- toxcore
|
||||
|
|
|
@ -115780,6 +115780,8 @@ self: {
|
|||
];
|
||||
description = "Converts a graph-trace log into a DOT file for use with Graphviz";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"graph-trace-viz" = callPackage
|
||||
|
@ -115797,6 +115799,7 @@ self: {
|
|||
];
|
||||
description = "Converts a graph-trace log into an HTML document";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"graph-utils" = callPackage
|
||||
|
@ -116938,6 +116941,8 @@ self: {
|
|||
];
|
||||
description = "Type-safe datatype-database mapping library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"groundhog-mysql" = callPackage
|
||||
|
@ -188863,6 +188868,7 @@ self: {
|
|||
testHaskellDepends = [ base hspec ip text ];
|
||||
description = "Datastructures to describe TCP and MPTCP connections";
|
||||
license = lib.licenses.gpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"mptcp-pm" = callPackage
|
||||
|
@ -229907,6 +229913,8 @@ self: {
|
|||
];
|
||||
description = "Basic support for using the Ace editor with Reflex";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"reflex-dom-colonnade" = callPackage
|
||||
|
@ -231084,6 +231092,8 @@ self: {
|
|||
testHaskellDepends = [ base bytestring tasty tasty-hunit ];
|
||||
description = "Bindings to Rust's regex library";
|
||||
license = lib.licenses.gpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {rure = null;};
|
||||
|
||||
"regex-tdfa" = callPackage
|
||||
|
@ -255586,6 +255596,7 @@ self: {
|
|||
testToolDepends = [ hspec-discover ];
|
||||
description = "A simple programming and debugging environment";
|
||||
license = lib.licenses.gpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"spake2" = callPackage
|
||||
|
@ -277361,6 +277372,7 @@ self: {
|
|||
];
|
||||
description = "Extensible records library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"tophat" = callPackage
|
||||
|
|
Loading…
Reference in a new issue