Loading
openbsd.mkDerivation: add `extraNativeBuildInputs` input
Some packages require extra hooks or tools.
Rather than overriding all of the nativeBuildInputs
and needing to specify all of them, add a field so that
we just need to specify inputs that are not always required.
Co-Authored-By:
Audrey Dutcher <audrey@rhelmot.io>