lol

buildFHSEnvBubblewrap: preserve pname, version

It's useful to have access to these attributes from packages built with
buildFHSEnvBubblewrap, and it reduces the difference between FHS and
non-FHS packages.

'name' is already handled by runCommandLocal.

+1
+1
pkgs/build-support/build-fhsenv-bubblewrap/default.nix
··· 223 223 224 224 bin = writeShellScript "${name}-bwrap" (bwrapCmd { initArgs = ''"$@"''; }); 225 225 in runCommandLocal name { 226 + inherit pname version; 226 227 inherit meta; 227 228 228 229 passthru = passthru // {