3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1796134](https://hydra.nixos.org/eval/1796134) of nixpkgs commit [7138581](7138581355) as of 2023-06-07 06:53 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
This commit is contained in:
Dennis Gosnell 2023-06-07 16:57:06 +09:00
parent 3019a101c7
commit a70b93f1d7
3 changed files with 5 additions and 0 deletions

View file

@ -3094,6 +3094,7 @@ broken-packages:
- libpq - libpq
- librandomorg - librandomorg
- libsecp256k1 - libsecp256k1
- libssh2 # failure in compileBuildDriverPhase in job https://hydra.nixos.org/build/223222399 at 2023-06-07
- libsystemd-daemon - libsystemd-daemon
- libtagc - libtagc
- libxls - libxls

View file

@ -2597,6 +2597,7 @@ dont-distribute-packages:
- libmolude - libmolude
- libraft - libraft
- librato - librato
- libssh2-conduit
- libxml-enumerator - libxml-enumerator
- lifted-base-tf - lifted-base-tf
- lightning-haskell - lightning-haskell

View file

@ -181748,6 +181748,8 @@ self: {
libraryToolDepends = [ c2hs ]; libraryToolDepends = [ c2hs ];
description = "FFI bindings to libssh2 SSH2 client library (http://libssh2.org/)"; description = "FFI bindings to libssh2 SSH2 client library (http://libssh2.org/)";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) libssh2;}; }) {inherit (pkgs) libssh2;};
"libssh2-conduit" = callPackage "libssh2-conduit" = callPackage
@ -181765,6 +181767,7 @@ self: {
]; ];
description = "Conduit wrappers for libssh2 FFI bindings (see libssh2 package)"; description = "Conduit wrappers for libssh2 FFI bindings (see libssh2 package)";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"libstackexchange" = callPackage "libstackexchange" = callPackage