We should allow `Pkg.build` (or the equivalent in Pkg3) to pass through keyword arguments to the package it's building, to be able to do e.g. ``` Pkg.build("IJulia", jupyter=false) ```