From e8409249d9b3cb3c6944c028203c0fd7a99eb382 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Wed, 6 Oct 2021 12:28:35 +0200 Subject: [PATCH] hci: Fix hydraPlatforms --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 46d9bb767422..203398c95d7d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1483,7 +1483,7 @@ self: super: { addBuildDepend (overrideCabal (unmarkBroken super.hercules-ci-cli) - (drv: { hydraPlatforms = [ super.hercules-ci-cli.meta.platforms ]; })) + (drv: { hydraPlatforms = super.hercules-ci-cli.meta.platforms; })) super.hercules-ci-optparse-applicative );