summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-10-06 22:00:44 +0200
committersterni <sternenseemann@systemli.org>2021-10-06 22:53:44 +0200
commitd25fa35e0211c91ebe5942fb070ca9dabc72d150 (patch)
tree9d54de4e07b8b31c86cfd4826ac020831a5fb805
parentMerge pull request #100351 from turion/dev_add_agdarsec (diff)
downloadnixpkgs-d25fa35e0211c91ebe5942fb070ca9dabc72d150.tar.gz
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).
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 22e081354599..bdb1a8dda491 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -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;