Loading
emacs: handle three arguments correctly for genericBuild
Without this patch, if there are nativeBuildInputs, propagatedUserEnvPkgs or postInstall in the arguments of genericBuild, they will override the value set by genericBuild. With this patch applied, the argument and the value set by genericBuild are merged instead.