3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages: mark builds failing on hydra as broken

This commit is contained in:
sternenseemann 2022-07-14 14:25:43 +02:00
parent c5e304a480
commit fdbcbdab94
3 changed files with 17 additions and 0 deletions

View file

@ -2153,6 +2153,7 @@ broken-packages:
- heist-emanote
- helic
- helisp
- helix
- hell
- helm
- help-esb
@ -4328,6 +4329,7 @@ broken-packages:
- relacion
- relapse
- relevant-time
- reload
- remark
- remarks
- remote
@ -4660,6 +4662,7 @@ broken-packages:
- simple-form
- simple-genetic-algorithm
- SimpleH
- SimpleServer
- simple-index
- simpleirc
- simple-log
@ -4790,6 +4793,7 @@ broken-packages:
- sodium
- soegtk
- softfloat-hs
- solga
- sonic-visualiser
- Sonnex
- SoOSiM
@ -5579,6 +5583,7 @@ broken-packages:
- wai-request-spec
- wai-responsible
- wai-router
- wai-routes
- wai-secure-cookies
- wai-session-alt
- wai-session-mysql

View file

@ -3656,6 +3656,7 @@ dont-distribute-packages:
- sock2stream
- socket-io
- sockets
- solga-swagger
- solr
- souffle-dsl
- sounddelay

View file

@ -19277,7 +19277,9 @@ self: {
];
description = "A simple static file server, for when apache is overkill";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "simpleserver";
broken = true;
}) {};
"SimpleTableGenerator" = callPackage
@ -133489,6 +133491,8 @@ self: {
];
description = "Web development micro framework for haskell with typesafe URLs";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hell" = callPackage
@ -237580,7 +237584,9 @@ self: {
];
description = "A web based Haskell IDE";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "reload-exe";
broken = true;
}) {};
"reloto" = callPackage
@ -260854,6 +260860,8 @@ self: {
];
description = "Simple typesafe web routing";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"solga-swagger" = callPackage
@ -260871,6 +260879,7 @@ self: {
];
description = "Swagger generation for Solga";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"solr" = callPackage
@ -299122,6 +299131,8 @@ self: {
];
description = "Typesafe URLs for Wai applications";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"wai-routing" = callPackage