nixpkgs/pkgs/build-support
Bas van Dijk 4e0a6bc4be symlinkJoin: fix "bash: Argument list too long" error
When the `paths` argument is too big `symlinkJoin` will fail with:

```
while setting up the build environment: executing '/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/bash': Argument list too long
```

This is fixed by passing `paths` as a file instead of as an
environment variable.
2020-02-17 11:45:44 +01:00
..
2019-12-30 04:50:37 +01:00
2019-11-23 21:28:01 +01:00
2020-02-04 12:35:47 +11:00
2019-11-23 19:49:56 +01:00
2019-12-02 22:44:33 +00:00
2019-09-04 22:46:42 +00:00
2019-08-28 11:07:32 +00:00
2020-02-15 17:41:35 -08:00
2019-07-10 08:02:14 -07:00
2019-12-08 21:03:39 +01:00
2019-12-14 09:32:34 +01:00