haskellPackages: Deactivate more broken builds

This commit is contained in:
Malte Brandy 2021-05-11 01:33:18 +02:00
parent 7be8a04804
commit 0c1fc3f74d
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
2 changed files with 18 additions and 0 deletions

@ -334,6 +334,7 @@ broken-packages:
- bindings-apr
- bindings-bfd
- bindings-cctools
- bindings-common
- bindings-dc1394
- bindings-eskit
- bindings-EsounD
@ -1006,6 +1007,7 @@ broken-packages:
- diet
- diff
- diffcabal
- differential
- DifferentialEvolution
- diffmap
- difftodo
@ -2127,6 +2129,7 @@ broken-packages:
- houseman
- hp2any-core
- hpack-convert
- hpapi
- hpasteit
- HPath
- hpc-coveralls
@ -5232,7 +5235,9 @@ broken-packages:
- zendesk-api
- zenhack-prelude
- zeno
- zeromq4-clone-pattern
- zeromq4-conduit
- zeromq4-patterns
- zeromq-haskell
- zettelkast
- ZFS

@ -40906,6 +40906,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "This package is obsolete. Look for bindings-DSL instead.";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"bindings-dc1394" = callPackage
@ -74683,6 +74685,8 @@ self: {
];
description = "Finds out whether an entity comes from different distributions (statuses)";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"diffmap" = callPackage
@ -132616,6 +132620,8 @@ self: {
librarySystemDepends = [ papi ];
description = "Binding for the PAPI library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) papi;};
"hpaste" = callPackage
@ -158222,6 +158228,9 @@ self: {
];
description = "Efficiently hash (large) Haskell values";
license = lib.licenses.bsd3;
platforms = [
"armv7l-linux" "i686-linux" "x86_64-darwin" "x86_64-linux"
];
maintainers = with lib.maintainers; [ sternenseemann ];
}) {};
@ -288065,6 +288074,8 @@ self: {
];
description = "Haskell implementation of the ZeroMQ clone pattern";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"zeromq4-conduit" = callPackage
@ -288129,6 +288140,8 @@ self: {
];
description = "Haskell implementation of several ZeroMQ patterns";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"zeromq4-simple" = callPackage