Merge pull request #266091 from evenbrenden/unbreak-unleash-client-haskell
unleash-client-haskell: Unbreak and add maintainer
This commit is contained in:
@@ -2676,4 +2676,7 @@ self: super: {
|
||||
|
||||
# Too strict bounds on base
|
||||
kewar = doJailbreak super.kewar;
|
||||
|
||||
# Tests rely on (missing) submodule
|
||||
unleash-client-haskell-core = dontCheck super.unleash-client-haskell-core;
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
||||
@@ -5740,7 +5740,6 @@ broken-packages:
|
||||
- unix-handle # failure in job https://hydra.nixos.org/build/233233273 at 2023-09-02
|
||||
- unix-process-conduit # failure in job https://hydra.nixos.org/build/233191509 at 2023-09-02
|
||||
- unix-recursive # failure in job https://hydra.nixos.org/build/233194742 at 2023-09-02
|
||||
- unleash-client-haskell-core # failure in job https://hydra.nixos.org/build/237229757 at 2023-10-21
|
||||
- unlifted-list # failure in job https://hydra.nixos.org/build/233205239 at 2023-09-02
|
||||
- unlift # failure in job https://hydra.nixos.org/build/233217875 at 2023-09-02
|
||||
- unliftio-messagebox # failure in job https://hydra.nixos.org/build/233200633 at 2023-09-02
|
||||
|
||||
@@ -214,6 +214,9 @@ package-maintainers:
|
||||
- vulkan-utils
|
||||
erictapen:
|
||||
- hakyll
|
||||
evenbrenden:
|
||||
- unleash-client-haskell
|
||||
- unleash-client-haskell-core
|
||||
Gabriella439:
|
||||
- annah
|
||||
- bench
|
||||
|
||||
+2
-3
@@ -311607,8 +311607,8 @@ self: {
|
||||
];
|
||||
description = "Unleash feature toggle client";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "example";
|
||||
maintainers = [ lib.maintainers.evenbrenden ];
|
||||
}) {};
|
||||
|
||||
"unleash-client-haskell-core" = callPackage
|
||||
@@ -311628,8 +311628,7 @@ self: {
|
||||
];
|
||||
description = "Unleash feature toggle client core";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
maintainers = [ lib.maintainers.evenbrenden ];
|
||||
}) {};
|
||||
|
||||
"unlift" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user