Merge pull request #303217 from deshaw/buildGoModule-setSourceRoot

buildGoModule: propagate setSourceRoot

authored by Wael Nasreddine and committed by GitHub 0505253a 692b3568

+1
+1
pkgs/build-support/go/module.nix
··· 84 preBuild = args.preBuild or ""; 85 postBuild = args.modPostBuild or ""; 86 sourceRoot = args.sourceRoot or ""; 87 env = args.env or { }; 88 89 impureEnvVars = lib.fetchers.proxyImpureEnvVars ++ [
··· 84 preBuild = args.preBuild or ""; 85 postBuild = args.modPostBuild or ""; 86 sourceRoot = args.sourceRoot or ""; 87 + setSourceRoot = args.setSourceRoot or ""; 88 env = args.env or { }; 89 90 impureEnvVars = lib.fetchers.proxyImpureEnvVars ++ [