diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 4a1d0d3dfbb3..daedee132a88 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -177,7 +177,9 @@ self: super: builtins.intersectAttrs super { ### END HASKELL-LANGUAGE-SERVER SECTION ### ########################################### - audacity = enableCabalFlag "buildExamples" super.audacity; + audacity = enableCabalFlag "buildExamples" (overrideCabal (drv: { + executableHaskellDepends = [self.optparse-applicative self.soxlib]; + }) super.audacity); med-module = enableCabalFlag "buildExamples" super.med-module; spreadsheet = enableCabalFlag "buildExamples" super.spreadsheet;