3
0
Fork 0
forked from mirrors/nixpkgs

hci: Cache on hydra

This commit is contained in:
Robert Hensing 2021-10-05 11:13:26 +02:00
parent 93869cdd81
commit 446145f5fb

View file

@ -1475,7 +1475,11 @@ self: super: {
hercules-ci-cli = generateOptparseApplicativeCompletion "hci" (
# See hercules-ci-optparse-applicative in non-hackage-packages.nix.
addBuildDepend (unmarkBroken super.hercules-ci-cli) super.hercules-ci-optparse-applicative
addBuildDepend
(overrideCabal
(unmarkBroken super.hercules-ci-cli)
(drv: { hydraPlatforms = [ super.hercules-ci-cli.meta.platforms ]; }))
super.hercules-ci-optparse-applicative
);
# Readline uses Distribution.Simple from Cabal 2, in a way that is not