lol

vmTools/test: fix pcmanfm instead of pan

This goes much quicker. Also disable parallel build for machines with
many cores to avoid running out of memory.

+4 -2
+4 -2
pkgs/build-support/vm/test.nix
··· 9 9 10 10 buildHelloInVM = runInLinuxVM hello; 11 11 12 - buildPanInVM = runInLinuxVM (pan // { memSize = 2048; }); 13 - 12 + buildPcmanrmInVM = runInLinuxVM (pcmanfm.overrideAttrs (old: { 13 + # goes out-of-memory with many cores 14 + enableParallelBuilding = false; 15 + })); 14 16 15 17 testRPMImage = makeImageTestScript diskImages.fedora27x86_64; 16 18