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:
parent
d3ee4ba650
commit
d25fa35e02
1 changed files with 0 additions and 2 deletions
|
@ -94,8 +94,6 @@ self: super: builtins.intersectAttrs super {
|
||||||
# Won't find it's header files without help.
|
# Won't find it's header files without help.
|
||||||
sfml-audio = appendConfigureFlag super.sfml-audio "--extra-include-dirs=${pkgs.openal}/include/AL";
|
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)
|
# avoid compiling twice by providing executable as a separate output (with small closure size)
|
||||||
niv = enableSeparateBinOutput super.niv;
|
niv = enableSeparateBinOutput super.niv;
|
||||||
ormolu = enableSeparateBinOutput super.ormolu;
|
ormolu = enableSeparateBinOutput super.ormolu;
|
||||||
|
|
Loading…
Reference in a new issue