From fdbcbdab948463c86a35f7345508d6cbaa8df82e Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 14 Jul 2022 14:25:43 +0200 Subject: [PATCH] haskellPackages: mark builds failing on hydra as broken --- .../configuration-hackage2nix/broken.yaml | 5 +++++ .../configuration-hackage2nix/transitive-broken.yaml | 1 + pkgs/development/haskell-modules/hackage-packages.nix | 11 +++++++++++ 3 files changed, 17 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 414a006ad25a..ea6e6dd95171 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -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 diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 2aee2c552019..d3dc29c78fe7 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -3656,6 +3656,7 @@ dont-distribute-packages: - sock2stream - socket-io - sockets + - solga-swagger - solr - souffle-dsl - sounddelay diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index ab798dbf9d4b..40299e1a230a 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -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