summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
diff options
context:
space:
mode:
authorBouke van der Bijl <i@bou.ke>2020-06-17 18:59:35 +0200
committerBouke van der Bijl <i@bou.ke>2020-06-17 18:59:35 +0200
commit9daa1838d3d06fda9a5aee03738e677d7a5837ba (patch)
treed0115476909de214600f973d0dd7ebbf2ea23bde /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
parent9d0c3ffe6783d59b427d018e8341e0084737fde9 (diff)
fish: replace use of tr with string split
This shaves about 4ms off fish start time. Before (profiled with 'fish --profile prof.txt -c fish_prompt'): 225 4636 ----> set -l __nix_profile_paths (echo $NIX_PROFILES | /nix/store/m5ajgnzp2512na31brwfmydwk3l1gawb-coreutils-8.31/bin/tr ' ' '\n')[-1..1] 4411 4411 -----> echo $NIX_PROFILES | /nix/store/m5ajgnzp2512na31brwfmydwk3l1gawb-coreutils-8.31/bin/tr ' ' '\n' After: 190 248 ----> set -l __nix_profile_paths (string split ' ' $NIX_PROFILES)[-1..1]
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions