haskellPackages.hercules-ci-agent: Re-enable profiling

This override isn't needed anymore and breaks packages that
depend on it (and don't disable profiling).
This commit is contained in:
Robert Hensing 2021-10-06 22:00:44 +02:00 committed by sterni
parent d3ee4ba650
commit d25fa35e02

View File

@ -94,8 +94,6 @@ self: super: builtins.intersectAttrs super {
# Won't find it's header files without help.
sfml-audio = appendConfigureFlag super.sfml-audio "--extra-include-dirs=${pkgs.openal}/include/AL";
hercules-ci-agent = disableLibraryProfiling super.hercules-ci-agent;
# avoid compiling twice by providing executable as a separate output (with small closure size)
niv = enableSeparateBinOutput super.niv;
ormolu = enableSeparateBinOutput super.ormolu;