query
On this page

getBuildInputs

pkgs.haskell.lib.getBuildInputs

Docs pulled from | This Revision | about 2 hours 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;