Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

buildGoPackage: use a separator when joining extraSrcPaths together

(cherry picked from commit d1fad214013316108d1f06bf42e491bd18ac0db2)

authored by Piotr Bogdan and committed by Franz Pletz 1dd960f6 f67968cd

+1 -1
+1 -1
pkgs/development/go-modules/generic/default.nix
··· 98 98 rmdir goPath 99 99 100 100 '') + (lib.optionalString (extraSrcPaths != []) '' 101 - ${rsync}/bin/rsync -a ${lib.concatMapStrings (p: "${p}/src") extraSrcPaths} go 101 + ${rsync}/bin/rsync -a ${lib.concatMapStringsSep " " (p: "${p}/src") extraSrcPaths} go 102 102 103 103 '') + '' 104 104 export GOPATH=$NIX_BUILD_TOP/go:$GOPATH