mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
pkgs.haskell.lib: Add disableParallelBuilding function
This commit is contained in:
parent
3abd3dab62
commit
e2d259ebc0
9 changed files with 13 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue