haskellPackages: add buildExamples Cabal flag to audacity, med-module, spreadsheet

This commit is contained in:
Henning Thielemann
2023-04-22 12:53:31 +02:00
parent 3e7b76025d
commit fa0a071b2e
@@ -177,6 +177,10 @@ self: super: builtins.intersectAttrs super {
### END HASKELL-LANGUAGE-SERVER SECTION ###
###########################################
audacity = enableCabalFlag "buildExamples" super.audacity;
med-module = enableCabalFlag "buildExamples" super.med-module;
spreadsheet = enableCabalFlag "buildExamples" super.spreadsheet;
# fix errors caused by hardening flags
epanet-haskell = disableHardening ["format"] super.epanet-haskell;