diff options
| author | Robert Hensing <robert@roberthensing.nl> | 2021-10-06 22:00:44 +0200 |
|---|---|---|
| committer | sterni <sternenseemann@systemli.org> | 2021-10-06 22:53:44 +0200 |
| commit | d25fa35e0211c91ebe5942fb070ca9dabc72d150 (patch) | |
| tree | 9d54de4e07b8b31c86cfd4826ac020831a5fb805 | |
| parent | Merge pull request #100351 from turion/dev_add_agdarsec (diff) | |
| download | nixpkgs-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.nix | 2 |
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; |
