asymptote: disable install parallelism

Without the change parallel installs fail as:

...-coreutils-9.1/bin/install: cannot stat 'asy-keywords.el': No such file or directory
make: *** [Makefile:272: install-asy] Error 1

+4
+4
pkgs/tools/graphics/asymptote/default.nix
··· 67 67 ''; 68 68 69 69 enableParallelBuilding = true; 70 + # Missing install depends: 71 + # ...-coreutils-9.1/bin/install: cannot stat 'asy-keywords.el': No such file or directory 72 + # make: *** [Makefile:272: install-asy] Error 1 73 + enableParallelInstalling = false; 70 74 71 75 meta = with lib; { 72 76 description = "A tool for programming graphics intended to replace Metapost";