···11{ stdenv }:
22# srcOnly is a utility builder that only fetches and unpacks the given `src`,
33-# maybe pathings it in the process with the optional `patches` and
44-# `buildInputs` attributes.
33+# and optionally patching with `patches` or adding build inputs.
54#
65# It can be invoked directly, or be used to wrap an existing derivation. Eg:
76#