getBuildInputs
pkgs.haskell.lib.getBuildInputs
Docs pulled from | This Revision | 13 minutes ago
Get all of the build inputs of a haskell package, divided by category.
Noogle detected
Implementation
The following is the current implementation of this function.
getBuildInputs = p: p.getBuildInputs;