Loading pkgs/development/haskell-modules/configuration-nix.nix +2 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,8 @@ self: super: builtins.intersectAttrs super { audacity = enableCabalFlag "buildExamples" (overrideCabal (drv: { executableHaskellDepends = [self.optparse-applicative self.soxlib]; }) super.audacity); med-module = enableCabalFlag "buildExamples" super.med-module; # 2023-04-27: Deactivating examples for now because they cause a non-trivial build failure. # med-module = enableCabalFlag "buildExamples" super.med-module; spreadsheet = enableCabalFlag "buildExamples" (overrideCabal (drv: { executableHaskellDepends = [self.optparse-applicative self.shell-utility]; }) super.spreadsheet); Loading Loading
pkgs/development/haskell-modules/configuration-nix.nix +2 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,8 @@ self: super: builtins.intersectAttrs super { audacity = enableCabalFlag "buildExamples" (overrideCabal (drv: { executableHaskellDepends = [self.optparse-applicative self.soxlib]; }) super.audacity); med-module = enableCabalFlag "buildExamples" super.med-module; # 2023-04-27: Deactivating examples for now because they cause a non-trivial build failure. # med-module = enableCabalFlag "buildExamples" super.med-module; spreadsheet = enableCabalFlag "buildExamples" (overrideCabal (drv: { executableHaskellDepends = [self.optparse-applicative self.shell-utility]; }) super.spreadsheet); Loading