Loading
build-tex-env: Pass `pathsToLink` as an argument, not an attr.
Resolves an issue that began with https://github.com/NixOS/nixpkgs/pull/451871 because `pathsToLink` is no longer the operative attr in the derivation. Passing it as an argument properly translates it to the `pathsToLinkJSON` attr that it needs to be.