hci: Fix hydraPlatforms

This commit is contained in:
Robert Hensing 2021-10-06 12:28:35 +02:00 committed by sterni
parent 234ca69edd
commit e8409249d9

View File

@ -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
);