From 0c1fc3f74decfd79d5ce3316d4ac7fca38a081a6 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 11 May 2021 01:33:18 +0200 Subject: [PATCH] haskellPackages: Deactivate more broken builds --- .../configuration-hackage2nix/broken.yaml | 5 +++++ .../haskell-modules/hackage-packages.nix | 13 +++++++++++++ 2 files changed, 18 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 70cf1599894d..87fdeb4da2da 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -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 diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index f9922c58ed4a..24d9f052fff6 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -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