pkgs.haskell.lib: Add disableParallelBuilding function

This commit is contained in:
Rodney Lorrimar 2024-09-18 12:36:19 +08:00 committed by sternenseemann
parent 3abd3dab62
commit e2d259ebc0
9 changed files with 13 additions and 14 deletions

View file

@ -1076,6 +1076,9 @@ benchmark component.
`disableLibraryProfiling drv`
: Sets the `enableLibraryProfiling` argument to `false` for `drv`.
`disableParallelBuilding drv`
: Sets the `enableParallelBuilding` argument to `false` for `drv`.
#### Library functions in the Haskell package sets {#haskell-package-set-lib-functions}
Some library functions depend on packages from the Haskell package sets. Thus they are